Skip to main content
GET
Retrieve model
Retrieves a model instance, providing basic information about the model. This endpoint is compatible with OpenAI API.

Request Headers

string
required
Enum: application/json
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Path Parameters

string
required
The ID of the model to use for this request.

Response

string
required
The model identifier, which can be referenced in the API endpoints.
integer
required
The Unix timestamp (in seconds) when the model was created.
string
required
The object type, which is always “model”.
integer
required
The price per million input tokens.
integer
required
The price per million output tokens.
string
required
The title of the model.
string
required
The description of the model.
integer
required
The maximum context size of the model.
Last modified on August 12, 2025