Retrieve Model
LLM
Retrieve Model
GET
Retrieve Model
Retrieves a model instance, providing basic information about the model. This endpoint is compatible with the OpenAI API.
Request Headers
string
required
Enum:
application/jsonstring
required
Bearer authentication format: Bearer {{API Key}}.
Path Parameters
string
required
The model ID to use for this request.
Response
string
required
The model ID, referenced in API endpoints.
integer
required
The Unix timestamp (in seconds) of 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.