mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-17 21:10:54 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"id": "modelstudio",
|
|
"providers": ["modelstudio"],
|
|
"providerAuthEnvVars": {
|
|
"modelstudio": ["MODELSTUDIO_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "modelstudio",
|
|
"method": "api-key-cn",
|
|
"choiceId": "modelstudio-api-key-cn",
|
|
"choiceLabel": "Coding Plan API Key for China (subscription)",
|
|
"choiceHint": "Endpoint: coding.dashscope.aliyuncs.com",
|
|
"groupId": "modelstudio",
|
|
"groupLabel": "Alibaba Cloud Model Studio",
|
|
"groupHint": "Coding Plan API key (CN / Global)",
|
|
"optionKey": "modelstudioApiKeyCn",
|
|
"cliFlag": "--modelstudio-api-key-cn",
|
|
"cliOption": "--modelstudio-api-key-cn <key>",
|
|
"cliDescription": "Alibaba Cloud Model Studio Coding Plan API key (China)"
|
|
},
|
|
{
|
|
"provider": "modelstudio",
|
|
"method": "api-key",
|
|
"choiceId": "modelstudio-api-key",
|
|
"choiceLabel": "Coding Plan API Key for Global/Intl (subscription)",
|
|
"choiceHint": "Endpoint: coding-intl.dashscope.aliyuncs.com",
|
|
"groupId": "modelstudio",
|
|
"groupLabel": "Alibaba Cloud Model Studio",
|
|
"groupHint": "Coding Plan API key (CN / Global)",
|
|
"optionKey": "modelstudioApiKey",
|
|
"cliFlag": "--modelstudio-api-key",
|
|
"cliOption": "--modelstudio-api-key <key>",
|
|
"cliDescription": "Alibaba Cloud Model Studio Coding Plan API key (Global/Intl)"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|