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

Path Parameters

string
obrigatório
The ID of the model to use for this request.

Response

string
obrigatório
The model identifier, which can be referenced in the API endpoints.
integer
obrigatório
The Unix timestamp (in seconds) when the model was created.
string
obrigatório
The object type, which is always “model”.
integer
obrigatório
The price per million input tokens.
integer
obrigatório
The price per million output tokens.
string
obrigatório
The title of the model.
string
obrigatório
The description of the model.
integer
obrigatório
The maximum context size of the model.
Última modificação em 15 de maio de 2026