Claude Platform Docs

Models

List Models
$ ant beta:models list
GET/v1/models

List available models.

Get a Model
$ ant beta:models retrieve
GET/v1/models/{model_id}

Get a specific model.

Models
beta_capability_support: object{ supported }

Indicates whether a capability is supported.

supported: boolean

Whether this capability is supported by the model.

beta_compaction_capability: object{ summarize, supported }

Compaction capability details: whether the model accepts the top-level compaction request parameter, with one entry per supported compaction.type value.

summarize: object{ supported }

Whether the summarize compaction type is supported.

supported: boolean

Whether this capability is supported by the model.

supported: boolean

Whether this capability is supported by the model.

beta_context_management_capability: object{ clear_thinking_20251015, clear_tool_uses_20250919, compact_20260112, supported }

Context management capability details.

clear_thinking_20251015: object{ supported }

Indicates whether a capability is supported.

supported: boolean

Whether this capability is supported by the model.

clear_tool_uses_20250919: object{ supported }

Indicates whether a capability is supported.

supported: boolean

Whether this capability is supported by the model.

compact_20260112: object{ supported }

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.

beta_effort_capability: object{ high, low, max, 3 more }

Effort (reasoning_effort) capability details.

beta_model_capabilities: object{ batch, citations, code_execution, 7 more }

Model capability information.

beta_model_info: object{ type: "model", id, allowed_fallback_models, 5 more }
beta_thinking_capability: object{ supported, types }

Thinking capability details.

supported: boolean

Whether this capability is supported by the model.

types: object{ adaptive, enabled }

Supported thinking type configurations.

adaptive: object{ supported }

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

supported: boolean

Whether this capability is supported by the model.

enabled: object{ supported }

Whether the model supports thinking with type 'enabled'.

supported: boolean

Whether this capability is supported by the model.

beta_thinking_types: object{ adaptive, enabled }

Supported thinking type configurations.

adaptive: object{ supported }

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

supported: boolean

Whether this capability is supported by the model.

enabled: object{ supported }

Whether the model supports thinking with type 'enabled'.

supported: boolean

Whether this capability is supported by the model.