The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Models
3url: https://platform.claude.com/docs/en/api/models/list
4---
5
16# List Models
27
38**GET** `/v1/models`
from line 37
3237
3338 - `string`
3439
35 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
40 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3641
3742 - `"message-batches-2024-09-24"`
3843
from line 85
8085
8186 - `"user-profiles-2026-08-18"`
8287
88 - `"user-profiles-2026-09-04"`
89
8390 - `"advisor-tool-2026-03-01"`
8491
8592 - `"managed-agents-2026-04-01"`
from line 129
122129
123130 - `"mid-conversation-system-clear-at-2026-08-21"`
124131
132- `"anthropic-workspace-id": optional string`
133
125134## Returns
126135
127136- `data: array of ModelInfo`
128137
138 - `type: "model"`
139
140 Object type.
141
142 For Models, this is always `"model"`.
143
144 default: model
145
129146 - `id: string`
130147
131148 Unique model identifier.
from line 264
247264 - `max_tokens: number or null`
248265
249266 Maximum value for the `max_tokens` parameter when using this model.
250
251 - `type: "model"`
252
253 Object type.
254
255 For Models, this is always `"model"`.
256
257 default: model
258267
259268- `first_id: string or null`
260269