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