Files
config-center/compute/model-specs/stealth.json
2026-08-21 17:01:38 +08:00

47 lines
1.1 KiB
JSON
Raw 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": "Stealth 系列模型规格。参数来源OpenRouter Models API。",
"specs": [
{
"id": "ox-alpha",
"displayName": "Ox Alpha",
"family": "ox-alpha",
"match": {
"exact": [
"ox-alpha",
"stealth/ox-alpha"
]
},
"spec": {
"contextWindow": 1048576,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"deep_thinking",
"code",
"tool_use",
"agent",
"long_context",
"vision",
"image_understanding",
"video_understanding"
],
"serviceType": [
"chat",
"reasoning",
"vision"
],
"defaultTemperature": 1,
"defaultTopP": 0.95,
"supportsReasoning": true,
"description": "Ox Alpha 多模态推理模型,面向编程、长程 Agent、复杂推理与生产工作负载",
"extra": {
"thinkingDefault": true,
"thinkingOnly": true
},
"releasedAt": "2026-08-21"
}
}
]
}