Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

List Models changed

api/beta/models/list

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+18added
Lines−9removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

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/beta/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 BetaModelInfo`
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 268
251268 - `max_tokens: number or null`
252269 
253270 Maximum value for the `max_tokens` parameter when using this model.
254 
255 - `type: "model"`
256 
257 Object type.
258 
259 For Models, this is always `"model"`.
260 
261 default: model
262271 
263272- `first_id: string or null`
264273