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

@@ -25,6 +25,41 @@
"reasoning"
],
"models": [
{
"modelName": "claude-fable-5-1",
"displayName": "Claude Fable 5.1",
"serviceType": [
"chat"
],
"description": "Claude 订阅额度计费面向高难推理和长程智能体任务1M 上下文,始终开启自适应思考",
"contextWindow": 1000000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use",
"agent",
"long_context"
],
"extra": {
"adaptiveThinking": true,
"reasoning": {
"supportedEfforts": [
"low",
"medium",
"high",
"xhigh",
"max"
],
"defaultEffort": "high"
},
"thinkingOnByDefault": true,
"thinkingOnly": true
},
"source": "preset"
},
{
"modelName": "claude-fable-5",
"displayName": "Claude Fable 5",

View File

@@ -14,6 +14,56 @@
"computer_use"
],
"models": [
{
"modelName": "claude-fable-5-1",
"displayName": "Claude Fable 5.1",
"serviceType": [
"chat"
],
"description": "面向高难推理和长程智能体任务1M 上下文,始终开启自适应思考",
"contextWindow": 1000000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use",
"agent",
"long_context"
],
"inputPrice": 10,
"outputPrice": 50,
"extra": {
"serverSideWebSearch": {
"enabled": true,
"dialect": "anthropic-messages",
"fallbackPriority": 1,
"searchRequestPriceUsd": 0.01,
"toolType": "web_search_20260318"
},
"cachePricing": {
"write5m": 12.5,
"write1h": 20,
"read": 0.25
},
"adaptiveThinking": true,
"reasoning": {
"supportedEfforts": [
"low",
"medium",
"high",
"xhigh",
"max"
],
"defaultEffort": "high"
},
"samplingParametersDeprecated": true,
"pricingNotes": "Prices are per 1M tokens. Full 1M context is billed at standard pricing.",
"thinkingOnByDefault": true,
"thinkingOnly": true
}
},
{
"modelName": "claude-fable-5",
"displayName": "Claude Fable 5",

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",

View File

@@ -24,6 +24,43 @@
"translation"
],
"models": [
{
"modelName": "gpt-6-astra",
"displayName": "GPT-6 Astra",
"serviceType": [
"chat",
"responses"
],
"description": "OpenAI GPT-6 Astra面向复杂推理、编程和长程智能体任务1.05M 上下文128K 最大输出",
"contextWindow": 1050000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"ultra_long_context",
"tool_use",
"agent"
],
"inputPrice": 10,
"outputPrice": 50,
"extra": {
"serverSideWebSearch": {
"enabled": true,
"dialect": "openai-responses",
"fallbackPriority": 1,
"searchRequestPriceUsd": 0.01,
"toolType": "web_search"
},
"cachedInputPrice": 1,
"reasoning": {
"supportedEfforts": ["low", "medium", "high", "xhigh", "max"],
"defaultEffort": "medium"
},
"pricingNotes": "Prices are per 1M tokens. Cache writes cost $12.50. Above 272K input tokens, input and cache rates are 2x and output rates are 1.5x for the full request."
}
},
{
"modelName": "gpt-5.5",
"displayName": "GPT-5.5",