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
requis
Enum: application/json
string
requis
Bearer authentication format, for example: Bearer {{API Key}}.

Path Parameters

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

Response

string
requis
The model identifier, which can be referenced in the API endpoints.
integer
requis
The Unix timestamp (in seconds) when the model was created.
string
requis
The object type, which is always “model”.
integer
requis
The price per million input tokens.
integer
requis
The price per million output tokens.
string
requis
The title of the model.
string
requis
The description of the model.
integer
requis
The maximum context size of the model.
Dernière modification le 15 mai 2026