Skip to main content
GET
Retrieve Specified Model Information
Retrieves a model instance and provides basic information about the model. This Endpoint is compatible with the OpenAI API.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Path Parameters

string
required
The model ID used for this request.

Response Information

string
required
The model ID, referenced in API Endpoints.
integer
required
The Unix timestamp (in seconds) when the model was created.
string
required
The object type, always “model”.
integer
required
Price per million input tokens.
integer
required
Price per million output tokens.
string
required
The title of the model.
string
required
The description of the model.
integer
required
The maximum context size of the model.