mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 04:53:18 +08:00
chore: refresh vendor model presets
Refresh vendor model presets and bump config data version.
This commit is contained in:
@@ -28,6 +28,47 @@
|
||||
"modelIdOverride": "ark-code-latest"
|
||||
},
|
||||
"models": [
|
||||
{
|
||||
"modelName": "doubao-seed-2.1-pro",
|
||||
"displayName": "豆包 Seed 2.1 Pro",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "火山方舟 Coding Plan,豆包 Seed 2.1 Pro,生产级 Coding 与 Agent 模型",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 262144,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"long_context"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "doubao-seed-2.1-turbo",
|
||||
"displayName": "豆包 Seed 2.1 Turbo",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "火山方舟 Coding Plan,豆包 Seed 2.1 Turbo,高吞吐 Coding 与 Agent 模型",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 262144,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"fast",
|
||||
"long_context"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "ark-code-latest",
|
||||
"displayName": "Ark Code Latest (Auto)",
|
||||
|
||||
Reference in New Issue
Block a user