Mencantumkan model yang tersedia dalam cluster AI.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeAvailableModels |
none |
*全部资源
|
None | None |
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
ID region. |
cn-beijing |
| KubeType |
string |
No |
Jenis layanan. Nilainya harus diatur ke |
aideploy |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Objek respons. |
||
| RequestId |
string |
ID permintaan. |
3AA69096-757C-4647-B36C-29EBC2****** |
| Items |
array<object> |
Daftar model. |
|
|
array<object> |
Objek model. |
||
| ModelName |
string |
Nama model. |
Qwen3-32B-GPTQ-Int4 |
| ModelSeries |
string |
Seri model. |
BERT |
| MinimumCpu |
integer |
Jumlah minimum core CPU yang diperlukan. |
8 |
| MinimumMemory |
integer |
Memori minimum yang diperlukan, dalam MiB. |
16384 |
| SupportedGpuModels |
array |
Model GPU yang didukung. |
|
|
string |
Model GPU yang didukung. |
xxx |
|
| GpuRequired |
array<object> |
Konfigurasi GPU yang diperlukan. |
|
|
object |
Detail konfigurasi GPU yang diperlukan. |
||
| GpuModel |
string |
xxx |
|
| GpuMinCount |
string |
xx |
|
| Engine |
string |
Mesin database. |
polardb_ai |
| EngineVersion |
string |
Versi engine. |
3.0 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "3AA69096-757C-4647-B36C-29EBC2******",
"Items": [
{
"ModelName": "Qwen3-32B-GPTQ-Int4",
"ModelSeries": "BERT",
"MinimumCpu": 8,
"MinimumMemory": 16384,
"SupportedGpuModels": [
"xxx"
],
"GpuRequired": [
{
"GpuModel": "xxx",
"GpuMinCount": "xx"
}
]
}
],
"Engine": "polardb_ai",
"EngineVersion": "3.0"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.