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

Path Parameters

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

Response

string
erforderlich
The model identifier, which can be referenced in the API endpoints.
integer
erforderlich
The Unix timestamp (in seconds) when the model was created.
string
erforderlich
The object type, which is always “model”.
integer
erforderlich
The price per million input tokens.
integer
erforderlich
The price per million output tokens.
string
erforderlich
The title of the model.
string
erforderlich
The description of the model.
integer
erforderlich
The maximum context size of the model.
Zuletzt geändert am 15. Mai 2026