feat(compute): add GPT-Reserve, Fable 5.1 and GPT-6 Astra (#94)

This commit is contained in:
2026-09-06 04:20:15 -04:00
committed by GitHub
parent 8157091702
commit 571b98e682
8 changed files with 325 additions and 3 deletions

View File

@@ -1,6 +1,59 @@
{
"description": "Anthropic Claude 系列模型规格。参数来源config-center compute/providers/anthropic.json。",
"specs": [
{
"id": "claude-fable-5-1",
"displayName": "Claude Fable 5.1",
"family": "claude-fable",
"match": {
"exact": [
"claude-fable-5-1"
],
"patterns": [
"claude-fable-5-1*"
]
},
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"deep_thinking",
"code",
"vision",
"tool_use",
"long_context"
],
"serviceType": [
"chat"
],
"supportsReasoning": true,
"description": "Claude Fable 5.1,面向高难推理和长程智能体任务,始终开启自适应思考",
"extra": {
"adaptiveThinking": true,
"thinkingOnByDefault": true,
"thinkingOnly": true
}
},
"routing": {
"tier": "flagship",
"routingPriority": 20,
"eligibleForAgent": true,
"defaultReference": false,
"reasoning": {
"supportedModes": [
"auto",
"low",
"medium",
"high",
"xhigh",
"max"
],
"defaultMode": "high"
}
}
},
{
"id": "claude-fable-5",
"displayName": "Claude Fable 5",