BetaOutputConfigParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaOutputConfigParam class in beta_output_config_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD c6100600_4652_da1d_14eb_c6e1ba03060d["BetaOutputConfigParam"] e301ebd3_52bb_3712_a8f6_afc0f1139661["beta_output_config_param.py"] c6100600_4652_da1d_14eb_c6e1ba03060d -->|defined in| e301ebd3_52bb_3712_a8f6_afc0f1139661
Relationship Graph
Source Code
src/anthropic/types/beta/beta_output_config_param.py lines 13–22
class BetaOutputConfigParam(TypedDict, total=False):
effort: Optional[Literal["low", "medium", "high", "max"]]
"""All possible effort levels."""
format: Optional[BetaJSONOutputFormatParam]
"""A schema to specify Claude's output format in responses.
See
[structured outputs](https://platform.claude.com/docs/en/build-with-claude/structured-outputs)
"""
Domain
Source
Frequently Asked Questions
What is the BetaOutputConfigParam class?
BetaOutputConfigParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_output_config_param.py.
Where is BetaOutputConfigParam defined?
BetaOutputConfigParam is defined in src/anthropic/types/beta/beta_output_config_param.py at line 13.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free