Skip to main content
GET
Retrieve model
Retrieves a model instance, providing basic information about the model. This endpoint is compatible with OpenAI API.

Request Headers

string
必須
Enum: application/json
string
必須
Bearer authentication format, for example: Bearer {{API Key}}.

Path Parameters

string
必須
The ID of the model to use for this request.

Response

string
必須
The model identifier, which can be referenced in the API endpoints.
integer
必須
The Unix timestamp (in seconds) when the model was created.
string
必須
The object type, which is always “model”.
integer
必須
The price per million input tokens.
integer
必須
The price per million output tokens.
string
必須
The title of the model.
string
必須
The description of the model.
integer
必須
The maximum context size of the model.
最終更新日 2026年5月15日