mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 04:33:20 +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
59 lines
2.0 KiB
JSON
59 lines
2.0 KiB
JSON
{
|
||
"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
|
||
}
|
||
}
|
||
]
|
||
}
|