From f0af9a862123e006f973e5ca8ea3dc43ca7aca2a Mon Sep 17 00:00:00 2001 From: kevisual Date: Tue, 13 Jan 2026 13:16:45 +0800 Subject: [PATCH] update --- opencode.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/opencode.json b/opencode.json index 04c9fb0..931aa41 100644 --- a/opencode.json +++ b/opencode.json @@ -38,6 +38,19 @@ "baseURL": "https://api.minimaxi.com/anthropic/v1", "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}" + } + }, } } \ No newline at end of file