OutputConfigParam Class — anthropic-sdk-python Architecture
Architecture documentation for the OutputConfigParam class in output_config_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD cfd73339_00da_52d7_4ad2_7ed904085316["OutputConfigParam"] 75f45536_924c_c385_0b03_5cc1a67cf4ab["output_config_param.py"] cfd73339_00da_52d7_4ad2_7ed904085316 -->|defined in| 75f45536_924c_c385_0b03_5cc1a67cf4ab
Relationship Graph
Source Code
src/anthropic/types/output_config_param.py lines 13–22
class OutputConfigParam(TypedDict, total=False):
effort: Optional[Literal["low", "medium", "high", "max"]]
"""All possible effort levels."""
format: Optional[JSONOutputFormatParam]
"""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
Defined In
Source
Frequently Asked Questions
What is the OutputConfigParam class?
OutputConfigParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/output_config_param.py.
Where is OutputConfigParam defined?
OutputConfigParam is defined in src/anthropic/types/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