feat(providers): upgrade DouBaoSeed preset to Doubao Seed 2.1 Pro

Point DouBaoSeed at doubao-seed-2-1-pro across all six clients (claude, claude-desktop, codex, opencode, openclaw, hermes), replacing doubao-seed-2-0-code-preview-latest. Sync display names to "Doubao Seed 2.1 Pro" and correct the openclaw cost field (0.002/0.006 -> 0.84/4.2 USD/1M) to match the new model.
This commit is contained in:
Jason
2026-06-23 13:23:08 +08:00
parent 2e547c98b1
commit fdf538e52d
6 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -199,14 +199,14 @@ export const codexProviderPresets: CodexProviderPreset[] = [
config: generateThirdPartyConfig(
"doubaoseed",
"https://ark.cn-beijing.volces.com/api/v3",
"doubao-seed-2-0-code-preview-latest",
"doubao-seed-2-1-pro",
),
endpointCandidates: ["https://ark.cn-beijing.volces.com/api/v3"],
apiFormat: "openai_chat",
modelCatalog: modelCatalog([
{
model: "doubao-seed-2-0-code-preview-latest",
displayName: "Doubao Seed Code Preview",
model: "doubao-seed-2-1-pro",
displayName: "Doubao Seed 2.1 Pro",
contextWindow: 256000,
},
]),