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

@@ -24,6 +24,70 @@
"reasoning"
],
"models": [
{
"modelName": "gpt-6-astra",
"displayName": "GPT-6 Astra",
"serviceType": [
"chat"
],
"description": "ChatGPT 订阅额度计费面向复杂推理、编程和长程智能体任务1.05M 上下文",
"contextWindow": 1050000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"long_context",
"tool_use",
"agent"
],
"extra": {
"reasoning": {
"supportedEfforts": [
"low",
"medium",
"high",
"xhigh",
"max"
],
"defaultEffort": "medium"
}
},
"source": "preset"
},
{
"modelName": "gpt-reserve",
"displayName": "GPT-Reserve",
"serviceType": [
"chat"
],
"description": "ChatGPT 订阅额度计费,参数暂按 GPT-5.6 Luna 配置待官方规格确认272K 上下文",
"contextWindow": 272000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"long_context",
"tool_use",
"fast"
],
"extra": {
"reasoning": {
"supportedEfforts": [
"low",
"medium",
"high",
"xhigh",
"max"
],
"defaultEffort": "medium"
}
},
"source": "preset"
},
{
"modelName": "gpt-5.6-sol",
"displayName": "GPT-5.6 Sol",