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

Path Parameters

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

Response

string
requerido
The model identifier, which can be referenced in the API endpoints.
integer
requerido
The Unix timestamp (in seconds) when the model was created.
string
requerido
The object type, which is always “model”.
integer
requerido
The price per million input tokens.
integer
requerido
The price per million output tokens.
string
requerido
The title of the model.
string
requerido
The description of the model.
integer
requerido
The maximum context size of the model.
Última modificación el 15 de mayo de 2026