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
Enum:
application/jsonBearer authentication format: Bearer {{API Key}}.
Path Parameters
The model ID to use for this request.
Response
The model ID, referenced in API endpoints.
The Unix timestamp (in seconds) of when the model was created.
The object type, always “model”.
Price per million input tokens.
Price per million output tokens.
The title of the model.
The description of the model.
The maximum context size of the model.