Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

anthropic-version
string

Anthropic API version, e.g. 2023-06-01. When present, the model and error bodies use the Anthropic envelopes instead of the OpenAI ones.

Path Parameters

model
string
required

Model ID, e.g. openai/gpt-4.1-mini

Response

OK

OpenAI envelope by default; the Anthropic envelope when the request carries anthropic-version.

created
integer
id
string
metadata
object

Metadata holds optional enrichment data (display name, pricing, capabilities, etc.). May be nil if the model was not found in the external registry.

object
string
owned_by
string
Last modified on September 12, 2026