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

Path Parameters

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

Response

string
vereist
The model identifier, which can be referenced in the API endpoints.
integer
vereist
The Unix timestamp (in seconds) when the model was created.
string
vereist
The object type, which is always “model”.
integer
vereist
The price per million input tokens.
integer
vereist
The price per million output tokens.
string
vereist
The title of the model.
string
vereist
The description of the model.
integer
vereist
The maximum context size of the model.
Laatst gewijzigd op 10 augustus 2026