LLM テンプレートのリストを取得します。
操作説明
ページングを使用して、Wuying Agent Management Center のモデルプロバイダーテンプレート配下にあるモデルテンプレートのリストを取得できます。モデルグループ ID、モデルプロバイダーテンプレート ID、モデルテンプレート ID、およびモデルエンコーディングによって結果をフィルターできます。モデルグループディメンションでクエリを実行すると、デフォルトモデルは自動的に先頭に固定されます。
この API を呼び出す前に、Wuying Agent Management Center の操作と使用方法に精通していることを確認してください。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
appstreaming:ListLlmTemplates |
list |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ModelTemplateId |
string |
任意 |
モデルテンプレートの ID。 |
mt-xxxx |
| ProviderTemplateId |
string |
任意 |
モデルプロバイダーテンプレートの ID。 |
mpt-xxxx |
| LlmTemplateIds |
array |
任意 |
フィルターに使用されるモデルテンプレート ID。 |
|
|
string |
任意 |
モデルテンプレート ID。 |
llmt-xxxx |
|
| LlmCode |
string |
任意 |
フィルターに使用されるモデルコード。あいまい一致をサポートしています。 |
qwen3.6-plus |
| PageSize |
integer |
任意 |
1ページあたりのエントリー数。 |
10 |
| PageNumber |
integer |
任意 |
ページ番号。ページは 1 から始まります。値が 0 と 1 の場合は同じ結果が返されます。 |
1 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンス。 |
||
| RequestId |
string |
リクエスト ID。 |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| TotalCount |
integer |
返された合計エントリ数。 |
20 |
| PageNumber |
integer |
現在のページのページ番号。 |
1 |
| PageSize |
integer |
1ページあたりのエントリー数。 |
10 |
| Data |
array<object> |
返されたデータオブジェクトのリスト。 |
|
|
object |
返されたデータオブジェクト。 |
||
| LlmTemplateId |
string |
モデルテンプレート ID。 |
llmt-xxxx |
| ProviderTemplateId |
string |
モデルプロバイダーテンプレートの ID。 |
mpt-xxxx |
| LlmCode |
string |
モデルコード。 |
qwen3.6-plus |
| Name |
string |
テンプレート名。 |
Qwen3.6-Plus |
| Description |
string |
テンプレートの説明。 |
千问Plus系列模型 |
| Config |
string |
モデル構成の JSON オブジェクト。 |
{ "id": "qwen3.6-plus", "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "name": "Qwen3.6-Plus", "input": ["image", "text"], "compat": { "supportsUsageInStreaming": true }, "maxTokens": 65536, "reasoning": false, "contextWindow": 1000000 } |
| IsDefaultModel |
boolean |
関連するモデルグループのデフォルトモデルであるかどうか。 列挙値:
|
true |
例
成功レスポンス
JSONJSON
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"TotalCount": 20,
"PageNumber": 1,
"PageSize": 10,
"Data": [
{
"LlmTemplateId": "llmt-xxxx",
"ProviderTemplateId": "mpt-xxxx",
"LlmCode": "qwen3.6-plus",
"Name": "Qwen3.6-Plus",
"Description": "千问Plus系列模型",
"Config": "{\n\t\"id\": \"qwen3.6-plus\",\n\t\"cost\": {\n\t\t\"input\": 0,\n\t\t\"output\": 0,\n\t\t\"cacheRead\": 0,\n\t\t\"cacheWrite\": 0\n\t},\n\t\"name\": \"Qwen3.6-Plus\",\n\t\"input\": [\"image\", \"text\"],\n\t\"compat\": {\n\t\t\"supportsUsageInStreaming\": true\n\t},\n\t\"maxTokens\": 65536,\n\t\"reasoning\": false,\n\t\"contextWindow\": 1000000\n}",
"IsDefaultModel": true
}
]
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。