Modèles
Get a Model
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.
GET
/
v1
/
models
/
{model_id}
Headers
The version of the Anthropic API you want to use.
Read more about versioning and our version history here.
Path Parameters
Model identifier or alias.
Response
200 - application/json
Object type.
For Models, this is always "model"
.
Available options:
model
Unique model identifier.
A human-readable name for the model.
RFC 3339 datetime string representing the time at which the model was released. May be set to an epoch value if the release date is unknown.
Was this page helpful?