Skip to main content
GET
Get a model by its slug

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Path Parameters

author
string
required

The author/organization of the model

Example:

"openai"

slug
string
required

The model slug, optionally including a variant suffix (e.g. gpt-4 or gpt-4:free)

Example:

"gpt-4"

Response

Returns the model details

Single model response

data
object
required

Information about an AI model available on OpenRouter

Example: