Files
config-center/compute/model-specs/xai.json
Johnson 768da94ad0 feat: sync missing models from OpenRouter (fix watermark)
- 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
2026-07-21 16:24:03 +08:00

59 lines
2.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"description": "xAI Grok 系列模型规格。参数来源config-center compute/providers/xai.json。Grok 网关命名变体较多(含日期戳/-fast/-reasoning 后缀),主要依赖 family=grok-4 兜底匹配。",
"specs": [
{
"id": "grok-4.5",
"displayName": "Grok 4.5",
"family": "grok-4",
"match": { "exact": ["grok-4.5"], "patterns": ["grok-4.5*"] },
"spec": {
"contextWindow": 500000,
"maxOutputTokens": 128000,
"capabilities": ["chat", "reasoning", "code", "tool_use", "vision", "long_context"],
"serviceType": ["chat"],
"supportsReasoning": true,
"description": "xAI 最新旗舰模型,编程和 STEM 领域前沿"
}
},
{
"id": "grok-4-3",
"displayName": "Grok 4.3",
"family": "grok-4",
"match": { "exact": ["grok-4.3"], "patterns": ["grok-4.3*"] },
"spec": {
"contextWindow": 1000000,
"capabilities": ["reasoning", "code", "vision", "tool_use", "long_context"],
"serviceType": ["chat"],
"supportsReasoning": true,
"description": "xAI Grok 4.3 推理模型100 万上下文"
}
},
{
"id": "grok-4-1-fast-reasoning",
"displayName": "Grok 4.1 Fast",
"family": "grok-4",
"spec": {
"contextWindow": 2000000,
"maxOutputTokens": 16384,
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use", "fast", "long_context"],
"serviceType": ["chat", "reasoning"],
"defaultTemperature": 1,
"supportsReasoning": true
}
},
{
"id": "grok-4.20-0309-reasoning",
"displayName": "Grok 4.20",
"family": "grok-4",
"spec": {
"contextWindow": 2000000,
"maxOutputTokens": 16384,
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use"],
"serviceType": ["chat", "reasoning"],
"defaultTemperature": 1,
"supportsReasoning": true
}
}
]
}