merge: sync main and address review feedback

This commit is contained in:
Johnson-LYS
2026-08-10 17:17:22 +08:00
22 changed files with 2031 additions and 97 deletions

View File

@@ -1,20 +1,6 @@
{
"description": "Anthropic Claude 系列模型规格。参数来源config-center compute/providers/anthropic.json。",
"specs": [
{
"id": "claude-sonnet-5",
"displayName": "Claude Sonnet 5",
"family": "claude-sonnet-5",
"match": { "exact": ["claude-sonnet-5"], "patterns": ["claude-sonnet-5*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 128000,
"capabilities": ["chat", "reasoning", "code", "tool_use", "agent", "vision", "long_context"],
"serviceType": ["chat"],
"supportsReasoning": true,
"description": "Anthropic 最强 Sonnet 级模型支持自适应思考effort: low/medium/high/max"
}
},
{
"id": "claude-fable-5",
"displayName": "Claude Fable 5",
@@ -29,6 +15,20 @@
"description": "Anthropic 最强模型,基于 Mythos 架构,支持自主知识工作"
}
},
{
"id": "claude-opus-5",
"displayName": "Claude Opus 5",
"family": "claude-opus",
"match": { "patterns": ["claude-opus-5*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 128000,
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use", "long_context"],
"serviceType": ["chat"],
"supportsReasoning": true,
"description": "Claude Opus 5Anthropic Opus 系列当前旗舰思考默认开启effort 支持到 max"
}
},
{
"id": "claude-opus-4-8",
"displayName": "Claude Opus 4.8",
@@ -58,6 +58,20 @@
"description": "Anthropic 当前最强通用模型,适合复杂推理和智能体编码任务"
}
},
{
"id": "claude-sonnet-5",
"displayName": "Claude Sonnet 5",
"family": "claude-sonnet",
"match": { "patterns": ["claude-sonnet-5*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 128000,
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use", "computer_use", "long_context"],
"serviceType": ["chat", "computer_use"],
"supportsReasoning": true,
"description": "Claude Sonnet 5速度与智能平衡思考默认开启effort 支持到 max"
}
},
{
"id": "claude-sonnet-4-6",
"displayName": "Claude Sonnet 4.6",

View File

@@ -8,8 +8,8 @@
"match": { "exact": ["gemini-3.1-flash-lite-image"], "patterns": ["gemini-3.1-flash-lite-image*"] },
"spec": {
"contextWindow": 65536,
"maxOutputTokens": 65536,
"capabilities": ["chat", "vision", "image_generation"],
"maxOutputTokens": 4096,
"capabilities": ["chat", "vision", "image_generation", "image_editing"],
"serviceType": ["image_gen"],
"description": "Nano Banana 2 LiteGoogle 最快的文生图模型"
}

View File

@@ -1,6 +1,22 @@
{
"description": "阿里通义千问 Qwen 系列模型规格。参数来源config-center compute/providers/dashscope.json。",
"specs": [
{
"id": "qwen3.8-max-preview",
"displayName": "Qwen3.8 Max Preview",
"family": "qwen3.8",
"match": { "exact": ["qwen3.8-max-preview"], "patterns": ["qwen3.8-max-preview*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"capabilities": ["chat", "reasoning", "code", "multilingual", "tool_use", "long_context", "agent", "vision"],
"serviceType": ["chat"],
"defaultTemperature": 0.6,
"defaultTopP": 0.95,
"supportsReasoning": true,
"description": "通义千问 Qwen3.8 Max 预览版100 万上下文,支持视觉理解"
}
},
{
"id": "qwen3.7-max",
"displayName": "Qwen3.7 Max",

View File

@@ -10,7 +10,7 @@
"contextWindow": 500000,
"maxOutputTokens": 128000,
"capabilities": ["chat", "reasoning", "code", "tool_use", "vision", "long_context"],
"serviceType": ["chat"],
"serviceType": ["chat", "reasoning"],
"supportsReasoning": true,
"description": "xAI 最新旗舰模型,编程和 STEM 领域前沿"
}

View File

@@ -18,8 +18,7 @@
"chat",
"reasoning",
"tool_use",
"code",
"vision"
"code"
],
"serviceType": [
"chat",
@@ -27,7 +26,7 @@
],
"defaultTemperature": 1,
"supportsReasoning": true,
"description": "小米 MiMo 旗舰推理模型,支持文本/图像/工具调用"
"description": "小米 MiMo 旗舰推理模型,支持文本/工具调用"
}
},
{
@@ -78,8 +77,7 @@
"chat",
"reasoning",
"tool_use",
"code",
"vision"
"code"
],
"serviceType": [
"chat",