feat(compute): add Ox Alpha model (#77)

This commit is contained in:
Johnson-LYS
2026-08-21 16:44:37 +08:00
committed by GitHub
parent e3b20e4790
commit e627aef16a
5 changed files with 124 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
"tencent",
"volcengine",
"xunfei",
"stealth",
"happyhorse"
],
"routingTiers": [

View File

@@ -0,0 +1,45 @@
{
"description": "Stealth 系列模型规格。参数来源OpenRouter Models API。",
"specs": [
{
"id": "ox-alpha",
"displayName": "Ox Alpha",
"family": "ox-alpha",
"match": {
"exact": [
"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"
}
}
]
}

View File

@@ -9,8 +9,54 @@
"enabled": false,
"status": "unconfigured",
"priceCurrency": "USD",
"services": ["chat"],
"services": [
"chat",
"reasoning",
"vision"
],
"models": [
{
"modelName": "stealth/ox-alpha",
"displayName": "Ox Alpha (免费)",
"serviceType": [
"chat",
"reasoning",
"vision"
],
"description": "通过 OpenRouter 免费使用的 Ox Alpha面向编程、长程 Agent 与复杂推理,支持文本、图片和视频输入",
"contextWindow": 1048576,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"deep_thinking",
"code",
"tool_use",
"agent",
"long_context",
"vision",
"image_understanding",
"video_understanding"
],
"inputPrice": 0.00,
"outputPrice": 0.00,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"reasoning": {
"supportedEfforts": [
"low",
"high",
"max"
],
"defaultEffort": "max"
},
"thinking": {
"default": "enabled",
"disableSupported": false
}
}
},
{
"modelName": "openrouter/auto",
"displayName": "OpenRouter Auto",