Models
List Models
Get a Model
ModelsExpand Collapse
CapabilitySupport = object { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
ContextManagementCapability = object { clear_thinking_20251015, clear_tool_uses_20250919, compact_20260112, supported } Context management capability details.
Context management capability details.
clear_thinking_20251015: CapabilitySupport { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
clear_tool_uses_20250919: CapabilitySupport { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
compact_20260112: CapabilitySupport { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
Whether this capability is supported by the model.
EffortCapability = object { high, low, max, 2 more } Effort (reasoning_effort) capability details.
Effort (reasoning_effort) capability details.
high: CapabilitySupport { supported } Whether the model supports high effort level.
Whether the model supports high effort level.
Whether this capability is supported by the model.
low: CapabilitySupport { supported } Whether the model supports low effort level.
Whether the model supports low effort level.
Whether this capability is supported by the model.
max: CapabilitySupport { supported } Whether the model supports max effort level.
Whether the model supports max effort level.
Whether this capability is supported by the model.
medium: CapabilitySupport { supported } Whether the model supports medium effort level.
Whether the model supports medium effort level.
Whether this capability is supported by the model.
Whether this capability is supported by the model.
ModelCapabilities = object { batch, citations, code_execution, 6 more } Model capability information.
Model capability information.
batch: CapabilitySupport { supported } Whether the model supports the Batch API.
Whether the model supports the Batch API.
Whether this capability is supported by the model.
citations: CapabilitySupport { supported } Whether the model supports citation generation.
Whether the model supports citation generation.
Whether this capability is supported by the model.
code_execution: CapabilitySupport { supported } Whether the model supports code execution tools.
Whether the model supports code execution tools.
Whether this capability is supported by the model.
context_management: ContextManagementCapability { clear_thinking_20251015, clear_tool_uses_20250919, compact_20260112, supported } Context management support and available strategies.
Context management support and available strategies.
clear_thinking_20251015: CapabilitySupport { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
clear_tool_uses_20250919: CapabilitySupport { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
compact_20260112: CapabilitySupport { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
Whether this capability is supported by the model.
effort: EffortCapability { high, low, max, 2 more } Effort (reasoning_effort) support and available levels.
Effort (reasoning_effort) support and available levels.
high: CapabilitySupport { supported } Whether the model supports high effort level.
Whether the model supports high effort level.
Whether this capability is supported by the model.
low: CapabilitySupport { supported } Whether the model supports low effort level.
Whether the model supports low effort level.
Whether this capability is supported by the model.
max: CapabilitySupport { supported } Whether the model supports max effort level.
Whether the model supports max effort level.
Whether this capability is supported by the model.
medium: CapabilitySupport { supported } Whether the model supports medium effort level.
Whether the model supports medium effort level.
Whether this capability is supported by the model.
Whether this capability is supported by the model.
image_input: CapabilitySupport { supported } Whether the model accepts image content blocks.
Whether the model accepts image content blocks.
Whether this capability is supported by the model.
pdf_input: CapabilitySupport { supported } Whether the model accepts PDF content blocks.
Whether the model accepts PDF content blocks.
Whether this capability is supported by the model.
structured_outputs: CapabilitySupport { supported } Whether the model supports structured output / JSON mode / strict tool schemas.
Whether the model supports structured output / JSON mode / strict tool schemas.
Whether this capability is supported by the model.
thinking: ThinkingCapability { supported, types } Thinking capability and supported type configurations.
Thinking capability and supported type configurations.
Whether this capability is supported by the model.
types: ThinkingTypes { adaptive, enabled } Supported thinking type configurations.
Supported thinking type configurations.
adaptive: CapabilitySupport { supported } Whether the model supports thinking with type 'adaptive' (auto).
Whether the model supports thinking with type 'adaptive' (auto).
Whether this capability is supported by the model.
enabled: CapabilitySupport { supported } Whether the model supports thinking with type 'enabled'.
Whether the model supports thinking with type 'enabled'.
Whether this capability is supported by the model.
ModelInfo = object { id, capabilities, created_at, 4 more }
Unique model identifier.
capabilities: ModelCapabilities { batch, citations, code_execution, 6 more } Model capability information.
Model capability information.
batch: CapabilitySupport { supported } Whether the model supports the Batch API.
Whether the model supports the Batch API.
Whether this capability is supported by the model.
citations: CapabilitySupport { supported } Whether the model supports citation generation.
Whether the model supports citation generation.
Whether this capability is supported by the model.
code_execution: CapabilitySupport { supported } Whether the model supports code execution tools.
Whether the model supports code execution tools.
Whether this capability is supported by the model.
context_management: ContextManagementCapability { clear_thinking_20251015, clear_tool_uses_20250919, compact_20260112, supported } Context management support and available strategies.
Context management support and available strategies.
clear_thinking_20251015: CapabilitySupport { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
clear_tool_uses_20250919: CapabilitySupport { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
compact_20260112: CapabilitySupport { supported } Indicates whether a capability is supported.
Indicates whether a capability is supported.
Whether this capability is supported by the model.
Whether this capability is supported by the model.
effort: EffortCapability { high, low, max, 2 more } Effort (reasoning_effort) support and available levels.
Effort (reasoning_effort) support and available levels.
high: CapabilitySupport { supported } Whether the model supports high effort level.
Whether the model supports high effort level.
Whether this capability is supported by the model.
low: CapabilitySupport { supported } Whether the model supports low effort level.
Whether the model supports low effort level.
Whether this capability is supported by the model.
max: CapabilitySupport { supported } Whether the model supports max effort level.
Whether the model supports max effort level.
Whether this capability is supported by the model.
medium: CapabilitySupport { supported } Whether the model supports medium effort level.
Whether the model supports medium effort level.
Whether this capability is supported by the model.
Whether this capability is supported by the model.
image_input: CapabilitySupport { supported } Whether the model accepts image content blocks.
Whether the model accepts image content blocks.
Whether this capability is supported by the model.
pdf_input: CapabilitySupport { supported } Whether the model accepts PDF content blocks.
Whether the model accepts PDF content blocks.
Whether this capability is supported by the model.
structured_outputs: CapabilitySupport { supported } Whether the model supports structured output / JSON mode / strict tool schemas.
Whether the model supports structured output / JSON mode / strict tool schemas.
Whether this capability is supported by the model.
thinking: ThinkingCapability { supported, types } Thinking capability and supported type configurations.
Thinking capability and supported type configurations.
Whether this capability is supported by the model.
types: ThinkingTypes { adaptive, enabled } Supported thinking type configurations.
Supported thinking type configurations.
adaptive: CapabilitySupport { supported } Whether the model supports thinking with type 'adaptive' (auto).
Whether the model supports thinking with type 'adaptive' (auto).
Whether this capability is supported by the model.
enabled: CapabilitySupport { supported } Whether the model supports thinking with type 'enabled'.
Whether the model supports thinking with type 'enabled'.
Whether this capability is supported by the model.
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.
A human-readable name for the model.
Maximum input context window size in tokens for this model.
Maximum value for the max_tokens parameter when using this model.
type: "model"Object type.
Object type.
For Models, this is always "model".
ThinkingCapability = object { supported, types } Thinking capability details.
Thinking capability details.
Whether this capability is supported by the model.
types: ThinkingTypes { adaptive, enabled } Supported thinking type configurations.
Supported thinking type configurations.
adaptive: CapabilitySupport { supported } Whether the model supports thinking with type 'adaptive' (auto).
Whether the model supports thinking with type 'adaptive' (auto).
Whether this capability is supported by the model.
enabled: CapabilitySupport { supported } Whether the model supports thinking with type 'enabled'.
Whether the model supports thinking with type 'enabled'.
Whether this capability is supported by the model.
ThinkingTypes = object { adaptive, enabled } Supported thinking type configurations.
Supported thinking type configurations.
adaptive: CapabilitySupport { supported } Whether the model supports thinking with type 'adaptive' (auto).
Whether the model supports thinking with type 'adaptive' (auto).
Whether this capability is supported by the model.
enabled: CapabilitySupport { supported } Whether the model supports thinking with type 'enabled'.
Whether the model supports thinking with type 'enabled'.
Whether this capability is supported by the model.