Last Updated on : 2026-02-26 09:17:31download
Based on the device ID, get the list of large language models supported by the specified device.
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/large-models
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| device_id | String | path | true | The ID of the specified device. |
| Parameter name | Type | Description |
|---|---|---|
| llm_name | String | The name of the specified model. |
| llm_id | Integer | The ID of the specified model. |
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/large-models
{
"device_id": "6c3585ebfe301b40a8u***"
}
{
"result": [
{
"llm_name": "1.5 Pro ***",
"llm_id": 85
}
],
"t": 1753162676439,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback