This commit is contained in:
2026-01-13 13:16:45 +08:00
parent b4e5e5dce7
commit f0af9a8621

View File

@@ -38,6 +38,19 @@
"baseURL": "https://api.minimaxi.com/anthropic/v1", "baseURL": "https://api.minimaxi.com/anthropic/v1",
"apiKey": "{env:MINIMAX_API_KEY}" "apiKey": "{env:MINIMAX_API_KEY}"
} }
} },
"custom-doubao": {
"npm": "@ai-sdk/openai-compatible",
"name": "国内火山AI",
"models": {
"ark-code-latest": {
"name": "ark-code-latest"
}
},
"options": {
"baseURL": "https://ark.cn-beijing.volces.com/api/coding/v3",
"apiKey": "{env:DOUBAO_API_KEY}"
}
},
} }
} }