Whether this capability is supported by the model.
supported: bool
Whether this capability is supported by the model.
xhigh: Optional[BetaCapabilitySupport]
Indicates whether a capability is supported.
supported: bool
Whether this capability is supported by the model.
class BetaModelCapabilities: …
Model capability information.
class BetaModelInfo: …
id: str
Unique model identifier.
allowed_fallback_models: Optional[List[str]]
Model IDs this model accepts as fallbacks[i].model on the Messages API. An empty list means the fallbacks parameter is not supported for this model as primary.
capabilities: Optional[BetaModelCapabilities]
Model capability information.
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.
formatdate-time
display_name: str
A human-readable name for the model.
max_input_tokens: Optional[int]
Maximum input context window size in tokens for this model.
max_tokens: Optional[int]
Maximum value for the max_tokens parameter when using this model.
type: Literal["model"]
Object type.
For Models, this is always "model".
defaultmodel
class BetaThinkingCapability: …
Thinking capability details.
supported: bool
Whether this capability is supported by the model.