Skip to main content
GET
cURL
The {model} path segment is written the same way as the model field in a request body: a bare slug for platform models, or a full accounts/{account}/models/{model} resource name for one your account owns. See Models and resource names. A model that exists but is not available to this key returns 403 MODEL_NOT_ALLOWED; one that is not visible at all returns 404 MODEL_NOT_FOUND.

Authorizations

Authorization
string
header
required

Authorization: Bearer <your API key>. On /v1/messages, the Anthropic-style x-api-key: <your API key> header is accepted instead.

Path Parameters

model
string
required

The model to look up, written the same way as the model field in a request body.

Response

OK.

id
string
required
object
string
required
Allowed value: "model"
created
integer
required
owned_by
string
required
Allowed value: "maas"