mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 02:53:22 +08:00
- Add 10 missing models released between 2026-06-30 and 2026-07-15 - OpenAI: GPT-5.6 Sol/Terra/Luna (+ Pro variants) — 6 models - Anthropic: Claude Sonnet 5 - Google: Gemini 3.1 Flash Lite Image (Nano Banana 2 Lite) - xAI: Grok 4.5 - Tencent: Hy3 (stable release, distinct from hy3-preview) - Update .sync-watermark from 1782276303 to 1784554658 - presetDataVersion: 79 → 80
108 lines
3.9 KiB
JSON
108 lines
3.9 KiB
JSON
{
|
||
"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",
|
||
"family": "claude-fable",
|
||
"match": { "exact": ["claude-fable-5"], "patterns": ["claude-fable-5*"] },
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": ["chat", "reasoning", "deep_thinking", "code", "vision", "tool_use", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"supportsReasoning": true,
|
||
"description": "Anthropic 最强模型,基于 Mythos 架构,支持自主知识工作"
|
||
}
|
||
},
|
||
{
|
||
"id": "claude-opus-4-8",
|
||
"displayName": "Claude Opus 4.8",
|
||
"family": "claude-opus",
|
||
"match": { "patterns": ["claude-opus-4-8*"] },
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"supportsReasoning": true,
|
||
"description": "Claude Opus 4.8,Anthropic Opus 系列最新旗舰"
|
||
}
|
||
},
|
||
{
|
||
"id": "claude-opus-4-7",
|
||
"displayName": "Claude Opus 4.7",
|
||
"family": "claude-opus",
|
||
"match": { "patterns": ["claude-opus-4-7*"] },
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true,
|
||
"description": "Anthropic 当前最强通用模型,适合复杂推理和智能体编码任务"
|
||
}
|
||
},
|
||
{
|
||
"id": "claude-sonnet-4-6",
|
||
"displayName": "Claude Sonnet 4.6",
|
||
"family": "claude-sonnet",
|
||
"match": { "patterns": ["claude-sonnet-4-6*"] },
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 64000,
|
||
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use", "computer_use"],
|
||
"serviceType": ["chat", "computer_use"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true,
|
||
"description": "Anthropic 高智能高速度模型,适合编码、工具使用和智能体任务"
|
||
}
|
||
},
|
||
{
|
||
"id": "claude-sonnet-4-5",
|
||
"displayName": "Claude Sonnet 4.5",
|
||
"family": "claude-sonnet",
|
||
"match": { "patterns": ["claude-sonnet-4-5*"] },
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 64000,
|
||
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true,
|
||
"description": "Anthropic 主力模型,长文本与代码任务表现优异"
|
||
}
|
||
},
|
||
{
|
||
"id": "claude-haiku-4-5",
|
||
"displayName": "Claude Haiku 4.5",
|
||
"family": "claude-haiku",
|
||
"match": { "patterns": ["claude-haiku-4-5*"] },
|
||
"spec": {
|
||
"contextWindow": 200000,
|
||
"maxOutputTokens": 64000,
|
||
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true,
|
||
"description": "Anthropic 最快模型,具备接近前沿模型的智能水平"
|
||
}
|
||
}
|
||
]
|
||
}
|