BetaModelInfo Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaModelInfo class in beta_model_info.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 0ee4aaa4_2fac_369a_7acd_4fcab154d0c2["BetaModelInfo"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 0ee4aaa4_2fac_369a_7acd_4fcab154d0c2 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 904cda91_192e_6dc2_8e9f_836d75d12fc7["beta_model_info.py"] 0ee4aaa4_2fac_369a_7acd_4fcab154d0c2 -->|defined in| 904cda91_192e_6dc2_8e9f_836d75d12fc7
Relationship Graph
Source Code
src/anthropic/types/beta/beta_model_info.py lines 11–28
class BetaModelInfo(BaseModel):
id: str
"""Unique model identifier."""
created_at: datetime
"""RFC 3339 datetime string representing the time at which the model was released.
May be set to an epoch value if the release date is unknown.
"""
display_name: str
"""A human-readable name for the model."""
type: Literal["model"]
"""Object type.
For Models, this is always `"model"`.
"""
Domain
Defined In
Extends
Source
Frequently Asked Questions
What is the BetaModelInfo class?
BetaModelInfo is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_model_info.py.
Where is BetaModelInfo defined?
BetaModelInfo is defined in src/anthropic/types/beta/beta_model_info.py at line 11.
What does BetaModelInfo extend?
BetaModelInfo extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free