增加对 DeepSeek v3.1 的支持

This commit is contained in:
farion1231
2025-08-21 20:05:42 +08:00
parent 23ab04af7c
commit 3097894d30

View File

@@ -29,6 +29,18 @@ export const providerPresets: ProviderPreset[] = [
},
},
},
{
name: "DeepSeek v3.1",
websiteUrl: "https://platform.deepseek.com/",
settingsConfig: {
env: {
ANTHROPIC_BASE_URL: "https://api.deepseek.com/anthropic",
ANTHROPIC_AUTH_TOKEN: "sk-your-api-key-here",
ANTHROPIC_MODEL: "deepseek-chat",
ANTHROPIC_SMALL_FAST_MODEL: "deepseek-chat",
},
},
},
{
name: "PackyCode",
websiteUrl: "https://www.packycode.com",