mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
chore: update field audit tables and provider configs
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 1,
|
||||
"outputPrice": 5,
|
||||
"defaultTemperature": 0.7
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8
|
||||
},
|
||||
{
|
||||
"modelName": "qwen3-max",
|
||||
@@ -63,7 +64,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 1.2,
|
||||
"outputPrice": 6,
|
||||
"defaultTemperature": 0.7
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"capabilities": ["chat", "reasoning", "code", "multilingual"],
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 1.2,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"billing": "token_plan_request_quota",
|
||||
"cacheReadPrice": 0.06,
|
||||
@@ -85,7 +85,7 @@
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 2.4,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"billing": "token_plan_highspeed_request_quota",
|
||||
"cacheReadPrice": 0.06,
|
||||
@@ -111,7 +111,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 1.2,
|
||||
"defaultTemperature": 1
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
"video_understanding"
|
||||
],
|
||||
"source": "preset",
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"billing": "kimi_membership_quota",
|
||||
"baseUrlNote": "Kimi Code API Key must use https://api.kimi.com/coding/v1",
|
||||
@@ -79,7 +79,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 0.58,
|
||||
"outputPrice": 3.02,
|
||||
"defaultTemperature": 1
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"capabilities": ["chat", "code"],
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
"capabilities": ["code", "reasoning", "chat"],
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32000,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -109,7 +109,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 0.58,
|
||||
"outputPrice": 2.6,
|
||||
"defaultTemperature": 0.95
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
},
|
||||
{
|
||||
"modelName": "glm-4.7",
|
||||
@@ -132,7 +133,8 @@
|
||||
"source": "preset",
|
||||
"inputPrice": 0.2911,
|
||||
"outputPrice": 1.1645,
|
||||
"defaultTemperature": 0.95
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -15,13 +15,13 @@
|
||||
],
|
||||
"models": [
|
||||
{
|
||||
"modelName": "claude-opus-4-6",
|
||||
"displayName": "Claude Opus 4.6",
|
||||
"modelName": "claude-opus-4-7",
|
||||
"displayName": "Claude Opus 4.7",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Anthropic Opus 4.6,1M 上下文,适合复杂代理和编码任务",
|
||||
"contextWindow": 200000,
|
||||
"description": "Anthropic 当前最强通用模型,适合复杂推理和智能体编码任务",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 128000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -33,91 +33,76 @@
|
||||
"inputPrice": 5,
|
||||
"outputPrice": 25,
|
||||
"defaultTemperature": 1,
|
||||
"extra": {}
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"cachePricing": {
|
||||
"write5m": 6.25,
|
||||
"write1h": 10,
|
||||
"read": 0.5
|
||||
},
|
||||
"pricingNotes": "Prices are per 1M tokens. Opus 4.7 includes the full 1M context window at standard pricing."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "claude-opus-4-5",
|
||||
"displayName": "Claude Opus 4.5",
|
||||
"modelName": "claude-sonnet-4-6",
|
||||
"displayName": "Claude Sonnet 4.6",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Anthropic Opus 4.5,顶级推理能力",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 5,
|
||||
"outputPrice": 25,
|
||||
"defaultTemperature": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "claude-sonnet-4-5",
|
||||
"displayName": "Claude Sonnet 4.5",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Anthropic Sonnet 4.5,高性能性价比",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 64000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 3,
|
||||
"outputPrice": 15,
|
||||
"defaultTemperature": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "claude-sonnet-4",
|
||||
"displayName": "Claude Sonnet 4",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Anthropic Sonnet 4 旗舰模型",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 64000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 3,
|
||||
"outputPrice": 15,
|
||||
"defaultTemperature": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "claude-sonnet-4-5-computer",
|
||||
"displayName": "Claude Sonnet 4.5 Computer Use",
|
||||
"serviceType": [
|
||||
"computer_use"
|
||||
],
|
||||
"description": "Anthropic 最佳 Computer Use 模型",
|
||||
"contextWindow": 200000,
|
||||
"description": "Anthropic 高智能高速度模型,适合编码、工具使用和智能体任务",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 64000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"computer_use",
|
||||
"tool_use",
|
||||
"reasoning"
|
||||
"computer_use"
|
||||
],
|
||||
"inputPrice": 3,
|
||||
"outputPrice": 15,
|
||||
"defaultTemperature": 1,
|
||||
"extra": {}
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"cachePricing": {
|
||||
"write5m": 3.75,
|
||||
"write1h": 6,
|
||||
"read": 0.3
|
||||
},
|
||||
"pricingNotes": "Prices are per 1M tokens. Sonnet 4.6 includes the full 1M context window at standard pricing."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "claude-haiku-4-5",
|
||||
"displayName": "Claude Haiku 4.5",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Anthropic 最快模型,具备接近前沿模型的智能水平",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 64000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 1,
|
||||
"outputPrice": 5,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"modelId": "claude-haiku-4-5-20251001",
|
||||
"cachePricing": {
|
||||
"write5m": 1.25,
|
||||
"write1h": 2,
|
||||
"read": 0.1
|
||||
},
|
||||
"pricingNotes": "Prices are per 1M tokens."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
],
|
||||
"inputPrice": 5,
|
||||
"outputPrice": 9,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -52,8 +52,8 @@
|
||||
],
|
||||
"inputPrice": 10,
|
||||
"outputPrice": 30,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -72,8 +72,8 @@
|
||||
],
|
||||
"inputPrice": 10,
|
||||
"outputPrice": 30,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -91,8 +91,8 @@
|
||||
],
|
||||
"inputPrice": 2,
|
||||
"outputPrice": 20,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -31,14 +31,62 @@
|
||||
"multimodal",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 8,
|
||||
"outputPrice": 32,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 24,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"pricingTiers": [
|
||||
{
|
||||
"maxInputTokens": 32768,
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 24
|
||||
},
|
||||
{
|
||||
"maxInputTokens": 131072,
|
||||
"inputPrice": 10,
|
||||
"outputPrice": 40
|
||||
}
|
||||
],
|
||||
"thinkingMaxTokens": 60000
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "ernie-4.5-turbo-128k-latest",
|
||||
"modelName": "ernie-5.0",
|
||||
"displayName": "文心 ERNIE 5.0 非思考",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百度 ERNIE 5.0 旗舰模型,128K 上下文,119K 最大输入,最大输出 65,536 token",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"vision",
|
||||
"multimodal",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 24,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"pricingTiers": [
|
||||
{
|
||||
"maxInputTokens": 32768,
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 24
|
||||
},
|
||||
{
|
||||
"maxInputTokens": 131072,
|
||||
"inputPrice": 10,
|
||||
"outputPrice": 40
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "ernie-4.5-turbo-128k",
|
||||
"displayName": "文心 ERNIE 4.5 Turbo",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
@@ -55,9 +103,59 @@
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 3.2,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": 0.8,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "ernie-4.5-turbo-20260402",
|
||||
"displayName": "文心 ERNIE 4.5 Turbo 20260402",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百度 ERNIE 4.5 Turbo 20260402 快照,128K 上下文,最大输出 12,288 token",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 12288,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
"vision",
|
||||
"long_context",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 3.2,
|
||||
"defaultTemperature": 0.8,
|
||||
"defaultTopP": 1,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "ernie-x1.1",
|
||||
"displayName": "文心 ERNIE X1.1",
|
||||
"serviceType": [
|
||||
"reasoning"
|
||||
],
|
||||
"description": "百度 ERNIE X1.1 深度思考模型,64K 上下文,最大输出 65,536 token",
|
||||
"contextWindow": 65536,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"deep_thinking",
|
||||
"math",
|
||||
"code"
|
||||
],
|
||||
"inputPrice": 1,
|
||||
"outputPrice": 4,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"thinkingMaxTokens": 65536
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -29,9 +29,33 @@
|
||||
],
|
||||
"inputPrice": 2.50,
|
||||
"outputPrice": 10.00,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": 0.3,
|
||||
"defaultTopP": 0.75,
|
||||
"extra": {
|
||||
"pricingNotes": "Prices are per 1M tokens."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "command-r7b-12-2024",
|
||||
"displayName": "Command R7B",
|
||||
"serviceType": ["fast"],
|
||||
"description": "Cohere 小型高速对话模型,适合高吞吐、低延迟场景",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 4000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"tool_use",
|
||||
"rag",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.0375,
|
||||
"outputPrice": 0.15,
|
||||
"defaultTemperature": 0.3,
|
||||
"defaultTopP": 0.75,
|
||||
"extra": {
|
||||
"pricingNotes": "Prices are per 1M tokens."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "embed-v4.0",
|
||||
@@ -46,8 +70,13 @@
|
||||
],
|
||||
"inputPrice": 0.12,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"dimensions": [256, 512, 1024, 1536],
|
||||
"defaultDimension": 1536,
|
||||
"pricingNotes": "Embedding models are priced by embedded tokens; price is per 1M tokens."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "rerank-v3.5",
|
||||
@@ -62,8 +91,11 @@
|
||||
],
|
||||
"inputPrice": 2.00,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"pricingNotes": "Cohere Rerank is priced by search units, not input/output tokens; one search unit is one query with up to 100 documents. The token price fields are retained for schema compatibility."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -30,10 +30,12 @@
|
||||
"multilingual"
|
||||
],
|
||||
"inputPrice": 2,
|
||||
"outputPrice": 8,
|
||||
"outputPrice": 3,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "deepseek-reasoner",
|
||||
@@ -53,9 +55,11 @@
|
||||
],
|
||||
"inputPrice": 4,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -54,7 +55,8 @@
|
||||
],
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 0.95,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -74,6 +76,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -93,6 +96,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -112,6 +116,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -134,7 +139,8 @@
|
||||
],
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -158,6 +164,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -179,6 +186,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -202,6 +210,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -224,7 +233,8 @@
|
||||
],
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -246,6 +256,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -267,6 +278,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -289,7 +301,8 @@
|
||||
],
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -309,6 +322,7 @@
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
],
|
||||
"inputPrice": 0.99,
|
||||
"outputPrice": 0.99,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -51,8 +51,8 @@
|
||||
],
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 6,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
],
|
||||
"inputPrice": 0.5,
|
||||
"outputPrice": 1.5,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
@@ -56,7 +56,7 @@
|
||||
],
|
||||
"inputPrice": 0.1,
|
||||
"outputPrice": 0.3,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
@@ -75,7 +75,7 @@
|
||||
],
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 0.9,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
}
|
||||
|
||||
@@ -129,8 +129,8 @@
|
||||
],
|
||||
"inputPrice": 4,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": 0.6,
|
||||
"defaultTopP": 1,
|
||||
"extra": {
|
||||
"cacheHitPrice": 1
|
||||
}
|
||||
@@ -153,8 +153,8 @@
|
||||
],
|
||||
"inputPrice": 4,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {
|
||||
"cacheHitPrice": 1
|
||||
}
|
||||
@@ -174,8 +174,8 @@
|
||||
],
|
||||
"inputPrice": 2,
|
||||
"outputPrice": 2,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": 0,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -194,8 +194,8 @@
|
||||
],
|
||||
"inputPrice": 5,
|
||||
"outputPrice": 5,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": 0,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -214,8 +214,8 @@
|
||||
],
|
||||
"inputPrice": 10,
|
||||
"outputPrice": 10,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.9,
|
||||
"defaultTemperature": 0,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -25,7 +25,8 @@
|
||||
"code",
|
||||
"reasoning"
|
||||
],
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTemperature": 0.8,
|
||||
"defaultTopP": 0.9,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -26,9 +26,16 @@
|
||||
],
|
||||
"inputPrice": 3.00,
|
||||
"outputPrice": 15.00,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"requestPricingPer1k": {
|
||||
"low": 6,
|
||||
"medium": 10,
|
||||
"high": 14
|
||||
},
|
||||
"pricingNotes": "Total Sonar API cost includes token costs plus a request fee based on search context size."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "sonar-reasoning-pro",
|
||||
@@ -45,9 +52,16 @@
|
||||
],
|
||||
"inputPrice": 2.00,
|
||||
"outputPrice": 8.00,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"requestPricingPer1k": {
|
||||
"low": 6,
|
||||
"medium": 10,
|
||||
"high": 14
|
||||
},
|
||||
"pricingNotes": "Total Sonar API cost includes token costs plus a request fee based on search context size."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "sonar",
|
||||
@@ -64,9 +78,16 @@
|
||||
],
|
||||
"inputPrice": 1.00,
|
||||
"outputPrice": 1.00,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"requestPricingPer1k": {
|
||||
"low": 5,
|
||||
"medium": 8,
|
||||
"high": 12
|
||||
},
|
||||
"pricingNotes": "Total Sonar API cost includes token costs plus a request fee based on search context size."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
],
|
||||
"inputPrice": 8,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": 0.7,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -48,8 +48,8 @@
|
||||
],
|
||||
"inputPrice": 2.5,
|
||||
"outputPrice": 10,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": 0.7,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -65,7 +65,8 @@
|
||||
],
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"reasoning"
|
||||
],
|
||||
"description": "腾讯混元最新推理模型,128K输入/64K输出,MoE架构406B总参数",
|
||||
"contextWindow": 128000,
|
||||
"contextWindow": 196608,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -31,9 +31,56 @@
|
||||
],
|
||||
"inputPrice": 3.975,
|
||||
"outputPrice": 15.9,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"pricingTiers": [
|
||||
{
|
||||
"maxInputTokens": 32768,
|
||||
"inputPrice": 3.975,
|
||||
"outputPrice": 15.9
|
||||
},
|
||||
{
|
||||
"maxInputTokens": 131072,
|
||||
"inputPrice": 5.3,
|
||||
"outputPrice": 21.2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-2.0-instruct-20251111",
|
||||
"displayName": "混元 2.0 Instruct",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯混元 2.0 指令模型,最大输入128K/最大输出16K,支持联网搜索和 Function Calling",
|
||||
"contextWindow": 147456,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
"long_context",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 3.18,
|
||||
"outputPrice": 7.95,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"pricingTiers": [
|
||||
{
|
||||
"maxInputTokens": 32768,
|
||||
"inputPrice": 3.18,
|
||||
"outputPrice": 7.95
|
||||
},
|
||||
{
|
||||
"maxInputTokens": 131072,
|
||||
"inputPrice": 4.505,
|
||||
"outputPrice": 11.13
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-turbos-latest",
|
||||
@@ -54,8 +101,8 @@
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 2,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
],
|
||||
"inputPrice": 2.00,
|
||||
"outputPrice": 6.00,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -49,8 +49,8 @@
|
||||
],
|
||||
"inputPrice": 0.20,
|
||||
"outputPrice": 0.50,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -25,12 +25,10 @@
|
||||
"math",
|
||||
"code"
|
||||
],
|
||||
"inputPrice": 11,
|
||||
"outputPrice": 11,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": 1.2,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"pricingNote": "讯飞按token包计费,不区分输入输出"
|
||||
"pricingNote": "官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -46,12 +44,10 @@
|
||||
"code",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 60,
|
||||
"outputPrice": 60,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {
|
||||
"pricingNote": "讯飞按token包计费,不区分输入输出"
|
||||
"pricingNote": "官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user