Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

20 pages for /v1/models.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

Beta Claude Developer Platform · in the page api/beta …efault: rate_limit_error ## Beta › Models ### List Models **GET** `/v1/models` List available models. The Models API response can be used to determine which models are available for use in the AP… Models Claude Developer Platform · in the page api/beta/models # Models ## List Models **GET** `/v1/models` List available models. The Models API response can be used to determine which models are available for use in the API. More recently released models ar… List Models Claude Developer Platform · in the page api/beta/models/list # List Models **GET** `/v1/models` List available models. The Models API response can be used to determine which models are available for use in the API. More recently released models are listed fi… Get a Model Claude Developer Platform · in the page api/beta/models/retrieve # Get a Model **GET** `/v1/models/{model_id}` Get a specific model. The Models API response can be used to determine information about a specific model or resolve a model alias to a model ID. ## P… claude-platform-on-aws-iam-actions Claude Developer Platform · in the page api/claude-platform-on-aws-iam-actions …| | ------------ | --------------------- | | `GetModel` | `GET /v1/models/{id}` | | `ListModels` | `GET /v1/models` | ### Files | Action | Routes authorized… Models Claude Developer Platform · in the page api/models # Models ## List Models **GET** `/v1/models` List available models. The Models API response can be used to determine which models are available for use in the API. More recently released models ar… List Models Claude Developer Platform · in the page api/models/list # List Models **GET** `/v1/models` List available models. The Models API response can be used to determine which models are available for use in the API. More recently released models are listed fi… Get a Model Claude Developer Platform · in the page api/models/retrieve # Get a Model **GET** `/v1/models/{model_id}` Get a specific model. The Models API response can be used to determine information about a specific model or resolve a model alias to a model ID. ## P… overview Claude Developer Platform · in the page api/overview …/models/list)**: List available Claude models and their details (`GET /v1/models`) * **[Files API](https://platform.claude.com/docs/en/api/files/upload)**: Upload and manage files for use across multi… overview Claude Developer Platform · in the page release-notes/overview …odels API](https://platform.claude.com/docs/en/api/models/list). `GET /v1/models` and `GET /v1/models/{model_id}` now return `max_input_tokens`, `max_tokens`, and a `capabilities` object. Query the AP… Claude apps gateway configuration Claude Code CLI · in the page claude-apps-gateway-config …he `models` block is an optional admin-curated model list, served at `/v1/models` and used to translate model IDs per upstream. It is required for non-US Amazon Bedrock regions, Amazon Bedrock provisi… Environment variables Claude Code CLI · in the page env-vars …| Set to `1` to populate the `/model` picker from your gateway's `/v1/models` endpoint when `ANTHROPIC_BASE_URL` points at an Anthropic-compatible gateway such as LiteLLM, Kong, or an internal pro… Gateway protocol reference Claude Code CLI · in the page llm-gateway-protocol …s the Anthropic Messages format, Claude Code can query the gateway's `/v1/models` endpoint at startup and add the returned models to the `/model` picker. If you or your administrator set `replaceBuilt… Roll out an LLM gateway for your organization Claude Code CLI · in the page llm-gateway-rollout …real sessions while short test requests pass Optionally, serve `GET /v1/models` so Claude Code can populate the model picker from your gateway with [model discovery](/docs/en/llm-gateway-protocol#mo… Model configuration Claude Code CLI · in the page model-config …deployments, Claude Code can populate the picker from the gateway's `/v1/models` endpoint when `CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY=1` is set, so this variable is needed only when discovery is… Week 18 · April 27 – May 1, 2026 Claude Code CLI · in the page whats-new/2026-w18 …<code>/model</code> picker can list models from your gateway's <code>/v1/models</code> endpoint when <code>ANTHROPIC\_BASE\_URL</code> points at an Anthropic-compatible gateway; opt in with <code>CLA… Changelog Claude Documentation · in the page cowork/changelog …l picker for gateway-discovered models that report the capability in `/v1/models`, without requiring an `inferenceModels` entry. * Changed telemetry on bootstrap-server deployments to default to dis… Use Claude for M365 with third-party platforms Claude Documentation · in the page office-agents/third-party-platforms …Claude; supports both streaming and non-streaming responses. | | `GET /v1/models` | List available models. | **`gateway_api_format: bedrock`:… Configuration reference Claude Documentation · in the page third-party/claude-desktop/configuration …ts. **Gateway:** the `name` must be the exact ID your gateway's `/v1/models` endpoint returns. If you set `supports1m` on an alias (`sonnet`) but discovery returns the full ID, the variant won't… Deploy Claude Desktop on 3P with an LLM gateway Claude Documentation · in the page third-party/claude-desktop/gateway …ol use](https://docs.claude.com/en/docs/tool-use) is required. * `GET /v1/models` is optional. If the gateway implements it, Claude Desktop on 3P auto-discovers available models; if not, set `inferenc…