Field | Type | Description |
---|---|---|
data | Array | List of available models. |
id | String | The model ID. |
object | String | Type of object (always “model”). |
owned_by | String | The owner of the model. |
context_length | Integer | Maximum supported context length in tokens. |
max_completion_tokens | Integer | Maximum tokens that can be generated per request. |
pricing.completion | String | Price per completion token. |
pricing.prompt | String | Price per prompt token. |
model_id
The official ID name of the model to query (e.g., DeepSeek-R1). Refer to the Supported models list.
Field | Type | Description |
---|---|---|
id | String | The model ID. |
object | String | Type of object (always “model”). |
owned_by | String | The owner of the model. |
context_length | Integer | Maximum supported context length in tokens. |
max_completion_tokens | Integer | Maximum tokens that can be generated per request. |
pricing.completion | String | Price per completion token. |
pricing.prompt | String | Price per prompt token. |