Retrieve Specified Model Information
Large Language Models
Retrieve Specified Model Information
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
Enum value:
application/jsonBearer authentication format: Bearer {{API Key}}.
Path Parameters
The model ID used for this request.
Response Information
The model ID, referenced in API Endpoints.
The Unix timestamp (in seconds) 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.