LLM API
Retrieve Model
GET
Retrieves a model instance, providing basic information about the model. This endpoint is compatible with OpenAI API.
Request Headers
Enum: application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Path Parameters
The ID of the model to use for this request.
Response
The model identifier, which can be referenced in the API endpoints.
The Unix timestamp (in seconds) when the model was created.
The object type, which is always “model”.
The price per million input tokens.
The price per million output tokens.
The title of the model.
The description of the model.
The maximum context size of the model.
Was this page helpful?