List available Claude models
Returns a list of Claude models that can be used with the Messages API.
get/v1/models
Response
List of available models
Example response
{
"data": [
{
"created_at": "2025-02-19T00:00:00Z",
"display_name": "Claude 3.7 Sonnet",
"id": "claude-3-7-sonnet-20250219",
"type": "model"
}
]
}Changes
Changed in 2 of the 4 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲