Claude Platform Docs

Models

List Models
GET/v1/models
Get a Model
GET/v1/models/{model_id}
Models
CapabilitySupport object{ supported }

Indicates whether a capability is supported.

supported: boolean

Whether this capability is supported by the model.

ContextManagementCapability object{ clear_thinking_20251015, clear_tool_uses_20250919, compact_20260112, supported }

Context management capability details.

clear_thinking_20251015: CapabilitySupport { supported } or null

Indicates whether a capability is supported.

supported: boolean

Whether this capability is supported by the model.

clear_tool_uses_20250919: CapabilitySupport { supported } or null

Indicates whether a capability is supported.

supported: boolean

Whether this capability is supported by the model.

compact_20260112: CapabilitySupport { supported } or null

Indicates whether a capability is supported.

supported: boolean

Whether this capability is supported by the model.

supported: boolean

Whether this capability is supported by the model.

EffortCapability object{ high, low, max, 3 more }

Effort (reasoning_effort) capability details.

ModelCapabilities object{ batch, citations, code_execution, 6 more }

Model capability information.

ModelInfo object{ id, capabilities, created_at, 4 more }
id: string

Unique model identifier.

capabilities: ModelCapabilities { batch, citations, code_execution, 6 more } or null

Model capability information.

created_at: string

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: string

A human-readable name for the model.

max_input_tokens: number or null

Maximum input context window size in tokens for this model.

max_tokens: number or null

Maximum value for the max_tokens parameter when using this model.

type: "model"

Object type.

For Models, this is always "model".

defaultmodel
ThinkingCapability object{ supported, types }

Thinking capability details.

supported: boolean

Whether this capability is supported by the model.

types: ThinkingTypes { adaptive, enabled }

Supported thinking type configurations.

adaptive: CapabilitySupport { supported }

Whether the model supports thinking with type 'adaptive' (auto).

supported: boolean

Whether this capability is supported by the model.

enabled: CapabilitySupport { supported }

Whether the model supports thinking with type 'enabled'.

supported: boolean

Whether this capability is supported by the model.

ThinkingTypes object{ adaptive, enabled }

Supported thinking type configurations.

adaptive: CapabilitySupport { supported }

Whether the model supports thinking with type 'adaptive' (auto).

supported: boolean

Whether this capability is supported by the model.

enabled: CapabilitySupport { supported }

Whether the model supports thinking with type 'enabled'.

supported: boolean

Whether this capability is supported by the model.