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",
|
"source": "preset",
|
||||||
"inputPrice": 1,
|
"inputPrice": 1,
|
||||||
"outputPrice": 5,
|
"outputPrice": 5,
|
||||||
"defaultTemperature": 0.7
|
"defaultTemperature": 0.7,
|
||||||
|
"defaultTopP": 0.8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "qwen3-max",
|
"modelName": "qwen3-max",
|
||||||
@@ -63,7 +64,8 @@
|
|||||||
"source": "preset",
|
"source": "preset",
|
||||||
"inputPrice": 1.2,
|
"inputPrice": 1.2,
|
||||||
"outputPrice": 6,
|
"outputPrice": 6,
|
||||||
"defaultTemperature": 0.7
|
"defaultTemperature": 0.7,
|
||||||
|
"defaultTopP": 0.8
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,8 @@
|
|||||||
"contextWindow": 128000,
|
"contextWindow": 128000,
|
||||||
"maxOutputTokens": 8192,
|
"maxOutputTokens": 8192,
|
||||||
"capabilities": ["chat", "reasoning", "code", "multilingual"],
|
"capabilities": ["chat", "reasoning", "code", "multilingual"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
|
"defaultTopP": null,
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
"contextWindow": 128000,
|
"contextWindow": 128000,
|
||||||
"maxOutputTokens": 8192,
|
"maxOutputTokens": 8192,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 1,
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
"inputPrice": 0.3,
|
"inputPrice": 0.3,
|
||||||
"outputPrice": 1.2,
|
"outputPrice": 1.2,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"billing": "token_plan_request_quota",
|
"billing": "token_plan_request_quota",
|
||||||
"cacheReadPrice": 0.06,
|
"cacheReadPrice": 0.06,
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
"inputPrice": 0.6,
|
"inputPrice": 0.6,
|
||||||
"outputPrice": 2.4,
|
"outputPrice": 2.4,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"billing": "token_plan_highspeed_request_quota",
|
"billing": "token_plan_highspeed_request_quota",
|
||||||
"cacheReadPrice": 0.06,
|
"cacheReadPrice": 0.06,
|
||||||
@@ -111,7 +111,8 @@
|
|||||||
"source": "preset",
|
"source": "preset",
|
||||||
"inputPrice": 0.3,
|
"inputPrice": 0.3,
|
||||||
"outputPrice": 1.2,
|
"outputPrice": 1.2,
|
||||||
"defaultTemperature": 1
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,8 +46,8 @@
|
|||||||
"video_understanding"
|
"video_understanding"
|
||||||
],
|
],
|
||||||
"source": "preset",
|
"source": "preset",
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 0.95,
|
"defaultTopP": null,
|
||||||
"extra": {
|
"extra": {
|
||||||
"billing": "kimi_membership_quota",
|
"billing": "kimi_membership_quota",
|
||||||
"baseUrlNote": "Kimi Code API Key must use https://api.kimi.com/coding/v1",
|
"baseUrlNote": "Kimi Code API Key must use https://api.kimi.com/coding/v1",
|
||||||
@@ -79,7 +79,8 @@
|
|||||||
"source": "preset",
|
"source": "preset",
|
||||||
"inputPrice": 0.58,
|
"inputPrice": 0.58,
|
||||||
"outputPrice": 3.02,
|
"outputPrice": 3.02,
|
||||||
"defaultTemperature": 1
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,8 @@
|
|||||||
"capabilities": ["chat", "code"],
|
"capabilities": ["chat", "code"],
|
||||||
"contextWindow": 128000,
|
"contextWindow": 128000,
|
||||||
"maxOutputTokens": 8192,
|
"maxOutputTokens": 8192,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
|
"defaultTopP": null,
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -33,7 +33,8 @@
|
|||||||
"capabilities": ["code", "reasoning", "chat"],
|
"capabilities": ["code", "reasoning", "chat"],
|
||||||
"contextWindow": 256000,
|
"contextWindow": 256000,
|
||||||
"maxOutputTokens": 32000,
|
"maxOutputTokens": 32000,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
|
"defaultTopP": null,
|
||||||
"source": "preset"
|
"source": "preset"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -109,7 +109,8 @@
|
|||||||
"source": "preset",
|
"source": "preset",
|
||||||
"inputPrice": 0.58,
|
"inputPrice": 0.58,
|
||||||
"outputPrice": 2.6,
|
"outputPrice": 2.6,
|
||||||
"defaultTemperature": 0.95
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "glm-4.7",
|
"modelName": "glm-4.7",
|
||||||
@@ -132,7 +133,8 @@
|
|||||||
"source": "preset",
|
"source": "preset",
|
||||||
"inputPrice": 0.2911,
|
"inputPrice": 0.2911,
|
||||||
"outputPrice": 1.1645,
|
"outputPrice": 1.1645,
|
||||||
"defaultTemperature": 0.95
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,13 +15,13 @@
|
|||||||
],
|
],
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"modelName": "claude-opus-4-6",
|
"modelName": "claude-opus-4-7",
|
||||||
"displayName": "Claude Opus 4.6",
|
"displayName": "Claude Opus 4.7",
|
||||||
"serviceType": [
|
"serviceType": [
|
||||||
"chat"
|
"chat"
|
||||||
],
|
],
|
||||||
"description": "Anthropic Opus 4.6,1M 上下文,适合复杂代理和编码任务",
|
"description": "Anthropic 当前最强通用模型,适合复杂推理和智能体编码任务",
|
||||||
"contextWindow": 200000,
|
"contextWindow": 1000000,
|
||||||
"maxOutputTokens": 128000,
|
"maxOutputTokens": 128000,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
@@ -33,91 +33,76 @@
|
|||||||
"inputPrice": 5,
|
"inputPrice": 5,
|
||||||
"outputPrice": 25,
|
"outputPrice": 25,
|
||||||
"defaultTemperature": 1,
|
"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",
|
"modelName": "claude-sonnet-4-6",
|
||||||
"displayName": "Claude Opus 4.5",
|
"displayName": "Claude Sonnet 4.6",
|
||||||
"serviceType": [
|
"serviceType": [
|
||||||
"chat"
|
|
||||||
],
|
|
||||||
"description": "Anthropic Opus 4.5,顶级推理能力",
|
|
||||||
"contextWindow": 200000,
|
|
||||||
"maxOutputTokens": 32768,
|
|
||||||
"capabilities": [
|
|
||||||
"chat",
|
"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"
|
"computer_use"
|
||||||
],
|
],
|
||||||
"description": "Anthropic 最佳 Computer Use 模型",
|
"description": "Anthropic 高智能高速度模型,适合编码、工具使用和智能体任务",
|
||||||
"contextWindow": 200000,
|
"contextWindow": 1000000,
|
||||||
"maxOutputTokens": 64000,
|
"maxOutputTokens": 64000,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
|
"reasoning",
|
||||||
|
"code",
|
||||||
"vision",
|
"vision",
|
||||||
"computer_use",
|
|
||||||
"tool_use",
|
"tool_use",
|
||||||
"reasoning"
|
"computer_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 3,
|
"inputPrice": 3,
|
||||||
"outputPrice": 15,
|
"outputPrice": 15,
|
||||||
"defaultTemperature": 1,
|
"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,
|
"inputPrice": 5,
|
||||||
"outputPrice": 9,
|
"outputPrice": 9,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -52,8 +52,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 10,
|
"inputPrice": 10,
|
||||||
"outputPrice": 30,
|
"outputPrice": 30,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -72,8 +72,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 10,
|
"inputPrice": 10,
|
||||||
"outputPrice": 30,
|
"outputPrice": 30,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -91,8 +91,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 2,
|
"inputPrice": 2,
|
||||||
"outputPrice": 20,
|
"outputPrice": 20,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -31,14 +31,62 @@
|
|||||||
"multimodal",
|
"multimodal",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 8,
|
"inputPrice": 6,
|
||||||
"outputPrice": 32,
|
"outputPrice": 24,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"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",
|
"displayName": "文心 ERNIE 4.5 Turbo",
|
||||||
"serviceType": [
|
"serviceType": [
|
||||||
"chat"
|
"chat"
|
||||||
@@ -55,9 +103,59 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0.8,
|
"inputPrice": 0.8,
|
||||||
"outputPrice": 3.2,
|
"outputPrice": 3.2,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 0.8,
|
||||||
"defaultTopP": 1,
|
"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,
|
"inputPrice": 2.50,
|
||||||
"outputPrice": 10.00,
|
"outputPrice": 10.00,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 0.3,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.75,
|
||||||
"extra": {}
|
"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",
|
"modelName": "embed-v4.0",
|
||||||
@@ -46,8 +70,13 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0.12,
|
"inputPrice": 0.12,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"extra": {}
|
"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",
|
"modelName": "rerank-v3.5",
|
||||||
@@ -62,8 +91,11 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 2.00,
|
"inputPrice": 2.00,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"extra": {}
|
"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"
|
"multilingual"
|
||||||
],
|
],
|
||||||
"inputPrice": 2,
|
"inputPrice": 2,
|
||||||
"outputPrice": 8,
|
"outputPrice": 3,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
"extra": {}
|
"extra": {
|
||||||
|
"cacheHitPrice": 0.2
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "deepseek-reasoner",
|
"modelName": "deepseek-reasoner",
|
||||||
@@ -53,9 +55,11 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 4,
|
"inputPrice": 4,
|
||||||
"outputPrice": 16,
|
"outputPrice": 16,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {
|
||||||
|
"cacheHitPrice": 0.2
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -54,7 +55,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 0.95,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -74,6 +76,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -93,6 +96,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -112,6 +116,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -134,7 +139,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -158,6 +164,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -179,6 +186,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.95,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -202,6 +210,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 0.7,
|
||||||
|
"defaultTopP": 0.8,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -224,7 +233,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 0.7,
|
||||||
|
"defaultTopP": 0.8,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -246,6 +256,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 0.7,
|
||||||
|
"defaultTopP": 0.8,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -267,6 +278,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 0.7,
|
||||||
|
"defaultTopP": 0.8,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -289,7 +301,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 0.7,
|
||||||
|
"defaultTopP": 0.8,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -309,6 +322,7 @@
|
|||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
|
"defaultTopP": 0.7,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -30,8 +30,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0.99,
|
"inputPrice": 0.99,
|
||||||
"outputPrice": 0.99,
|
"outputPrice": 0.99,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -51,8 +51,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 6,
|
"inputPrice": 6,
|
||||||
"outputPrice": 6,
|
"outputPrice": 6,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0.5,
|
"inputPrice": 0.5,
|
||||||
"outputPrice": 1.5,
|
"outputPrice": 1.5,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0.1,
|
"inputPrice": 0.1,
|
||||||
"outputPrice": 0.3,
|
"outputPrice": 0.3,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0.3,
|
"inputPrice": 0.3,
|
||||||
"outputPrice": 0.9,
|
"outputPrice": 0.9,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -129,8 +129,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 4,
|
"inputPrice": 4,
|
||||||
"outputPrice": 16,
|
"outputPrice": 16,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 0.6,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": 1,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 1
|
"cacheHitPrice": 1
|
||||||
}
|
}
|
||||||
@@ -153,8 +153,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 4,
|
"inputPrice": 4,
|
||||||
"outputPrice": 16,
|
"outputPrice": 16,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": 1,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 1
|
"cacheHitPrice": 1
|
||||||
}
|
}
|
||||||
@@ -174,8 +174,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 2,
|
"inputPrice": 2,
|
||||||
"outputPrice": 2,
|
"outputPrice": 2,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 0,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": 1,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -194,8 +194,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 5,
|
"inputPrice": 5,
|
||||||
"outputPrice": 5,
|
"outputPrice": 5,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 0,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": 1,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -214,8 +214,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 10,
|
"inputPrice": 10,
|
||||||
"outputPrice": 10,
|
"outputPrice": 10,
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 0,
|
||||||
"defaultTopP": 0.9,
|
"defaultTopP": 1,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -25,7 +25,8 @@
|
|||||||
"code",
|
"code",
|
||||||
"reasoning"
|
"reasoning"
|
||||||
],
|
],
|
||||||
"defaultTemperature": 0.7,
|
"defaultTemperature": 0.8,
|
||||||
|
"defaultTopP": 0.9,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -26,9 +26,16 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 3.00,
|
"inputPrice": 3.00,
|
||||||
"outputPrice": 15.00,
|
"outputPrice": 15.00,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"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",
|
"modelName": "sonar-reasoning-pro",
|
||||||
@@ -45,9 +52,16 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 2.00,
|
"inputPrice": 2.00,
|
||||||
"outputPrice": 8.00,
|
"outputPrice": 8.00,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"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",
|
"modelName": "sonar",
|
||||||
@@ -64,9 +78,16 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 1.00,
|
"inputPrice": 1.00,
|
||||||
"outputPrice": 1.00,
|
"outputPrice": 1.00,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"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,
|
"inputPrice": 8,
|
||||||
"outputPrice": 16,
|
"outputPrice": 16,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.7,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -48,8 +48,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 2.5,
|
"inputPrice": 2.5,
|
||||||
"outputPrice": 10,
|
"outputPrice": 10,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.7,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -65,7 +65,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
"reasoning"
|
"reasoning"
|
||||||
],
|
],
|
||||||
"description": "腾讯混元最新推理模型,128K输入/64K输出,MoE架构406B总参数",
|
"description": "腾讯混元最新推理模型,128K输入/64K输出,MoE架构406B总参数",
|
||||||
"contextWindow": 128000,
|
"contextWindow": 196608,
|
||||||
"maxOutputTokens": 65536,
|
"maxOutputTokens": 65536,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
@@ -31,9 +31,56 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 3.975,
|
"inputPrice": 3.975,
|
||||||
"outputPrice": 15.9,
|
"outputPrice": 15.9,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"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",
|
"modelName": "hunyuan-turbos-latest",
|
||||||
@@ -54,8 +101,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0.8,
|
"inputPrice": 0.8,
|
||||||
"outputPrice": 2,
|
"outputPrice": 2,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -27,8 +27,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 2.00,
|
"inputPrice": 2.00,
|
||||||
"outputPrice": 6.00,
|
"outputPrice": 6.00,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -49,8 +49,8 @@
|
|||||||
],
|
],
|
||||||
"inputPrice": 0.20,
|
"inputPrice": 0.20,
|
||||||
"outputPrice": 0.50,
|
"outputPrice": 0.50,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": null,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": null,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -25,12 +25,10 @@
|
|||||||
"math",
|
"math",
|
||||||
"code"
|
"code"
|
||||||
],
|
],
|
||||||
"inputPrice": 11,
|
"defaultTemperature": 1.2,
|
||||||
"outputPrice": 11,
|
"defaultTopP": 0.95,
|
||||||
"defaultTemperature": 1,
|
|
||||||
"defaultTopP": 1,
|
|
||||||
"extra": {
|
"extra": {
|
||||||
"pricingNote": "讯飞按token包计费,不区分输入输出"
|
"pricingNote": "官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -46,12 +44,10 @@
|
|||||||
"code",
|
"code",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 60,
|
|
||||||
"outputPrice": 60,
|
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
"extra": {
|
"extra": {
|
||||||
"pricingNote": "讯飞按token包计费,不区分输入输出"
|
"pricingNote": "官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,47 +1,17 @@
|
|||||||
# 未确认字段报告 - compute/providers/anthropic.json
|
# 未确认字段报告 - compute/providers/anthropic.json
|
||||||
|
|
||||||
- provider: `anthropic`
|
- provider: `anthropic`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
|
- 本轮范围: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## claude-opus-4-6
|
## claude-opus-4-7
|
||||||
|
|
||||||
- `modelName`: ZenMux匹配(normalized): anthropic/claude-opus-4.6
|
- `defaultTopP`: 已查 https://docs.anthropic.com/en/api/messages 。官方页面给出了 `top_p` 参数说明和范围,但没有给“省略参数时默认值”,因此只能保留为 `null`。
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## claude-opus-4-5
|
## claude-sonnet-4-6
|
||||||
|
|
||||||
- `modelName`: ZenMux匹配(normalized): anthropic/claude-opus-4.5
|
- `defaultTopP`: 已查 https://docs.anthropic.com/en/api/messages 。官方页面给出了 `top_p` 参数说明和范围,但没有给“省略参数时默认值”,因此只能保留为 `null`。
|
||||||
- `maxOutputTokens`: 已查 https://platform.claude.com/docs/en/about-claude/pricing 与 https://www.anthropic.com/news/claude-opus-4-5 ,官方可确认 `Claude Opus 4.5` 型号存在与价格,但公开页面未给独立 max output tokens
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## claude-sonnet-4-5
|
## claude-haiku-4-5
|
||||||
|
|
||||||
- `modelName`: ZenMux匹配(normalized): anthropic/claude-sonnet-4.5
|
- `defaultTopP`: 已查 https://docs.anthropic.com/en/api/messages 。官方页面给出了 `top_p` 参数说明和范围,但没有给“省略参数时默认值”,因此只能保留为 `null`。
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## claude-sonnet-4
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## claude-sonnet-4-5-computer
|
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
|
||||||
- `contextWindow`: 已查 https://platform.claude.com/docs/en/about-claude/models/overview 和 https://platform.claude.com/docs/en/about-claude/pricing ,未找到 `claude-sonnet-4-5-computer` 这一独立官方模型规格
|
|
||||||
- `maxOutputTokens`: 已查 https://platform.claude.com/docs/en/about-claude/models/overview 和 https://platform.claude.com/docs/en/about-claude/pricing ,未找到 `claude-sonnet-4-5-computer` 这一独立官方模型规格
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|||||||
@@ -1,114 +1,30 @@
|
|||||||
# 详细字段取值表 - compute/providers/anthropic.json
|
# 详细字段取值表 - compute/providers/anthropic.json
|
||||||
|
|
||||||
- provider: `anthropic`
|
- provider: `anthropic`
|
||||||
- priceCurrency: `USD`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- 本轮复核字段: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://platform.claude.com/docs/en/about-claude/models/overview
|
- https://docs.anthropic.com/en/api/messages
|
||||||
- https://platform.claude.com/docs/en/about-claude/pricing
|
|
||||||
- https://platform.claude.com/docs/es/about-claude/models/whats-new-claude-4-5
|
|
||||||
- https://www.anthropic.com/news/claude-opus-4-5
|
|
||||||
- https://www.anthropic.com/news/claude-sonnet-4-5
|
|
||||||
- https://zenmux.ai/models
|
|
||||||
- https://zenmux.ai/api/v1/models
|
|
||||||
|
|
||||||
## claude-opus-4-6
|
## claude-opus-4-7
|
||||||
|
|
||||||
- ZenMux匹配级别: `normalized`
|
|
||||||
- ZenMux命中: `anthropic/claude-opus-4.6`
|
|
||||||
- ZenMux候选: `anthropic/claude-opus-4.6`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"claude-opus-4-6"` | `"claude-opus-4.6"` | 待确认 | ZenMux匹配(normalized): anthropic/claude-opus-4.6 |
|
| `defaultTemperature` | `1` | `1` | 保持 | Anthropic Messages API 文档明确写明 `temperature` `Defaults to 1.0`。 |
|
||||||
| `displayName` | `"Claude Opus 4.6"` | `"Claude Opus 4.6"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | Anthropic Messages API 文档描述了 `top_p` 的含义和范围,但未给省略时默认值;JSON 不应伪装成官方默认值。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `1000000` | `1000000` | 保持 | Anthropic 官方模型总览 https://platform.claude.com/docs/en/about-claude/models/overview 标注 Claude Opus 4.6 为 `1M tokens` context window |
|
|
||||||
| `maxOutputTokens` | `128000` | `128000` | 保持 | Anthropic 官方模型总览 https://platform.claude.com/docs/en/about-claude/models/overview 标注 Claude Opus 4.6 的 Max output 为 `128k tokens` |
|
|
||||||
| `inputPrice` | `5` | `5` | 保持 | ZenMux(anthropic/claude-opus-4.6) prompt=5 USD/MTokens |
|
|
||||||
| `outputPrice` | `25` | `25` | 保持 | ZenMux(anthropic/claude-opus-4.6) completion=25 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## claude-opus-4-5
|
## claude-sonnet-4-6
|
||||||
|
|
||||||
- ZenMux匹配级别: `normalized`
|
|
||||||
- ZenMux命中: `anthropic/claude-opus-4.5`
|
|
||||||
- ZenMux候选: `anthropic/claude-opus-4.5`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"claude-opus-4-5"` | `"claude-opus-4.5"` | 待确认 | ZenMux匹配(normalized): anthropic/claude-opus-4.5 |
|
| `defaultTemperature` | `1` | `1` | 保持 | Anthropic Messages API 文档明确写明 `temperature` `Defaults to 1.0`。 |
|
||||||
| `displayName` | `"Claude Opus 4.5"` | `"Claude Opus 4.5"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | Anthropic Messages API 文档描述了 `top_p` 的含义和范围,但未给省略时默认值;JSON 不应伪装成官方默认值。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `200000` | `200000` | 保持 | ZenMux(anthropic/claude-opus-4.5)口径近似(≤3%) |
|
|
||||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | 已查 https://platform.claude.com/docs/en/about-claude/pricing 与 https://www.anthropic.com/news/claude-opus-4-5 ,官方可确认 `Claude Opus 4.5` 型号存在与价格,但公开页面未给独立 max output tokens |
|
|
||||||
| `inputPrice` | `5` | `5` | 保持 | ZenMux(anthropic/claude-opus-4.5) prompt=5 USD/MTokens |
|
|
||||||
| `outputPrice` | `25` | `25` | 保持 | ZenMux(anthropic/claude-opus-4.5) completion=25 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## claude-sonnet-4-5
|
## claude-haiku-4-5
|
||||||
|
|
||||||
- ZenMux匹配级别: `normalized`
|
|
||||||
- ZenMux命中: `anthropic/claude-sonnet-4.5`
|
|
||||||
- ZenMux候选: `anthropic/claude-sonnet-4.5`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"claude-sonnet-4-5"` | `"claude-sonnet-4.5"` | 待确认 | ZenMux匹配(normalized): anthropic/claude-sonnet-4.5 |
|
| `defaultTemperature` | `1` | `1` | 保持 | Anthropic Messages API 文档明确写明 `temperature` `Defaults to 1.0`。 |
|
||||||
| `displayName` | `"Claude Sonnet 4.5"` | `"Claude Sonnet 4.5"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | Anthropic Messages API 文档描述了 `top_p` 的含义和范围,但未给省略时默认值;JSON 不应伪装成官方默认值。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `200000` | `200000` | 保持 | Anthropic 官方模型总览历史版本索引 https://platform.claude.com/docs/es/about-claude/models/whats-new-claude-4-5 将 `Claude Sonnet 4.5` 标为 `200K tokens / 1M tokens (beta)`;本项目 `contextWindow` 取标准口径 `200000` |
|
|
||||||
| `maxOutputTokens` | `64000` | `64000` | 保持 | Anthropic 官方模型总览历史版本索引 https://platform.claude.com/docs/es/about-claude/models/whats-new-claude-4-5 将 `Claude Sonnet 4.5` 标为 `64K tokens` 最大输出 |
|
|
||||||
| `inputPrice` | `3` | `3` | 保持 | ZenMux(anthropic/claude-sonnet-4.5) prompt=3 USD/MTokens |
|
|
||||||
| `outputPrice` | `15` | `15` | 保持 | ZenMux(anthropic/claude-sonnet-4.5) completion=15 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## claude-sonnet-4
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `anthropic/claude-sonnet-4`
|
|
||||||
- ZenMux候选: `anthropic/claude-sonnet-4`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"claude-sonnet-4"` | `"claude-sonnet-4"` | 保持 | ZenMux匹配(exact): anthropic/claude-sonnet-4 |
|
|
||||||
| `displayName` | `"Claude Sonnet 4"` | `"Claude Sonnet 4"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `200000` | `200000` | 保持 | Anthropic 官方模型总览 https://platform.claude.com/docs/en/about-claude/models/overview 标注 Claude Sonnet 4 的 context window 为 `200k tokens` |
|
|
||||||
| `maxOutputTokens` | `64000` | `64000` | 保持 | Anthropic 官方模型总览 https://platform.claude.com/docs/en/about-claude/models/overview 标注 Claude Sonnet 4 的 Max output 为 `64k tokens` |
|
|
||||||
| `inputPrice` | `3` | `3` | 保持 | ZenMux(anthropic/claude-sonnet-4) prompt=3 USD/MTokens |
|
|
||||||
| `outputPrice` | `15` | `15` | 保持 | ZenMux(anthropic/claude-sonnet-4) completion=15 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## claude-sonnet-4-5-computer
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `ambiguous`
|
|
||||||
- ZenMux候选: `anthropic/claude-sonnet-4.5`、`anthropic/claude-sonnet-4`、`anthropic/claude-sonnet-4.6`、`anthropic/claude-opus-4.5`、`anthropic/claude-haiku-4.5`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"claude-sonnet-4-5-computer"` | `"claude-sonnet-4-5-computer"` | 待确认 | ZenMux无稳定匹配 |
|
|
||||||
| `displayName` | `"Claude Sonnet 4.5 Computer Use"` | `"Claude Sonnet 4.5 Computer Use"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["computer_use"]` | `["computer_use"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `200000` | `200000` | 待确认 | 已查 https://platform.claude.com/docs/en/about-claude/models/overview 与 https://platform.claude.com/docs/en/about-claude/pricing ,未找到 `claude-sonnet-4-5-computer` 这一独立官方模型规格 |
|
|
||||||
| `maxOutputTokens` | `64000` | `64000` | 待确认 | 已查 https://platform.claude.com/docs/en/about-claude/models/overview 与 https://platform.claude.com/docs/en/about-claude/pricing ,未找到 `claude-sonnet-4-5-computer` 这一独立官方模型规格 |
|
|
||||||
| `inputPrice` | `3` | `3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `15` | `15` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","vision","computer_use","tool_use","reasoning"]` | `["chat","vision","computer_use","tool_use","reasoning"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|||||||
@@ -6,39 +6,31 @@
|
|||||||
## Baichuan-M3-Plus
|
## Baichuan-M3-Plus
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已复核 https://platform.baichuan-ai.com/docs/api ,官方接口文档确有 `max_tokens` 参数且取值范围为 `[1,2048]`,但当前正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖 `Baichuan-M3-Plus`
|
- `maxOutputTokens`: 已复核 https://platform.baichuan-ai.com/docs/api 及其官方正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 返回的 `mainDocument.md`;当前通用对话 API 文档确有 `max_tokens` 参数,取值范围为 `[1,2048]`、默认 `2048`,但正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖 `Baichuan-M3-Plus`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## Baichuan-M3
|
## Baichuan-M3
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已复核 https://platform.baichuan-ai.com/docs/api ,官方接口文档确有 `max_tokens` 参数且取值范围为 `[1,2048]`,但当前正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖 `Baichuan-M3`
|
- `maxOutputTokens`: 已复核 https://platform.baichuan-ai.com/docs/api 及其官方正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 返回的 `mainDocument.md`;当前通用对话 API 文档确有 `max_tokens` 参数,取值范围为 `[1,2048]`、默认 `2048`,但正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖 `Baichuan-M3`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## Baichuan-M2-Plus
|
## Baichuan-M2-Plus
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已复核 https://platform.baichuan-ai.com/docs/api ,官方接口文档确有 `max_tokens` 参数且取值范围为 `[1,2048]`,但当前正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖 `Baichuan-M2-Plus`
|
- `maxOutputTokens`: 已复核 https://platform.baichuan-ai.com/docs/api 及其官方正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 返回的 `mainDocument.md`;当前通用对话 API 文档确有 `max_tokens` 参数,取值范围为 `[1,2048]`、默认 `2048`,但正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖 `Baichuan-M2-Plus`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## Baichuan-M2
|
## Baichuan-M2
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已复核 https://platform.baichuan-ai.com/docs/api ,官方接口文档确有 `max_tokens` 参数且取值范围为 `[1,2048]`,但当前正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖 `Baichuan-M2`
|
- `maxOutputTokens`: 已复核 https://platform.baichuan-ai.com/docs/api 及其官方正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 返回的 `mainDocument.md`;当前通用对话 API 文档确有 `max_tokens` 参数,取值范围为 `[1,2048]`、默认 `2048`,但正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖 `Baichuan-M2`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
- https://platform.baichuan-ai.com/prices
|
- https://platform.baichuan-ai.com/prices
|
||||||
- https://platform.baichuan-ai.com/docs/api
|
- https://platform.baichuan-ai.com/docs/api
|
||||||
|
- https://platform.baichuan-ai.com/api/gitlab/file
|
||||||
- https://platform.baichuan-ai.com/docs/knowledgeBase
|
- https://platform.baichuan-ai.com/docs/knowledgeBase
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
- https://zenmux.ai/api/v1/models
|
- https://zenmux.ai/api/v1/models
|
||||||
@@ -23,12 +24,12 @@
|
|||||||
| `displayName` | `"百川 M3-Plus"` | `"百川 M3-Plus"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"百川 M3-Plus"` | `"百川 M3-Plus"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `32000` | `32000` | 保持 | 百川价格页 https://platform.baichuan-ai.com/prices 将 `Baichuan-M3-Plus` / `Baichuan-M3` / `Baichuan-M2-Plus` / `Baichuan-M2` 的上下文长度均列为 `32k` |
|
| `contextWindow` | `32000` | `32000` | 保持 | 百川价格页 https://platform.baichuan-ai.com/prices 将 `Baichuan-M3-Plus` / `Baichuan-M3` / `Baichuan-M2-Plus` / `Baichuan-M2` 的上下文长度均列为 `32k` |
|
||||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已复核 https://platform.baichuan-ai.com/docs/api ,官方接口文档确有 `max_tokens` 参数且取值范围为 `[1,2048]`,但当前正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖本地 `Baichuan-M3-Plus`,因此不能直接据此回填 |
|
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已复核 https://platform.baichuan-ai.com/docs/api 及其官方正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 返回的 `mainDocument.md`;当前通用对话 API 文档确有 `max_tokens` 参数,取值范围为 `[1,2048]`、默认 `2048`,但正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖本地 `Baichuan-M3-Plus`,因此不能直接据此回填 |
|
||||||
| `inputPrice` | `5` | `5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `5` | `5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `9` | `9` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `9` | `9` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","vision","long_context","medical"]` | `["chat","reasoning","code","multilingual","vision","long_context","medical"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","vision","long_context","medical"]` | `["chat","reasoning","code","multilingual","vision","long_context","medical"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 百川官方通用对话 API 文档 https://platform.baichuan-ai.com/docs/api 及其正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 仅为 `Baichuan4/3/2-Turbo` 系列声明 `temperature` 默认值 `0.3`;未覆盖 `Baichuan-M3-Plus`,按“官网未定义该型号默认值”记为 `null` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 百川官方通用对话 API 文档 https://platform.baichuan-ai.com/docs/api 及其正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 仅为 `Baichuan4/3/2-Turbo` 系列声明 `top_p` 默认值 `0.85`;未覆盖 `Baichuan-M3-Plus`,按“官网未定义该型号默认值”记为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## Baichuan-M3
|
## Baichuan-M3
|
||||||
@@ -42,12 +43,12 @@
|
|||||||
| `displayName` | `"百川 M3"` | `"百川 M3"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"百川 M3"` | `"百川 M3"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `32000` | `32000` | 保持 | 百川价格页 https://platform.baichuan-ai.com/prices 将 `Baichuan-M3-Plus` / `Baichuan-M3` / `Baichuan-M2-Plus` / `Baichuan-M2` 的上下文长度均列为 `32k` |
|
| `contextWindow` | `32000` | `32000` | 保持 | 百川价格页 https://platform.baichuan-ai.com/prices 将 `Baichuan-M3-Plus` / `Baichuan-M3` / `Baichuan-M2-Plus` / `Baichuan-M2` 的上下文长度均列为 `32k` |
|
||||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已复核 https://platform.baichuan-ai.com/docs/api ,官方接口文档确有 `max_tokens` 参数且取值范围为 `[1,2048]`,但当前正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖本地 `Baichuan-M3`,因此不能直接据此回填 |
|
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已复核 https://platform.baichuan-ai.com/docs/api 及其官方正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 返回的 `mainDocument.md`;当前通用对话 API 文档确有 `max_tokens` 参数,取值范围为 `[1,2048]`、默认 `2048`,但正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖本地 `Baichuan-M3`,因此不能直接据此回填 |
|
||||||
| `inputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `30` | `30` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `30` | `30` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","vision","medical"]` | `["chat","reasoning","code","multilingual","vision","medical"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","vision","medical"]` | `["chat","reasoning","code","multilingual","vision","medical"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 百川官方通用对话 API 文档 https://platform.baichuan-ai.com/docs/api 及其正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 仅为 `Baichuan4/3/2-Turbo` 系列声明 `temperature` 默认值 `0.3`;未覆盖 `Baichuan-M3`,按“官网未定义该型号默认值”记为 `null` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 百川官方通用对话 API 文档 https://platform.baichuan-ai.com/docs/api 及其正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 仅为 `Baichuan4/3/2-Turbo` 系列声明 `top_p` 默认值 `0.85`;未覆盖 `Baichuan-M3`,按“官网未定义该型号默认值”记为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## Baichuan-M2-Plus
|
## Baichuan-M2-Plus
|
||||||
@@ -61,12 +62,12 @@
|
|||||||
| `displayName` | `"百川 M2-Plus"` | `"百川 M2-Plus"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"百川 M2-Plus"` | `"百川 M2-Plus"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `32000` | `32000` | 保持 | 百川价格页 https://platform.baichuan-ai.com/prices 将 `Baichuan-M3-Plus` / `Baichuan-M3` / `Baichuan-M2-Plus` / `Baichuan-M2` 的上下文长度均列为 `32k` |
|
| `contextWindow` | `32000` | `32000` | 保持 | 百川价格页 https://platform.baichuan-ai.com/prices 将 `Baichuan-M3-Plus` / `Baichuan-M3` / `Baichuan-M2-Plus` / `Baichuan-M2` 的上下文长度均列为 `32k` |
|
||||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已复核 https://platform.baichuan-ai.com/docs/api ,官方接口文档确有 `max_tokens` 参数且取值范围为 `[1,2048]`,但当前正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖本地 `Baichuan-M2-Plus`,因此不能直接据此回填 |
|
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已复核 https://platform.baichuan-ai.com/docs/api 及其官方正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 返回的 `mainDocument.md`;当前通用对话 API 文档确有 `max_tokens` 参数,取值范围为 `[1,2048]`、默认 `2048`,但正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖本地 `Baichuan-M2-Plus`,因此不能直接据此回填 |
|
||||||
| `inputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `30` | `30` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `30` | `30` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context"]` | `["chat","reasoning","code","multilingual","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","long_context"]` | `["chat","reasoning","code","multilingual","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 百川官方通用对话 API 文档 https://platform.baichuan-ai.com/docs/api 及其正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 仅为 `Baichuan4/3/2-Turbo` 系列声明 `temperature` 默认值 `0.3`;未覆盖 `Baichuan-M2-Plus`,按“官网未定义该型号默认值”记为 `null` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 百川官方通用对话 API 文档 https://platform.baichuan-ai.com/docs/api 及其正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 仅为 `Baichuan4/3/2-Turbo` 系列声明 `top_p` 默认值 `0.85`;未覆盖 `Baichuan-M2-Plus`,按“官网未定义该型号默认值”记为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## Baichuan-M2
|
## Baichuan-M2
|
||||||
@@ -80,10 +81,10 @@
|
|||||||
| `displayName` | `"百川 M2"` | `"百川 M2"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"百川 M2"` | `"百川 M2"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `32000` | `32000` | 保持 | 百川价格页 https://platform.baichuan-ai.com/prices 将 `Baichuan-M3-Plus` / `Baichuan-M3` / `Baichuan-M2-Plus` / `Baichuan-M2` 的上下文长度均列为 `32k` |
|
| `contextWindow` | `32000` | `32000` | 保持 | 百川价格页 https://platform.baichuan-ai.com/prices 将 `Baichuan-M3-Plus` / `Baichuan-M3` / `Baichuan-M2-Plus` / `Baichuan-M2` 的上下文长度均列为 `32k` |
|
||||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已复核 https://platform.baichuan-ai.com/docs/api ,官方接口文档确有 `max_tokens` 参数且取值范围为 `[1,2048]`,但当前正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖本地 `Baichuan-M2`,因此不能直接据此回填 |
|
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已复核 https://platform.baichuan-ai.com/docs/api 及其官方正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 返回的 `mainDocument.md`;当前通用对话 API 文档确有 `max_tokens` 参数,取值范围为 `[1,2048]`、默认 `2048`,但正文支持模型仅列 `Baichuan4-Turbo` / `Baichuan4-Air` / `Baichuan4` / `Baichuan3-Turbo` / `Baichuan3-Turbo-128k` / `Baichuan2-Turbo`,未覆盖本地 `Baichuan-M2`,因此不能直接据此回填 |
|
||||||
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `20` | `20` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `20` | `20` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 百川官方通用对话 API 文档 https://platform.baichuan-ai.com/docs/api 及其正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 仅为 `Baichuan4/3/2-Turbo` 系列声明 `temperature` 默认值 `0.3`;未覆盖 `Baichuan-M2`,按“官网未定义该型号默认值”记为 `null` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 百川官方通用对话 API 文档 https://platform.baichuan-ai.com/docs/api 及其正文源 `https://platform.baichuan-ai.com/api/gitlab/file` 仅为 `Baichuan4/3/2-Turbo` 系列声明 `top_p` 默认值 `0.85`;未覆盖 `Baichuan-M2`,按“官网未定义该型号默认值”记为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## ernie-4.5-turbo-128k-latest
|
## ernie-4.5-turbo-128k-latest
|
||||||
@@ -17,6 +15,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
- https://cloud.baidu.com/doc/qianfan/
|
- https://cloud.baidu.com/doc/qianfan/
|
||||||
- https://cloud.baidu.com/doc/qianfan/s/rmh4stp0j
|
- https://cloud.baidu.com/doc/qianfan/s/rmh4stp0j
|
||||||
|
- https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
- https://zenmux.ai/api/v1/models
|
- https://zenmux.ai/api/v1/models
|
||||||
|
|
||||||
@@ -27,8 +28,8 @@
|
|||||||
| `inputPrice` | `8` | `8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `8` | `8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `32` | `32` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `32` | `32` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","vision","multimodal","tool_use"]` | `["chat","reasoning","vision","multimodal","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","vision","multimodal","tool_use"]` | `["chat","reasoning","vision","multimodal","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 百度千帆官方“模型默认参数说明” https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf 明确 `ernie-5.0` 系列属于“ERNIE 深度思考模型”,`temperature` 不支持、传入后忽略不报错,因此本地字段应为 `null` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 百度千帆官方“模型默认参数说明” https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf 明确 `ernie-5.0` 系列 `top_p` 不支持、传入后忽略不报错,因此本地字段应为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## ernie-4.5-turbo-128k-latest
|
## ernie-4.5-turbo-128k-latest
|
||||||
@@ -46,6 +47,44 @@
|
|||||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `3.2` | `3.2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `3.2` | `3.2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","vision","long_context","fast"]` | `["chat","code","vision","long_context","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code","vision","long_context","fast"]` | `["chat","code","vision","long_context","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.8` | `0.8` | 保持 | 百度千帆官方“模型默认参数说明” https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf 明确 `ernie-4.5-turbo` 系列 `temperature` 默认值为 `0.8` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | 百度千帆官方“模型默认参数说明” https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf 明确 `ernie-4.5-turbo` 系列 `top_p` 默认值为 `1.0` |
|
||||||
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
|
## ernie-5.0
|
||||||
|
|
||||||
|
- ZenMux匹配级别: `none`
|
||||||
|
- ZenMux候选: (none)
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `modelName` | `"ernie-5.0"` | `"ernie-5.0"` | 保持 | 百度千帆默认模型与深度思考文档均直接使用该模型名 |
|
||||||
|
| `displayName` | `"文心 ERNIE 5.0 非思考"` | `"文心 ERNIE 5.0 非思考"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
|
| `contextWindow` | `131072` | `131072` | 保持 | 百度千帆模型列表 https://cloud.baidu.com/doc/qianfan/s/rmh4stp0j 标注 `ernie-5.0` 上下文长度为 `128k`;当前值 `131072` 为按 `128 * 1024` 换算 |
|
||||||
|
| `maxOutputTokens` | `65536` | `65536` | 保持 | 百度千帆模型列表 https://cloud.baidu.com/doc/qianfan/s/rmh4stp0j 标注 `ernie-5.0` 最大输出为 `[1,65536]` |
|
||||||
|
| `inputPrice` | `6` | `6` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
|
| `outputPrice` | `24` | `24` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
|
| `capabilities` | `["chat","vision","multimodal","tool_use"]` | `["chat","vision","multimodal","tool_use"]` | 待确认 | 能力字段为项目语义字段,需官方能力说明复核 |
|
||||||
|
| `defaultTemperature` | `null` | `null` | 保持 | 百度千帆官方“模型默认参数说明” https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf 明确 `ernie-5.0` 系列属于“ERNIE 深度思考模型”,`temperature` 不支持、传入后忽略不报错 |
|
||||||
|
| `defaultTopP` | `null` | `null` | 保持 | 百度千帆官方“模型默认参数说明” https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf 明确 `ernie-5.0` 系列 `top_p` 不支持、传入后忽略不报错 |
|
||||||
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
|
## ernie-x1.1
|
||||||
|
|
||||||
|
- ZenMux匹配级别: `none`
|
||||||
|
- ZenMux候选: (none)
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `modelName` | `"ernie-x1.1"` | `"ernie-x1.1"` | 保持 | 百度千帆模型列表直接使用该模型名 |
|
||||||
|
| `displayName` | `"文心 ERNIE X1.1"` | `"文心 ERNIE X1.1"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
|
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
|
| `contextWindow` | `65536` | `65536` | 保持 | 百度千帆模型列表 https://cloud.baidu.com/doc/qianfan/s/rmh4stp0j 标注 `ernie-x1.1` 上下文长度为 `64k`;当前值 `65536` 为按 `64 * 1024` 换算 |
|
||||||
|
| `maxOutputTokens` | `65536` | `65536` | 保持 | 百度千帆模型列表 https://cloud.baidu.com/doc/qianfan/s/rmh4stp0j 标注 `ernie-x1.1` 最大输出为 `[1,65536]` |
|
||||||
|
| `inputPrice` | `1` | `1` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
|
| `outputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
|
| `capabilities` | `["chat","reasoning","deep_thinking","math","code"]` | `["chat","reasoning","deep_thinking","math","code"]` | 待确认 | 能力字段为项目语义字段,需官方能力说明复核 |
|
||||||
|
| `defaultTemperature` | `null` | `null` | 保持 | 百度千帆官方“模型默认参数说明” https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf 明确 `ernie-x1.1` 系列属于“ERNIE 深度思考模型”,`temperature` 不支持、传入后忽略不报错 |
|
||||||
|
| `defaultTopP` | `null` | `null` | 保持 | 百度千帆官方“模型默认参数说明” https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf 明确 `ernie-x1.1` 系列 `top_p` 不支持、传入后忽略不报错 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -1,31 +1,7 @@
|
|||||||
# 未确认字段报告 - compute/providers/cohere.json
|
# 未确认字段报告 - compute/providers/cohere.json
|
||||||
|
|
||||||
- provider: `cohere`
|
- provider: `cohere`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
|
- 本轮范围: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## command-a-03-2025
|
本轮范围内无剩余未确认项。
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## embed-v4.0
|
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## rerank-v3.5
|
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|||||||
@@ -1,72 +1,39 @@
|
|||||||
# 详细字段取值表 - compute/providers/cohere.json
|
# 详细字段取值表 - compute/providers/cohere.json
|
||||||
|
|
||||||
- provider: `cohere`
|
- provider: `cohere`
|
||||||
- priceCurrency: `USD`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- 本轮复核字段: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://docs.cohere.com/v1/docs/models/command
|
- https://docs.cohere.com/reference/chat
|
||||||
- https://docs.cohere.com/v2/docs/models
|
|
||||||
- https://docs.cohere.com/docs/cohere-embed
|
- https://docs.cohere.com/docs/cohere-embed
|
||||||
- https://docs.cohere.com/v2/docs/rerank
|
- https://docs.cohere.com/v2/docs/rerank
|
||||||
- https://cohere.com/pricing
|
|
||||||
- https://zenmux.ai/models
|
|
||||||
- https://zenmux.ai/api/v1/models
|
|
||||||
|
|
||||||
## command-a-03-2025
|
## command-a-03-2025
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
- ZenMux候选: (none)
|
|---|---|---|---|---|
|
||||||
|
| `defaultTemperature` | `0.3` | `0.3` | 保持 | Cohere Chat API 参考文档明确写明 `temperature` `Defaults to 0.3`。 |
|
||||||
|
| `defaultTopP` | `0.75` | `0.75` | 保持 | Cohere Chat API 参考文档使用参数名 `p`,并明确写明 `Defaults to 0.75`;本项目字段 `defaultTopP` 对应此 nucleus sampling 参数。 |
|
||||||
|
|
||||||
|
## command-r7b-12-2024
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"command-a-03-2025"` | `"command-a-03-2025"` | 待确认 | ZenMux无稳定匹配 |
|
| `defaultTemperature` | `0.3` | `0.3` | 保持 | Cohere Chat API 参考文档明确写明 `temperature` `Defaults to 0.3`。 |
|
||||||
| `displayName` | `"Command A"` | `"Command A"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `0.75` | `0.75` | 保持 | Cohere Chat API 参考文档使用参数名 `p`,并明确写明 `Defaults to 0.75`;本项目字段 `defaultTopP` 对应此 nucleus sampling 参数。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | Cohere 官方 Command A 模型页 https://docs.cohere.com/v1/docs/models/command 与模型总览 https://docs.cohere.com/v2/docs/models 均标注 context 为 `256,000` tokens |
|
|
||||||
| `maxOutputTokens` | `8000` | `8000` | 保持 | Cohere 官方 Command A 模型页 https://docs.cohere.com/v1/docs/models/command 与模型总览 https://docs.cohere.com/v2/docs/models 均标注 max output 为 `8,000` tokens |
|
|
||||||
| `inputPrice` | `2.5` | `2.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","rag","long_context"]` | `["chat","reasoning","code","vision","tool_use","rag","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## embed-v4.0
|
## embed-v4.0
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"embed-v4.0"` | `"embed-v4.0"` | 待确认 | ZenMux无稳定匹配 |
|
| `defaultTemperature` | `null` | `null` | 保持 | Cohere Embed 文档未定义聊天采样参数默认值;embedding 模型不按聊天采样参数工作。 |
|
||||||
| `displayName` | `"Embed V4"` | `"Embed V4"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | Cohere Embed 文档未定义聊天采样参数默认值;embedding 模型不按聊天采样参数工作。 |
|
||||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `128000` | `128000` | 保持 | Cohere Embed 文档 https://docs.cohere.com/docs/cohere-embed 与模型总览 https://docs.cohere.com/v1/docs/models 均标注 `embed-v4.0` 上下文为 `128k` |
|
|
||||||
| `maxOutputTokens` | `0` | `0` | 保持 | 已查 https://docs.cohere.com/docs/cohere-embed 与 https://docs.cohere.com/v1/docs/models ,`embed-v4.0` 输出为向量表示,官方未定义 max output tokens,当前以 `0` 记录为不适用 |
|
|
||||||
| `inputPrice` | `0.12` | `0.12` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["text_embedding","multilingual"]` | `["text_embedding","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## rerank-v3.5
|
## rerank-v3.5
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"rerank-v3.5"` | `"rerank-v3.5"` | 待确认 | ZenMux无稳定匹配 |
|
| `defaultTemperature` | `null` | `null` | 保持 | Cohere Rerank 文档未定义聊天采样参数默认值;rerank 模型不按聊天采样参数工作。 |
|
||||||
| `displayName` | `"Rerank V3.5"` | `"Rerank V3.5"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | Cohere Rerank 文档未定义聊天采样参数默认值;rerank 模型不按聊天采样参数工作。 |
|
||||||
| `serviceType` | `["rerank"]` | `["rerank"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `4096` | `4096` | 保持 | Cohere Rerank 文档 https://docs.cohere.com/v2/docs/rerank 标注 `rerank-v3.5` context length 为 `4096` tokens |
|
|
||||||
| `maxOutputTokens` | `0` | `0` | 保持 | 已查 https://docs.cohere.com/v2/docs/rerank ,`rerank-v3.5` 返回相关性分数而非文本 completion,官方未定义 max output tokens,当前以 `0` 记录为不适用 |
|
|
||||||
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["rerank","semantic_reranking"]` | `["rerank","semantic_reranking"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|||||||
@@ -6,8 +6,6 @@
|
|||||||
## qwen3-coder-plus
|
## qwen3-coder-plus
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3-max-2026-01-23
|
## qwen3-max-2026-01-23
|
||||||
@@ -15,6 +13,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -27,8 +27,8 @@
|
|||||||
| `inputPrice` | `1` | `1` | 保持 | ZenMux(qwen/qwen3-coder-plus) prompt=1 USD/MTokens |
|
| `inputPrice` | `1` | `1` | 保持 | ZenMux(qwen/qwen3-coder-plus) prompt=1 USD/MTokens |
|
||||||
| `outputPrice` | `5` | `5` | 保持 | ZenMux(qwen/qwen3-coder-plus) completion=5 USD/MTokens |
|
| `outputPrice` | `5` | `5` | 保持 | ZenMux(qwen/qwen3-coder-plus) completion=5 USD/MTokens |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 已复核阿里云官方 OpenAI Chat / DashScope API 文档,`Qwen3-Coder` 系列默认 `temperature=0.7` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 已复核阿里云官方 OpenAI Chat / DashScope API 文档,`Qwen3-Coder` 系列默认 `top_p=0.8` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3-max-2026-01-23
|
## qwen3-max-2026-01-23
|
||||||
@@ -46,6 +46,6 @@
|
|||||||
| `inputPrice` | `1.2` | `1.2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `1.2` | `1.2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `6` | `6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `6` | `6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 已复核阿里云官方 OpenAI Chat / DashScope API 文档,`qwen-max` 系列默认 `temperature=0.7` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 已复核阿里云官方 OpenAI Chat / DashScope API 文档,`qwen-max` 系列默认 `top_p=0.8` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen-max
|
## qwen-max
|
||||||
@@ -17,8 +15,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen-plus
|
## qwen-plus
|
||||||
@@ -26,8 +22,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen-turbo
|
## qwen-turbo
|
||||||
@@ -35,8 +29,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen-long
|
## qwen-long
|
||||||
@@ -44,8 +36,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3-max
|
## qwen3-max
|
||||||
@@ -53,8 +43,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3-vl-plus
|
## qwen3-vl-plus
|
||||||
@@ -62,8 +50,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3-vl-flash
|
## qwen3-vl-flash
|
||||||
@@ -71,8 +57,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## text-embedding-v3
|
## text-embedding-v3
|
||||||
@@ -80,8 +64,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## text-embedding-v4
|
## text-embedding-v4
|
||||||
@@ -89,8 +71,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3-rerank
|
## qwen3-rerank
|
||||||
@@ -98,8 +78,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## cosyvoice-v2
|
## cosyvoice-v2
|
||||||
@@ -107,8 +85,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## paraformer-v2
|
## paraformer-v2
|
||||||
@@ -116,8 +92,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## wanx-v2
|
## wanx-v2
|
||||||
@@ -125,8 +99,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## wanx-video
|
## wanx-video
|
||||||
@@ -134,8 +106,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## cosyvoice-clone
|
## cosyvoice-clone
|
||||||
@@ -143,8 +113,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen-omni-turbo
|
## qwen-omni-turbo
|
||||||
@@ -152,17 +120,15 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3-max-trans
|
## qwen3-max-trans
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `contextWindow`: 已查 https://help.aliyun.com/zh/model-studio/machine-translation 、https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/model ,官方页面仅出现 `qwen-mt-plus/flash/turbo/lite`,未出现 `qwen3-max-trans` 这一名称,也未说明本地别名与哪一官方型号对应
|
- `contextWindow`: 已复核 https://help.aliyun.com/zh/model-studio/machine-translation 、https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/model ,官方当前机器翻译产品线公开的是 `qwen-mt-plus` / `qwen-mt-flash` / `qwen-mt-turbo` / `qwen-mt-lite`;用户指南还明确 `qwen-mt-plus`、`qwen-mt-turbo` 属于 `Qwen3-MT`,但没有任何页面使用 `qwen3-max-trans` 这个模型名,也没有给出本地别名到官方型号的一一映射,因此无法确认本地 `qwen3-max-trans` 的固定上下文窗口
|
||||||
- `maxOutputTokens`: 已查 https://help.aliyun.com/zh/model-studio/machine-translation 、https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/model ,官方页面仅公开 `qwen-mt-plus/flash/turbo/lite` 的最大输出,未出现 `qwen3-max-trans` 这一名称,也未说明其与哪一官方型号一一对应
|
- `maxOutputTokens`: 已复核 https://help.aliyun.com/zh/model-studio/machine-translation 、https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/model ,官方机器翻译页确实公开了 `qwen-mt-plus` / `qwen-mt-flash` / `qwen-mt-turbo` / `qwen-mt-lite` 的最大输出规格,但没有任何页面使用 `qwen3-max-trans` 这个模型名,也没有给出别名映射,因此不能把任一 `Qwen-MT` 规格直接回填到本地 `qwen3-max-trans`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
- `defaultTemperature`: 已复核 https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/machine-translation ,官方只对 `qwen-mt` 系列给出 `temperature=0.65` 的默认值,但没有提供本地别名 `qwen3-max-trans` 到 `qwen-mt-*` 的官方映射,因此不能把该数字确认为本地模型的官方默认值
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
- `defaultTopP`: 已复核 https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/machine-translation ,官方只对 `qwen-mt` 系列给出 `top_p=0.8` 的默认值,但没有提供本地别名 `qwen3-max-trans` 到 `qwen-mt-*` 的官方映射,因此不能把该数字确认为本地模型的官方默认值
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -8,6 +8,9 @@
|
|||||||
|
|
||||||
- https://help.aliyun.com/zh/model-studio/model
|
- https://help.aliyun.com/zh/model-studio/model
|
||||||
- https://help.aliyun.com/zh/model-studio/models
|
- https://help.aliyun.com/zh/model-studio/models
|
||||||
|
- https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions
|
||||||
|
- https://help.aliyun.com/zh/model-studio/deep-thinking
|
||||||
|
- https://help.aliyun.com/zh/model-studio/vision
|
||||||
- https://help.aliyun.com/zh/model-studio/rerank
|
- https://help.aliyun.com/zh/model-studio/rerank
|
||||||
- https://help.aliyun.com/zh/model-studio/text-embedding-synchronous-api
|
- https://help.aliyun.com/zh/model-studio/text-embedding-synchronous-api
|
||||||
- https://help.aliyun.com/zh/model-studio/user-guide/qwen-omni
|
- https://help.aliyun.com/zh/model-studio/user-guide/qwen-omni
|
||||||
@@ -32,8 +35,8 @@
|
|||||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `0.8` | `0.8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `4.8` | `4.8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `4.8` | `4.8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.6` | `0.6` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 给出 Qwen3.5 思考模式默认 `temperature=0.6`;视觉理解文档 https://help.aliyun.com/zh/model-studio/vision 明确 `qwen3.5` 系列 `enable_thinking` 默认为 `true` |
|
||||||
| `defaultTopP` | `0.8` | `0.8` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 给出 Qwen3.5 思考模式默认 `top_p=0.95`;视觉理解文档确认 `qwen3.5` 系列默认开启思考 |
|
||||||
| `extra` | `{"pricingTiers":[{"maxInputTokens":128000,"inputPrice":0.8,"outputPrice":4.8},{"maxInputTokens":256000,"inputPrice":2,"outputPrice":12},{"maxInputTokens":1000000,"inputPrice":4,"outputPrice":24}],"thinkingMaxTokens":81920}` | `{"pricingTiers":[{"maxInputTokens":128000,"inputPrice":0.8,"outputPrice":4.8},{"maxInputTokens":256000,"inputPrice":2,"outputPrice":12},{"maxInputTokens":1000000,"inputPrice":4,"outputPrice":24}],"thinkingMaxTokens":81920}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"pricingTiers":[{"maxInputTokens":128000,"inputPrice":0.8,"outputPrice":4.8},{"maxInputTokens":256000,"inputPrice":2,"outputPrice":12},{"maxInputTokens":1000000,"inputPrice":4,"outputPrice":24}],"thinkingMaxTokens":81920}` | `{"pricingTiers":[{"maxInputTokens":128000,"inputPrice":0.8,"outputPrice":4.8},{"maxInputTokens":256000,"inputPrice":2,"outputPrice":12},{"maxInputTokens":1000000,"inputPrice":4,"outputPrice":24}],"thinkingMaxTokens":81920}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen-max
|
## qwen-max
|
||||||
@@ -51,8 +54,8 @@
|
|||||||
| `inputPrice` | `2.4` | `2.4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `2.4` | `2.4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `9.6` | `9.6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `9.6` | `9.6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context"]` | `["chat","reasoning","code","multilingual","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","long_context"]` | `["chat","reasoning","code","multilingual","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 将 `qwen-max` 系列默认 `temperature` 标注为 `0.7` |
|
||||||
| `defaultTopP` | `0.8` | `0.8` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 将 `qwen-max` 系列默认 `top_p` 标注为 `0.8` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen-plus
|
## qwen-plus
|
||||||
@@ -70,8 +73,8 @@
|
|||||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","thinking_mode"]` | `["chat","reasoning","code","thinking_mode"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","thinking_mode"]` | `["chat","reasoning","code","thinking_mode"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.6` | `0.6` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 只区分 `qwen-plus` 系列思考/非思考两套参数;深度思考文档 https://help.aliyun.com/zh/model-studio/deep-thinking 说明该模型支持 `enable_thinking` 切换,但官网没有给“省略 `enable_thinking` 时”的单一默认值,因此本地字段应为 `null` |
|
||||||
| `defaultTopP` | `0.8` | `0.8` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 官网仅给出模式相关参数口径,未给 `qwen-plus` 稳定版在省略 `enable_thinking` 时的单一 `top_p` 默认值,因此本地字段应为 `null` |
|
||||||
| `extra` | `{"pricingTiers":[{"maxInputTokens":128000,"inputPrice":0.8,"outputPrice":2,"thinkingOutputPrice":8},{"maxInputTokens":256000,"inputPrice":2.4,"outputPrice":20,"thinkingOutputPrice":24},{"maxInputTokens":1000000,"inputPrice":4.8,"outputPrice":48,"thinkingOutputPrice":64}],"thinkingMaxTokens":81920}` | `{"pricingTiers":[{"maxInputTokens":128000,"inputPrice":0.8,"outputPrice":2,"thinkingOutputPrice":8},{"maxInputTokens":256000,"inputPrice":2.4,"outputPrice":20,"thinkingOutputPrice":24},{"maxInputTokens":1000000,"inputPrice":4.8,"outputPrice":48,"thinkingOutputPrice":64}],"thinkingMaxTokens":81920}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"pricingTiers":[{"maxInputTokens":128000,"inputPrice":0.8,"outputPrice":2,"thinkingOutputPrice":8},{"maxInputTokens":256000,"inputPrice":2.4,"outputPrice":20,"thinkingOutputPrice":24},{"maxInputTokens":1000000,"inputPrice":4.8,"outputPrice":48,"thinkingOutputPrice":64}],"thinkingMaxTokens":81920}` | `{"pricingTiers":[{"maxInputTokens":128000,"inputPrice":0.8,"outputPrice":2,"thinkingOutputPrice":8},{"maxInputTokens":256000,"inputPrice":2.4,"outputPrice":20,"thinkingOutputPrice":24},{"maxInputTokens":1000000,"inputPrice":4.8,"outputPrice":48,"thinkingOutputPrice":64}],"thinkingMaxTokens":81920}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen-turbo
|
## qwen-turbo
|
||||||
@@ -89,8 +92,8 @@
|
|||||||
| `inputPrice` | `0.367` | `0.367` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.367` | `0.367` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `1.468` | `1.468` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `1.468` | `1.468` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","long_context","fast"]` | `["chat","code","long_context","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code","long_context","fast"]` | `["chat","code","long_context","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 只给出 `qwen-turbo` 非思考模式默认值;官网未说明稳定版省略 `enable_thinking` 时是否默认进入思考模式,因此本地字段应为 `null` |
|
||||||
| `defaultTopP` | `0.8` | `0.8` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 官网未公开 `qwen-turbo` 在省略 `enable_thinking` 时的单一模型级 `top_p` 默认值,因此本地字段应为 `null` |
|
||||||
| `extra` | `{"thinkingContextWindow":131072,"thinkingOutputPrice":3.67,"thinkingMaxTokens":38912}` | `{"thinkingContextWindow":131072,"thinkingOutputPrice":3.67,"thinkingMaxTokens":38912}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"thinkingContextWindow":131072,"thinkingOutputPrice":3.67,"thinkingMaxTokens":38912}` | `{"thinkingContextWindow":131072,"thinkingOutputPrice":3.67,"thinkingMaxTokens":38912}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen-long
|
## qwen-long
|
||||||
@@ -108,8 +111,8 @@
|
|||||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.5` | `0.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","ultra_long_context","document_processing"]` | `["chat","ultra_long_context","document_processing"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","ultra_long_context","document_processing"]` | `["chat","ultra_long_context","document_processing"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 将 `qwen-long` 系列默认 `temperature` 标注为 `1.0` |
|
||||||
| `defaultTopP` | `0.8` | `0.8` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 将 `qwen-long` 系列默认 `top_p` 标注为 `0.8` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3-max
|
## qwen3-max
|
||||||
@@ -128,8 +131,8 @@
|
|||||||
| `inputPrice` | `2.5` | `2.5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `2.5` | `2.5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `10` | `10` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `10` | `10` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 对 `Qwen3` 仅区分思考/非思考两套默认参数;官网没有给 `qwen3-max` 稳定版省略思考开关时的单一默认值,因此本地字段应为 `null` |
|
||||||
| `defaultTopP` | `0.8` | `0.8` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 官网未公开 `qwen3-max` 稳定版在省略思考开关时的单一模型级 `top_p` 默认值,因此本地字段应为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3-vl-plus
|
## qwen3-vl-plus
|
||||||
@@ -148,8 +151,8 @@
|
|||||||
| `inputPrice` | `1.5` | `1.5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `1.5` | `1.5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `6` | `6` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `6` | `6` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","vision","image_understanding","ocr","chart_analysis"]` | `["chat","vision","image_understanding","ocr","chart_analysis"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","vision","image_understanding","ocr","chart_analysis"]` | `["chat","vision","image_understanding","ocr","chart_analysis"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 给出 `Qwen3-VL` 非思考模式默认 `temperature=0.7`;视觉理解文档 https://help.aliyun.com/zh/model-studio/vision 明确 `qwen3-vl-plus` 默认 `enable_thinking=false` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 阿里云 OpenAI Chat API 文档给出 `Qwen3-VL` 非思考模式默认 `top_p=0.8`;视觉理解文档确认 `qwen3-vl-plus` 默认关闭思考 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3-vl-flash
|
## qwen3-vl-flash
|
||||||
@@ -167,8 +170,8 @@
|
|||||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `3` | `3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `3` | `3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","vision","image_understanding","fast"]` | `["chat","vision","image_understanding","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","vision","image_understanding","fast"]` | `["chat","vision","image_understanding","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 给出 `Qwen3-VL` 非思考模式默认 `temperature=0.7`;视觉理解文档 https://help.aliyun.com/zh/model-studio/vision 明确 `qwen3-vl-flash` 默认 `enable_thinking=false` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 阿里云 OpenAI Chat API 文档给出 `Qwen3-VL` 非思考模式默认 `top_p=0.8`;视觉理解文档确认 `qwen3-vl-flash` 默认关闭思考 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## text-embedding-v3
|
## text-embedding-v3
|
||||||
@@ -186,8 +189,8 @@
|
|||||||
| `inputPrice` | `0.7` | `0.7` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.7` | `0.7` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["text_embedding","semantic_search","chinese_optimized"]` | `["text_embedding","semantic_search","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["text_embedding","semantic_search","chinese_optimized"]` | `["text_embedding","semantic_search","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云 Embedding 同步接口文档 https://help.aliyun.com/zh/model-studio/text-embedding-synchronous-api 仅定义输入文本、向量维度等参数,不支持采样参数;`defaultTemperature` 应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 阿里云 Embedding 同步接口文档未定义 `top_p`;Embedding 模型不支持采样参数,因此字段应为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## text-embedding-v4
|
## text-embedding-v4
|
||||||
@@ -205,8 +208,8 @@
|
|||||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.5` | `0.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["text_embedding","semantic_search","rag"]` | `["text_embedding","semantic_search","rag"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["text_embedding","semantic_search","rag"]` | `["text_embedding","semantic_search","rag"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云 Embedding 同步接口文档 https://help.aliyun.com/zh/model-studio/text-embedding-synchronous-api 仅定义输入文本、向量维度等参数,不支持采样参数;`defaultTemperature` 应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 阿里云 Embedding 同步接口文档未定义 `top_p`;Embedding 模型不支持采样参数,因此字段应为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3-rerank
|
## qwen3-rerank
|
||||||
@@ -224,8 +227,8 @@
|
|||||||
| `inputPrice` | `1` | `1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `1` | `1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["rerank","semantic_reranking","multilingual"]` | `["rerank","semantic_reranking","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["rerank","semantic_reranking","multilingual"]` | `["rerank","semantic_reranking","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云 Rerank 文档 https://help.aliyun.com/zh/model-studio/rerank 仅定义检索文本、文档列表等重排序参数,不支持采样参数;字段应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 阿里云 Rerank 文档未定义 `top_p`;重排序模型不支持采样参数,因此字段应为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## cosyvoice-v2
|
## cosyvoice-v2
|
||||||
@@ -243,8 +246,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["tts","multilingual","chinese_optimized"]` | `["tts","multilingual","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["tts","multilingual","chinese_optimized"]` | `["tts","multilingual","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云语音合成文档 https://help.aliyun.com/model-studio/developer-reference/quick-start-cosyvoice 仅定义语音、音色、格式等参数,不支持采样参数;字段应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 阿里云语音合成文档未定义 `top_p`;TTS 模型不支持采样参数,因此字段应为 `null` |
|
||||||
| `extra` | `{"voices":["longxiaochun","longxiaoxia","longlaotie","longshu"],"supportedAudioFormats":["mp3","wav","pcm"]}` | `{"voices":["longxiaochun","longxiaoxia","longlaotie","longshu"],"supportedAudioFormats":["mp3","wav","pcm"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"voices":["longxiaochun","longxiaoxia","longlaotie","longshu"],"supportedAudioFormats":["mp3","wav","pcm"]}` | `{"voices":["longxiaochun","longxiaoxia","longlaotie","longshu"],"supportedAudioFormats":["mp3","wav","pcm"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## paraformer-v2
|
## paraformer-v2
|
||||||
@@ -262,8 +265,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["asr","chinese_optimized"]` | `["asr","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["asr","chinese_optimized"]` | `["asr","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云 ASR 文档 https://help.aliyun.com/document_detail/2840914.html 仅定义音频识别参数,不支持采样参数;字段应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 阿里云 ASR 文档未定义 `top_p`;ASR 模型不支持采样参数,因此字段应为 `null` |
|
||||||
| `extra` | `{"maxAudioLength":3600,"supportedInputFormats":["wav","mp3","pcm","ogg"],"streamingSupported":true}` | `{"maxAudioLength":3600,"supportedInputFormats":["wav","mp3","pcm","ogg"],"streamingSupported":true}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxAudioLength":3600,"supportedInputFormats":["wav","mp3","pcm","ogg"],"streamingSupported":true}` | `{"maxAudioLength":3600,"supportedInputFormats":["wav","mp3","pcm","ogg"],"streamingSupported":true}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## wanx-v2
|
## wanx-v2
|
||||||
@@ -281,8 +284,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["image_generation","chinese_optimized"]` | `["image_generation","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["image_generation","chinese_optimized"]` | `["image_generation","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云模型总表 https://help.aliyun.com/zh/model-studio/models 将 `wanx-v2` 归为图像生成模型,官方接口未定义 `temperature` 默认值;本地字段应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 阿里云图像生成相关文档未定义 `top_p`;图像生成模型不支持该采样字段时应记为 `null` |
|
||||||
| `extra` | `{"supportedImageSizes":["1024x1024","720x1280","1280x720"],"supportedStyles":["auto","photography","anime","3d_cartoon"]}` | `{"supportedImageSizes":["1024x1024","720x1280","1280x720"],"supportedStyles":["auto","photography","anime","3d_cartoon"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"supportedImageSizes":["1024x1024","720x1280","1280x720"],"supportedStyles":["auto","photography","anime","3d_cartoon"]}` | `{"supportedImageSizes":["1024x1024","720x1280","1280x720"],"supportedStyles":["auto","photography","anime","3d_cartoon"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## wanx-video
|
## wanx-video
|
||||||
@@ -300,8 +303,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["video_generation","chinese_optimized"]` | `["video_generation","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["video_generation","chinese_optimized"]` | `["video_generation","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云模型总表 https://help.aliyun.com/zh/model-studio/models 将 `wanx-video` 归为视频生成模型,官方接口未定义 `temperature` 默认值;本地字段应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 阿里云视频生成相关文档未定义 `top_p`;视频生成模型不支持该采样字段时应记为 `null` |
|
||||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## cosyvoice-clone
|
## cosyvoice-clone
|
||||||
@@ -319,8 +322,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["voice_clone","chinese_optimized","few_shot"]` | `["voice_clone","chinese_optimized","few_shot"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["voice_clone","chinese_optimized","few_shot"]` | `["voice_clone","chinese_optimized","few_shot"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云模型总表 https://help.aliyun.com/zh/model-studio/models 将该能力归为声音定制类服务,官方接口未定义采样参数;字段应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 声音复刻能力未定义 `top_p`;该字段不适用,应为 `null` |
|
||||||
| `extra` | `{"maxCloneSamples":5,"minCloneDuration":3}` | `{"maxCloneSamples":5,"minCloneDuration":3}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxCloneSamples":5,"minCloneDuration":3}` | `{"maxCloneSamples":5,"minCloneDuration":3}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen-omni-turbo
|
## qwen-omni-turbo
|
||||||
@@ -338,8 +341,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","vision","tts","asr","multimodal","tool_use"]` | `["chat","vision","tts","asr","multimodal","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","vision","tts","asr","multimodal","tool_use"]` | `["chat","vision","tts","asr","multimodal","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 给出了 `qwen-omni-turbo` 系列 `top_p` 默认值,但未给非实时 Qwen-Omni 的 `temperature` 默认值;因此本地 `defaultTemperature` 应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.01` | `0.01` | 保持 | 阿里云 OpenAI Chat API 文档 https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions 明确 `qwen-omni-turbo` 系列默认 `top_p=0.01` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3-max-trans
|
## qwen3-max-trans
|
||||||
@@ -352,11 +355,11 @@
|
|||||||
| `modelName` | `"qwen3-max-trans"` | `"qwen3-max-trans"` | 待确认 | ZenMux无稳定匹配 |
|
| `modelName` | `"qwen3-max-trans"` | `"qwen3-max-trans"` | 待确认 | ZenMux无稳定匹配 |
|
||||||
| `displayName` | `"Qwen3-Max(翻译)"` | `"Qwen3-Max(翻译)"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Qwen3-Max(翻译)"` | `"Qwen3-Max(翻译)"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["translation"]` | `["translation"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["translation"]` | `["translation"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `131072` | `131072` | 待确认 | 已查 https://help.aliyun.com/zh/model-studio/machine-translation 、https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/model ,官方页面仅出现 `qwen-mt-plus/flash/turbo/lite`,未出现 `qwen3-max-trans` 这一名称,也未说明本地别名与哪一官方型号对应;当前值暂保留待确认 |
|
| `contextWindow` | `131072` | `131072` | 待确认 | 已复核 https://help.aliyun.com/zh/model-studio/machine-translation 、https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/model ,官方当前机器翻译产品线公开的是 `qwen-mt-plus` / `qwen-mt-flash` / `qwen-mt-turbo` / `qwen-mt-lite`;用户指南还明确 `qwen-mt-plus`、`qwen-mt-turbo` 属于 `Qwen3-MT`,但没有任何页面使用 `qwen3-max-trans` 这个模型名,也没有给出本地别名到官方型号的一一映射,因此无法确认本地 `qwen3-max-trans` 的固定上下文窗口 |
|
||||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查 https://help.aliyun.com/zh/model-studio/machine-translation 、https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/model ,官方页面仅公开 `qwen-mt-plus/flash/turbo/lite` 的最大输出,未出现 `qwen3-max-trans` 这一名称,也未说明其与哪一官方型号一一对应;当前值暂保留待确认 |
|
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已复核 https://help.aliyun.com/zh/model-studio/machine-translation 、https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 与 https://help.aliyun.com/zh/model-studio/model ,官方机器翻译页确实公开了 `qwen-mt-plus` / `qwen-mt-flash` / `qwen-mt-turbo` / `qwen-mt-lite` 的最大输出规格,但没有任何页面使用 `qwen3-max-trans` 这个模型名,也没有给出别名映射,因此不能把任一 `Qwen-MT` 规格直接回填到本地 `qwen3-max-trans` |
|
||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["translation","multilingual","chinese_optimized"]` | `["translation","multilingual","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["translation","multilingual","chinese_optimized"]` | `["translation","multilingual","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 阿里云机器翻译文档 https://help.aliyun.com/zh/model-studio/user-guide/machine-translation 为 `qwen-mt` 系列给出 `temperature=0.65`、`top_p=0.8` 的参考默认值,但官方没有给出本地别名 `qwen3-max-trans` 到 `qwen-mt-*` 的一一映射,因此本地字段不能伪装成官方默认值,应为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 机器翻译文档中的 `0.8` 仅能作为 `qwen-mt` 系列参考值;在没有官方别名映射前,`qwen3-max-trans` 的 `defaultTopP` 不能确认为官方默认值,应为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## deepseek-reasoner
|
## deepseek-reasoner
|
||||||
@@ -17,7 +15,4 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,9 @@
|
|||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://api-docs.deepseek.com/quick_start/pricing
|
- https://api-docs.deepseek.com/quick_start/pricing
|
||||||
|
- https://api-docs.deepseek.com/api/create-chat-completion
|
||||||
|
- https://api-docs.deepseek.com/guides/reasoning_model
|
||||||
|
- https://api-docs.deepseek.com/quick_start/parameter_settings
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
- https://zenmux.ai/api/v1/models
|
- https://zenmux.ai/api/v1/models
|
||||||
|
|
||||||
@@ -26,8 +29,8 @@
|
|||||||
| `inputPrice` | `2` | `2` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `2` | `2` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `8` | `8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `8` | `8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","reasoning","multilingual"]` | `["chat","code","reasoning","multilingual"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","code","reasoning","multilingual"]` | `["chat","code","reasoning","multilingual"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | DeepSeek 官方 Chat Completions API https://api-docs.deepseek.com/api/create-chat-completion 将 `temperature` schema 默认值标注为 `1`;参数设置页 https://api-docs.deepseek.com/quick_start/parameter_settings 也写明默认值为 `1.0` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | DeepSeek 官方 Chat Completions API https://api-docs.deepseek.com/api/create-chat-completion 将 `top_p` schema 默认值标注为 `1` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## deepseek-reasoner
|
## deepseek-reasoner
|
||||||
@@ -46,6 +49,6 @@
|
|||||||
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `16` | `16` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","deep_thinking","code","math"]` | `["chat","reasoning","deep_thinking","code","math"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","deep_thinking","code","math"]` | `["chat","reasoning","deep_thinking","code","math"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | DeepSeek 官方推理模型文档 https://api-docs.deepseek.com/guides/reasoning_model 明确 `deepseek-reasoner` 不支持参数 `temperature`,因此本地字段应为 `null` 而不是伪装成默认值 |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | DeepSeek 官方推理模型文档 https://api-docs.deepseek.com/guides/reasoning_model 明确 `deepseek-reasoner` 不支持参数 `top_p`,因此本地字段应为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -1,27 +1,13 @@
|
|||||||
# 未确认字段报告 - compute/providers/google.json
|
# 未确认字段报告 - compute/providers/google.json
|
||||||
|
|
||||||
- provider: `google`
|
- provider: `google`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
|
- 本轮范围: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## gemini-2.5-pro
|
## gemini-2.5-pro
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `defaultTemperature`: 已查 https://ai.google.dev/api/models 、https://ai.google.dev/gemini-api/docs/text-generation 。官方明确说明模型元数据里存在 backend 默认值,但公共文档没有直接给出 Gemini 2.5 的默认温度数字;本地原值 `1` 只能视为参考值,不能作为官方默认值写入 JSON。
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gemini-2.5-flash
|
## gemini-2.5-flash
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `defaultTemperature`: 已查 https://ai.google.dev/api/models 、https://ai.google.dev/gemini-api/docs/text-generation 。官方明确说明模型元数据里存在 backend 默认值,但公共文档没有直接给出 Gemini 2.5 的默认温度数字;本地原值 `1` 只能视为参考值,不能作为官方默认值写入 JSON。
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## text-embedding-005
|
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|||||||
@@ -1,72 +1,55 @@
|
|||||||
# 详细字段取值表 - compute/providers/google.json
|
# 详细字段取值表 - compute/providers/google.json
|
||||||
|
|
||||||
- provider: `google`
|
- provider: `google`
|
||||||
- priceCurrency: `USD`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- 本轮复核字段: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://ai.google.dev/gemini-api/docs/models/gemini
|
- https://ai.google.dev/api/models
|
||||||
|
- https://ai.google.dev/gemini-api/docs/text-generation
|
||||||
|
- https://ai.google.dev/gemini-api/docs/gemini-3
|
||||||
|
- https://ai.google.dev/gemini-api/docs/prompting-strategies
|
||||||
- https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings
|
- https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings
|
||||||
- https://ai.google.dev/pricing
|
|
||||||
- https://zenmux.ai/models
|
## gemini-3.1-pro-preview
|
||||||
- https://zenmux.ai/api/v1/models
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `defaultTemperature` | `1` | `1` | 保持 | Gemini 3 文档明确写明 `temperature` 的默认值为 `1.0`。 |
|
||||||
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | Prompting strategies 文档明确写明 `topP` 的默认值为 `0.95`;Models API 文档说明该值是 backend 默认值。 |
|
||||||
|
|
||||||
|
## gemini-3-flash-preview
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `defaultTemperature` | `1` | `1` | 保持 | Gemini 3 文档明确写明 `temperature` 的默认值为 `1.0`。 |
|
||||||
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | Prompting strategies 文档明确写明 `topP` 的默认值为 `0.95`;Models API 文档说明该值是 backend 默认值。 |
|
||||||
|
|
||||||
|
## gemini-3.1-flash-lite-preview
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `defaultTemperature` | `1` | `1` | 保持 | Gemini 3 文档明确写明 `temperature` 的默认值为 `1.0`。 |
|
||||||
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | Prompting strategies 文档明确写明 `topP` 的默认值为 `0.95`;Models API 文档说明该值是 backend 默认值。 |
|
||||||
|
|
||||||
## gemini-2.5-pro
|
## gemini-2.5-pro
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `google/gemini-2.5-pro`
|
|
||||||
- ZenMux候选: `google/gemini-2.5-pro`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"gemini-2.5-pro"` | `"gemini-2.5-pro"` | 保持 | ZenMux匹配(exact): google/gemini-2.5-pro |
|
| `defaultTemperature` | `null` | `null` | 保持 | Google 公共文档未直接给出 Gemini 2.5 的 API 默认 `temperature` 数字;`models.get` 文档只说明模型元数据会返回 backend 默认值,因此 JSON 不保留为伪官方默认值。参考值可记为 `1.0`,但只作参考。 |
|
||||||
| `displayName` | `"Gemini 2.5 Pro"` | `"Gemini 2.5 Pro"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | Prompting strategies 文档明确写明 `topP` 的默认值为 `0.95`。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `1048576` | `1048576` | 保持 | Google 官方 Gemini models 页 Token limits 列明输入上限 `1,048,576` |
|
|
||||||
| `maxOutputTokens` | `65536` | `65536` | 保持 | Google 官方 Gemini models 页 Token limits 列明输出上限 `65,536` |
|
|
||||||
| `inputPrice` | `1.25` | `1.25` | 保持 | ZenMux(google/gemini-2.5-pro) prompt=1.25 USD/MTokens |
|
|
||||||
| `outputPrice` | `10` | `10` | 保持 | ZenMux(google/gemini-2.5-pro) completion=10 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gemini-2.5-flash
|
## gemini-2.5-flash
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `google/gemini-2.5-flash`
|
|
||||||
- ZenMux候选: `google/gemini-2.5-flash`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"gemini-2.5-flash"` | `"gemini-2.5-flash"` | 保持 | ZenMux匹配(exact): google/gemini-2.5-flash |
|
| `defaultTemperature` | `null` | `null` | 保持 | Google 公共文档未直接给出 Gemini 2.5 的 API 默认 `temperature` 数字;`models.get` 文档只说明模型元数据会返回 backend 默认值,因此 JSON 不保留为伪官方默认值。参考值可记为 `1.0`,但只作参考。 |
|
||||||
| `displayName` | `"Gemini 2.5 Flash"` | `"Gemini 2.5 Flash"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | Prompting strategies 文档明确写明 `topP` 的默认值为 `0.95`。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `1048576` | `1048576` | 保持 | Google 官方 Gemini models 页 Token limits 列明输入上限 `1,048,576` |
|
|
||||||
| `maxOutputTokens` | `65536` | `65536` | 保持 | Google 官方 Gemini models 页 Token limits 列明输出上限 `65,536` |
|
|
||||||
| `inputPrice` | `0.3` | `0.3` | 保持 | ZenMux(google/gemini-2.5-flash) prompt=0.3 USD/MTokens |
|
|
||||||
| `outputPrice` | `2.5` | `2.5` | 保持 | ZenMux(google/gemini-2.5-flash) completion=2.5 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","ultra_long_context","tool_use","fast"]` | `["chat","reasoning","code","vision","ultra_long_context","tool_use","fast"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## text-embedding-005
|
## text-embedding-005
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"text-embedding-005"` | `"text-embedding-005"` | 待确认 | ZenMux无稳定匹配 |
|
| `defaultTemperature` | `null` | `null` | 保持 | Vertex AI embeddings 文档仅定义嵌入输入长度、维度等规格,不定义采样默认值;embedding 模型不按聊天采样参数使用。 |
|
||||||
| `displayName` | `"Text Embedding 005"` | `"Text Embedding 005"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | Vertex AI embeddings 文档仅定义嵌入输入长度、维度等规格,不定义采样默认值;embedding 模型不按聊天采样参数使用。 |
|
||||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `2048` | `2048` | 保持 | Google Cloud Vertex AI Embeddings 文档 https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings 直接列出 `text-embedding-005` 的 `Max sequence length` 为 `2048 tokens` |
|
|
||||||
| `maxOutputTokens` | `0` | `0` | 保持 | 同一官方 Vertex AI 文档 https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings 仅定义输出维度与最大序列长度,`text-embedding-005` 输出为向量而非 completion tokens,当前以 `0` 记录为不适用 |
|
|
||||||
| `inputPrice` | `0.1` | `0.1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["text_embedding","semantic_search"]` | `["text_embedding","semantic_search"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|||||||
@@ -6,10 +6,8 @@
|
|||||||
## deepseek-v3
|
## deepseek-v3
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `contextWindow`: 已查 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html ,当前 Coding Plan 公布的模型名是 `deepseek-v3.2` / `deepseek-v3.2-thinking`,未出现本地别名 `deepseek-v3`;已查官方 OpenClaw 接入文档 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,其中示例把 `deepseek-v3.2` 写为 `contextWindow: 128000`、`maxTokens: 128000`,但文档同时注明该 JSON 示例可能与实际值不一致,且未说明 `deepseek-v3` 与 `deepseek-v3.2` 为同一固定别名,因此不能直接据此确认本地 `deepseek-v3`
|
- `contextWindow`: 已复核 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html ,当前 Coding Plan 支持模型页仅列 `deepseek-v3.2` / `deepseek-v3.2-thinking`,并注明模型列表接口本身不返回 metadata;已复核 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,其中 OpenClaw 示例把 `deepseek-v3.2` 写为 `contextWindow: 128000`、`maxTokens: 128000`,但页面同时声明该 JSON 示例“可能与实际值不一致”;官方没有把本地别名 `deepseek-v3` 与 `deepseek-v3.2` 做一一映射,因此不能据此确认本地 `deepseek-v3`
|
||||||
- `maxOutputTokens`: 已查 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html 与 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,官方仅对 `deepseek-v3.2` 示例展示 `maxTokens: 128000`,同时声明示例值可能与实际值不一致;本地配置使用的 `deepseek-v3` 别名未在官方当前 Coding Plan 模型列表中出现,无法确认其固定最大输出值
|
- `maxOutputTokens`: 已复核 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html 与 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,官方当前只对 `deepseek-v3.2` 的 OpenClaw 示例展示 `maxTokens: 128000`,且示例页明确声明示例值可能与实际值不一致;本地配置使用的 `deepseek-v3` 未出现在官方当前 Coding Plan 模型列表中,无法确认其固定最大输出值
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -23,11 +23,11 @@
|
|||||||
| `modelName` | `"deepseek-v3"` | `"deepseek-v3"` | 待确认 | ZenMux无稳定匹配 |
|
| `modelName` | `"deepseek-v3"` | `"deepseek-v3"` | 待确认 | ZenMux无稳定匹配 |
|
||||||
| `displayName` | `"DeepSeek V3 (芯穹 Coding)"` | `"DeepSeek V3 (芯穹 Coding)"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"DeepSeek V3 (芯穹 Coding)"` | `"DeepSeek V3 (芯穹 Coding)"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `128000` | `128000` | 待确认 | 已查 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html ,当前 Coding Plan 公布的模型名是 `deepseek-v3.2` / `deepseek-v3.2-thinking`,未出现本地别名 `deepseek-v3`;已查官方 OpenClaw 接入文档 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,其中示例把 `deepseek-v3.2` 写为 `contextWindow: 128000`、`maxTokens: 128000`,但文档同时注明该 JSON 示例可能与实际值不一致,且未说明 `deepseek-v3` 与 `deepseek-v3.2` 为同一固定别名,因此不能直接据此确认本地 `deepseek-v3` |
|
| `contextWindow` | `128000` | `128000` | 待确认 | 已复核 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html ,当前 Coding Plan 支持模型页仅列 `deepseek-v3.2` / `deepseek-v3.2-thinking`,并注明模型列表接口本身不返回 metadata;已复核 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,其中 OpenClaw 示例把 `deepseek-v3.2` 写为 `contextWindow: 128000`、`maxTokens: 128000`,但页面同时声明该 JSON 示例“可能与实际值不一致”;官方没有把本地别名 `deepseek-v3` 与 `deepseek-v3.2` 做一一映射,因此不能据此确认本地 `deepseek-v3` |
|
||||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html 与 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,官方仅对 `deepseek-v3.2` 示例展示 `maxTokens: 128000`,同时声明示例值可能与实际值不一致;本地配置使用的 `deepseek-v3` 别名未在官方当前 Coding Plan 模型列表中出现,无法确认其固定最大输出值 |
|
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已复核 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html 与 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,官方当前只对 `deepseek-v3.2` 的 OpenClaw 示例展示 `maxTokens: 128000`,且示例页明确声明示例值可能与实际值不一致;本地配置使用的 `deepseek-v3` 未出现在官方当前 Coding Plan 模型列表中,无法确认其固定最大输出值 |
|
||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html 与 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,官方当前公开的是 `deepseek-v3.2` / `deepseek-v3.2-thinking`,未把本地别名 `deepseek-v3` 与某个官方型号做 1:1 映射;按规则不应冒充官方默认值,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;官方当前没有为本地别名 `deepseek-v3` 公布可直接回填的默认 `top_p`,当前保持 `null` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -9,8 +9,6 @@
|
|||||||
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.7-highspeed` 的独立模型级最大输出,因此无法用官网确认当前 `8192`
|
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.7-highspeed` 的独立模型级最大输出,因此无法用官网确认当前 `8192`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-5.1
|
## glm-5.1
|
||||||
@@ -18,8 +16,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-5
|
## glm-5
|
||||||
@@ -27,8 +23,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-5-turbo
|
## glm-5-turbo
|
||||||
@@ -36,8 +30,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-4.7
|
## glm-4.7
|
||||||
@@ -45,8 +37,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## kimi-k2.6-code-preview
|
## kimi-k2.6-code-preview
|
||||||
@@ -54,8 +44,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## kimi-k2.5
|
## kimi-k2.5
|
||||||
@@ -63,8 +51,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## MiniMax-M2.5
|
## MiniMax-M2.5
|
||||||
@@ -73,8 +59,6 @@
|
|||||||
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.5` 的独立模型级最大输出,因此无法用官网确认当前 `8192`
|
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.5` 的独立模型级最大输出,因此无法用官网确认当前 `8192`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3.6-plus
|
## qwen3.6-plus
|
||||||
@@ -82,8 +66,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3.5-plus
|
## qwen3.5-plus
|
||||||
@@ -91,8 +73,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3.5-35b-a3b
|
## qwen3.5-35b-a3b
|
||||||
@@ -100,8 +80,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3.5-27b
|
## qwen3.5-27b
|
||||||
@@ -109,8 +87,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen3-max-2026-01-23
|
## qwen3-max-2026-01-23
|
||||||
@@ -118,8 +94,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## doubao-seed-2-0-code-preview-260215
|
## doubao-seed-2-0-code-preview-260215
|
||||||
@@ -127,6 +101,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -37,8 +37,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `temperature` 默认值为 `1`;本地 `MiniMax-M2.7-highspeed` 与官方模型名一致 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `top_p` 默认值为 `0.95`;本地 `MiniMax-M2.7-highspeed` 与官方模型名一致 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-5.1
|
## glm-5.1
|
||||||
@@ -56,8 +56,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","deep_thinking","tool_use","agent"]` | `["chat","reasoning","code","deep_thinking","tool_use","agent"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","deep_thinking","tool_use","agent"]` | `["chat","reasoning","code","deep_thinking","tool_use","agent"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `temperature` 默认值为 `1`;本地 `glm-5.1` 与官方模型名一致 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `top_p` 默认值为 `0.95`;本地 `glm-5.1` 与官方模型名一致 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-5
|
## glm-5
|
||||||
@@ -75,8 +75,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `temperature` 默认值为 `1`;本地 `glm-5` 与官方模型名一致 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `top_p` 默认值为 `0.95`;本地 `glm-5` 与官方模型名一致 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-5-turbo
|
## glm-5-turbo
|
||||||
@@ -94,8 +94,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `temperature` 默认值为 `1`;本地 `glm-5-turbo` 与官方模型名一致 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `top_p` 默认值为 `0.95`;本地 `glm-5-turbo` 与官方模型名一致 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-4.7
|
## glm-4.7
|
||||||
@@ -113,8 +113,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `temperature` 默认值为 `1`;本地 `glm-4.7` 与官方模型名一致 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `top_p` 默认值为 `0.95`;本地 `glm-4.7` 与官方模型名一致 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## kimi-k2.6-code-preview
|
## kimi-k2.6-code-preview
|
||||||
@@ -132,8 +132,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | Moonshot K2.6 文档 https://platform.kimi.com/docs/guide/kimi-k2-6-quickstart 明确 K2.6/K2.5 系列默认开启思考,`temperature` 使用确定值 `1.0`;本地 `kimi-k2.6-code-preview` 按同系列理解 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | Moonshot K2.6 文档 https://platform.kimi.com/docs/guide/kimi-k2-6-quickstart 明确 K2.6/K2.5 系列 `top_p` 使用确定值 `0.95`;本地 `kimi-k2.6-code-preview` 按同系列理解 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## kimi-k2.5
|
## kimi-k2.5
|
||||||
@@ -151,8 +151,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | Moonshot K2.5 文档 https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart 明确 K2.5 系列默认开启思考,`temperature` 使用确定值 `1.0` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | Moonshot K2.5 文档 https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart 明确 K2.5 系列 `top_p` 使用确定值 `0.95` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## MiniMax-M2.5
|
## MiniMax-M2.5
|
||||||
@@ -170,8 +170,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","long_context"]` | `["chat","reasoning","code","tool_use","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","long_context"]` | `["chat","reasoning","code","tool_use","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `temperature` 默认值为 `1`;本地 `MiniMax-M2.5` 与官方模型名一致 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `top_p` 默认值为 `0.95`;本地 `MiniMax-M2.5` 与官方模型名一致 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3.6-plus
|
## qwen3.6-plus
|
||||||
@@ -189,8 +189,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","agent","deep_thinking"]` | `["chat","reasoning","code","vision","tool_use","agent","deep_thinking"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","vision","tool_use","agent","deep_thinking"]` | `["chat","reasoning","code","vision","tool_use","agent","deep_thinking"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen-plus` / `Qwen3(非思考模式)` 默认 `temperature=0.7`;本地 `qwen3.6-plus` 按 `qwen-plus` 系列处理 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen-plus` / `Qwen3(非思考模式)` 默认 `top_p=0.8`;本地 `qwen3.6-plus` 按 `qwen-plus` 系列处理 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3.5-plus
|
## qwen3.5-plus
|
||||||
@@ -208,8 +208,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen-plus` / `Qwen3(非思考模式)` 默认 `temperature=0.7`;本地 `qwen3.5-plus` 按 `qwen-plus` 系列处理 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen-plus` / `Qwen3(非思考模式)` 默认 `top_p=0.8`;本地 `qwen3.5-plus` 按 `qwen-plus` 系列处理 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3.5-35b-a3b
|
## qwen3.5-35b-a3b
|
||||||
@@ -227,8 +227,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen开源系列` 默认 `temperature=0.7`;本地 `qwen3.5-35b-a3b` 按 qwen 开源系列处理 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen开源系列` 默认 `top_p=0.8`;本地 `qwen3.5-35b-a3b` 按 qwen 开源系列处理 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3.5-27b
|
## qwen3.5-27b
|
||||||
@@ -246,8 +246,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen开源系列` 默认 `temperature=0.7`;本地 `qwen3.5-27b` 按 qwen 开源系列处理 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen开源系列` 默认 `top_p=0.8`;本地 `qwen3.5-27b` 按 qwen 开源系列处理 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen3-max-2026-01-23
|
## qwen3-max-2026-01-23
|
||||||
@@ -265,8 +265,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen-max` 系列默认 `temperature=0.7`;本地 `qwen3-max-2026-01-23` 可按官方 dated `qwen3-max` 同系列理解 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.8` | `0.8` | 保持 | 通义千问 API 参考 https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api 明确 `qwen-max` 系列默认 `top_p=0.8`;本地 `qwen3-max-2026-01-23` 可按官方 dated `qwen3-max` 同系列理解 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## doubao-seed-2-0-code-preview-260215
|
## doubao-seed-2-0-code-preview-260215
|
||||||
@@ -284,6 +284,6 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `temperature` 默认值为 `1`;本地 `doubao-seed-2-0-code-preview-260215` 按官方 `doubao-seed-2.0-code` 快照别名同规格理解 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `top_p` 默认值为 `0.7`;本地 `doubao-seed-2-0-code-preview-260215` 按官方 `doubao-seed-2.0-code` 快照别名同规格理解 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## kling-v2-5-turbo-pro
|
## kling-v2-5-turbo-pro
|
||||||
@@ -17,8 +15,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## kling-v2
|
## kling-v2
|
||||||
@@ -26,8 +22,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## kling-v2-master
|
## kling-v2-master
|
||||||
@@ -35,6 +29,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -25,8 +25,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["video_generation","chinese_optimized","high_quality","fast"]` | `["video_generation","chinese_optimized","high_quality","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["video_generation","chinese_optimized","high_quality","fast"]` | `["video_generation","chinese_optimized","high_quality","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核可灵官方模型使用指南;视频生成模型按时长/分辨率生成任务,不提供文本采样 `temperature`,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;视频生成模型不提供文本采样 `top_p`,当前保持 `null` |
|
||||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"],"pricePerGeneration":1.5}` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"],"pricePerGeneration":1.5}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"],"pricePerGeneration":1.5}` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"],"pricePerGeneration":1.5}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## kling-v2-5-turbo-pro
|
## kling-v2-5-turbo-pro
|
||||||
@@ -44,8 +44,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["video_generation","chinese_optimized","ultra_quality"]` | `["video_generation","chinese_optimized","ultra_quality"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["video_generation","chinese_optimized","ultra_quality"]` | `["video_generation","chinese_optimized","ultra_quality"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核可灵官方模型使用指南;视频生成模型按时长/分辨率生成任务,不提供文本采样 `temperature`,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;视频生成模型不提供文本采样 `top_p`,当前保持 `null` |
|
||||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"],"pricePerGeneration":2.5}` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"],"pricePerGeneration":2.5}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"],"pricePerGeneration":2.5}` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"],"pricePerGeneration":2.5}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## kling-v2
|
## kling-v2
|
||||||
@@ -63,8 +63,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["video_generation","chinese_optimized","high_quality"]` | `["video_generation","chinese_optimized","high_quality"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["video_generation","chinese_optimized","high_quality"]` | `["video_generation","chinese_optimized","high_quality"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核可灵官方模型使用指南;视频生成模型按时长/分辨率生成任务,不提供文本采样 `temperature`,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;视频生成模型不提供文本采样 `top_p`,当前保持 `null` |
|
||||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## kling-v2-master
|
## kling-v2-master
|
||||||
@@ -82,6 +82,6 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["video_generation","chinese_optimized","ultra_quality"]` | `["video_generation","chinese_optimized","ultra_quality"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["video_generation","chinese_optimized","ultra_quality"]` | `["video_generation","chinese_optimized","ultra_quality"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核可灵官方模型使用指南;视频生成模型按时长/分辨率生成任务,不提供文本采样 `temperature`,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;视频生成模型不提供文本采样 `top_p`,当前保持 `null` |
|
||||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"]}` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"]}` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -6,10 +6,8 @@
|
|||||||
## kwai-coder
|
## kwai-coder
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `contextWindow`: 已查产品页 https://www.streamlake.com/product/kat-coder 与官方接入指南 https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9 ,Coding Plan 官方要求使用的模型名为 `kat-coder-pro-v2`,而本地配置使用的是别名 `kwai-coder`;已查发布公告 https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco ,官方确认存在 `KAT-Coder-Pro-V2`,但未公开其上下文窗口,也未说明 `kwai-coder` 与该官方型号的一一映射
|
- `contextWindow`: 已复核产品页 https://www.streamlake.com/product/kat-coder 与官方接入指南 https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9 ,Coding Plan 官方要求使用的模型名是 `kat-coder-pro-v2`,而本地配置使用的是别名 `kwai-coder`;已复核发布公告 https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco ,官方确认存在 `KAT-Coder-Pro-V2`,但当前公开文档没有上下文窗口字段,也没有说明 `kwai-coder` 与该官方型号的一一映射
|
||||||
- `maxOutputTokens`: 已查官方接入指南 https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9 ,其中 Droid 示例为 `kat-coder-pro-v2` 填写了 `maxOutputTokens: 128000`,但这是客户端配置样例,不是正式模型规格页;结合产品页 https://www.streamlake.com/product/kat-coder 与发布公告 https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco ,官方仍未发布 `kwai-coder` / `kat-coder-pro-v2` 的正式固定最大输出说明,不能直接据此回填
|
- `maxOutputTokens`: 已复核官方接入指南 https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9 ,其中 Droid `customModels` 示例为 `kat-coder-pro-v2` 填写了 `maxOutputTokens: 128000`,但该值出现在客户端配置样例,不是正式模型规格页;结合产品页 https://www.streamlake.com/product/kat-coder 与发布公告 https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco ,官方仍未发布 `kwai-coder` / `kat-coder-pro-v2` 的固定最大输出说明,不能直接据此回填
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
- https://www.streamlake.com/product/kat-coder
|
- https://www.streamlake.com/product/kat-coder
|
||||||
- https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9
|
- https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9
|
||||||
- https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco
|
- https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco
|
||||||
|
- https://www.streamlake.com/document/WANQING/me6z3u08sjus2mzplbj
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
- https://zenmux.ai/api/v1/models
|
- https://zenmux.ai/api/v1/models
|
||||||
|
|
||||||
@@ -22,11 +23,11 @@
|
|||||||
| `modelName` | `"kwai-coder"` | `"kwai-coder"` | 待确认 | ZenMux无稳定匹配 |
|
| `modelName` | `"kwai-coder"` | `"kwai-coder"` | 待确认 | ZenMux无稳定匹配 |
|
||||||
| `displayName` | `"KwaiKAT Coder (Coding)"` | `"KwaiKAT Coder (Coding)"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"KwaiKAT Coder (Coding)"` | `"KwaiKAT Coder (Coding)"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `128000` | `128000` | 待确认 | 已查产品页 https://www.streamlake.com/product/kat-coder 与官方接入指南 https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9 ,Coding Plan 官方要求使用的模型名为 `kat-coder-pro-v2`,而本地配置使用的是别名 `kwai-coder`;已查发布公告 https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco ,官方确认存在 `KAT-Coder-Pro-V2`,但未公开其上下文窗口,也未说明 `kwai-coder` 与该官方型号的一一映射 |
|
| `contextWindow` | `128000` | `128000` | 待确认 | 已复核产品页 https://www.streamlake.com/product/kat-coder 与官方接入指南 https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9 ,Coding Plan 官方要求使用的模型名是 `kat-coder-pro-v2`,而本地配置使用的是别名 `kwai-coder`;已复核发布公告 https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco ,官方确认存在 `KAT-Coder-Pro-V2`,但当前公开文档没有上下文窗口字段,也没有说明 `kwai-coder` 与该官方型号的一一映射 |
|
||||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查官方接入指南 https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9 ,其中 Droid 示例为 `kat-coder-pro-v2` 填写了 `maxOutputTokens: 128000`,但这是客户端配置样例,不是正式模型规格页;结合产品页 https://www.streamlake.com/product/kat-coder 与发布公告 https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco ,官方仍未发布 `kwai-coder` / `kat-coder-pro-v2` 的正式固定最大输出说明,不能直接据此回填 |
|
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已复核官方接入指南 https://www.streamlake.com/document/WANQING/me6ymdjrqv8lp4iq0o9 ,其中 Droid `customModels` 示例为 `kat-coder-pro-v2` 填写了 `maxOutputTokens: 128000`,但该值出现在客户端配置样例,不是正式模型规格页;结合产品页 https://www.streamlake.com/product/kat-coder 与发布公告 https://www.streamlake.com/document/WANQING/mdptas54hptu5uvllco ,官方仍未发布 `kwai-coder` / `kat-coder-pro-v2` 的固定最大输出说明,不能直接据此回填 |
|
||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code"]` | `["chat","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code"]` | `["chat","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 已复核 StreamLake 官方“文本生成”接口文档,在线推理点对话 API 的 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | 已复核 StreamLake 官方“文本生成”接口文档,在线推理点对话 API 的 `top_p` 默认值为 `1` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -6,21 +6,17 @@
|
|||||||
## yi-lightning
|
## yi-lightning
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `contextWindow`: 已查 https://platform.lingyiwanwu.com/billing 与 https://platform.lingyiwanwu.com/playground ,公开页面可见平台入口、计费入口和文档入口,但未公开 `yi-lightning` / `yi-vision-v2` 的独立模型卡片;已查 https://platform.lingyiwanwu.com/useragreement ,官方明确该开放平台为“多模型聚合平台”,会根据任务进行智能路由,但未给这两个公开别名提供固定上下文规格
|
- `contextWindow`: 已复核 https://platform.lingyiwanwu.com/billing 与 https://platform.lingyiwanwu.com/playground ,公开可访问页面只展示平台导航、计费入口、Playground 与文档入口,未公开 `yi-lightning` / `yi-vision-v2` 的独立模型卡片或参数表;已复核 https://platform.lingyiwanwu.com/useragreement ,官方明确开放平台是“多模型聚合平台”,会按任务进行智能路由,因此不能从聚合平台入口反推这两个公开别名的固定上下文规格
|
||||||
- `maxOutputTokens`: 已查 https://platform.lingyiwanwu.com/billing 、https://platform.lingyiwanwu.com/playground 与 https://platform.lingyiwanwu.com/useragreement ,当前官方公开页面未提供 `yi-lightning` / `yi-vision-v2` 的独立最大输出规格;且平台声明存在智能路由,不足以从聚合平台入口反推固定 `maxOutputTokens`
|
- `maxOutputTokens`: 已复核 https://platform.lingyiwanwu.com/billing 、https://platform.lingyiwanwu.com/playground 与 https://platform.lingyiwanwu.com/useragreement ,当前官方公开页面没有 `yi-lightning` / `yi-vision-v2` 的独立最大输出规格;且用户协议明确平台存在智能路由,不足以从聚合平台公开入口反推固定 `maxOutputTokens`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## yi-vision-v2
|
## yi-vision-v2
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `contextWindow`: 已查 https://platform.lingyiwanwu.com/billing 与 https://platform.lingyiwanwu.com/playground ,公开页面可见平台入口、计费入口和文档入口,但未公开 `yi-lightning` / `yi-vision-v2` 的独立模型卡片;已查 https://platform.lingyiwanwu.com/useragreement ,官方明确该开放平台为“多模型聚合平台”,会根据任务进行智能路由,但未给这两个公开别名提供固定上下文规格
|
- `contextWindow`: 已复核 https://platform.lingyiwanwu.com/billing 与 https://platform.lingyiwanwu.com/playground ,公开可访问页面只展示平台导航、计费入口、Playground 与文档入口,未公开 `yi-lightning` / `yi-vision-v2` 的独立模型卡片或参数表;已复核 https://platform.lingyiwanwu.com/useragreement ,官方明确开放平台是“多模型聚合平台”,会按任务进行智能路由,因此不能从聚合平台入口反推这两个公开别名的固定上下文规格
|
||||||
- `maxOutputTokens`: 已查 https://platform.lingyiwanwu.com/billing 、https://platform.lingyiwanwu.com/playground 与 https://platform.lingyiwanwu.com/useragreement ,当前官方公开页面未提供 `yi-lightning` / `yi-vision-v2` 的独立最大输出规格;且平台声明存在智能路由,不足以从聚合平台入口反推固定 `maxOutputTokens`
|
- `maxOutputTokens`: 已复核 https://platform.lingyiwanwu.com/billing 、https://platform.lingyiwanwu.com/playground 与 https://platform.lingyiwanwu.com/useragreement ,当前官方公开页面没有 `yi-lightning` / `yi-vision-v2` 的独立最大输出规格;且用户协议明确平台存在智能路由,不足以从聚合平台公开入口反推固定 `maxOutputTokens`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
- https://platform.lingyiwanwu.com/billing
|
- https://platform.lingyiwanwu.com/billing
|
||||||
- https://platform.lingyiwanwu.com/playground
|
- https://platform.lingyiwanwu.com/playground
|
||||||
|
- https://platform.lingyiwanwu.com/docs/api-reference
|
||||||
- https://platform.lingyiwanwu.com/useragreement
|
- https://platform.lingyiwanwu.com/useragreement
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
- https://zenmux.ai/api/v1/models
|
- https://zenmux.ai/api/v1/models
|
||||||
@@ -22,13 +23,13 @@
|
|||||||
| `modelName` | `"yi-lightning"` | `"yi-lightning"` | 待确认 | ZenMux无稳定匹配 |
|
| `modelName` | `"yi-lightning"` | `"yi-lightning"` | 待确认 | ZenMux无稳定匹配 |
|
||||||
| `displayName` | `"Yi Lightning"` | `"Yi Lightning"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Yi Lightning"` | `"Yi Lightning"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `16000` | `16000` | 待确认 | 已查 https://platform.lingyiwanwu.com/billing 与 https://platform.lingyiwanwu.com/playground ,公开页面可见平台入口、计费入口和文档入口,但未公开 `yi-lightning` / `yi-vision-v2` 的独立模型卡片;已查 https://platform.lingyiwanwu.com/useragreement ,官方明确该开放平台为“多模型聚合平台”,会根据任务进行智能路由,但未给这两个公开别名提供固定上下文规格 |
|
| `contextWindow` | `16000` | `16000` | 待确认 | 已复核 https://platform.lingyiwanwu.com/billing 与 https://platform.lingyiwanwu.com/playground ,公开可访问页面只展示平台导航、计费入口、Playground 与文档入口,未公开 `yi-lightning` / `yi-vision-v2` 的独立模型卡片或参数表;已复核 https://platform.lingyiwanwu.com/useragreement ,官方明确开放平台是“多模型聚合平台”,会按任务进行智能路由,因此不能从聚合平台入口反推这两个公开别名的固定上下文规格 |
|
||||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已查 https://platform.lingyiwanwu.com/billing 、https://platform.lingyiwanwu.com/playground 与 https://platform.lingyiwanwu.com/useragreement ,当前官方公开页面未提供 `yi-lightning` / `yi-vision-v2` 的独立最大输出规格;且平台声明存在智能路由,不足以从聚合平台入口反推固定 `maxOutputTokens` |
|
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已复核 https://platform.lingyiwanwu.com/billing 、https://platform.lingyiwanwu.com/playground 与 https://platform.lingyiwanwu.com/useragreement ,当前官方公开页面没有 `yi-lightning` / `yi-vision-v2` 的独立最大输出规格;且用户协议明确平台存在智能路由,不足以从聚合平台公开入口反推固定 `maxOutputTokens` |
|
||||||
| `inputPrice` | `0.99` | `0.99` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.99` | `0.99` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0.99` | `0.99` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0.99` | `0.99` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","fast","smart_routing"]` | `["chat","reasoning","code","fast","smart_routing"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","fast","smart_routing"]` | `["chat","reasoning","code","fast","smart_routing"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核官方 `playground`、`docs/api-reference` 与用户协议;公开页面未给 `yi-lightning` 的默认采样值,且平台官方明确为智能路由聚合平台,不应把本地参考值冒充官方默认,当前保持 `null` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;公开页面未给 `yi-lightning` 的默认 `top_p`,当前保持 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## yi-vision-v2
|
## yi-vision-v2
|
||||||
@@ -41,11 +42,11 @@
|
|||||||
| `modelName` | `"yi-vision-v2"` | `"yi-vision-v2"` | 待确认 | ZenMux无稳定匹配 |
|
| `modelName` | `"yi-vision-v2"` | `"yi-vision-v2"` | 待确认 | ZenMux无稳定匹配 |
|
||||||
| `displayName` | `"Yi Vision V2"` | `"Yi Vision V2"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Yi Vision V2"` | `"Yi Vision V2"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `16000` | `16000` | 待确认 | 已查 https://platform.lingyiwanwu.com/billing 与 https://platform.lingyiwanwu.com/playground ,公开页面可见平台入口、计费入口和文档入口,但未公开 `yi-lightning` / `yi-vision-v2` 的独立模型卡片;已查 https://platform.lingyiwanwu.com/useragreement ,官方明确该开放平台为“多模型聚合平台”,会根据任务进行智能路由,但未给这两个公开别名提供固定上下文规格 |
|
| `contextWindow` | `16000` | `16000` | 待确认 | 已复核 https://platform.lingyiwanwu.com/billing 与 https://platform.lingyiwanwu.com/playground ,公开可访问页面只展示平台导航、计费入口、Playground 与文档入口,未公开 `yi-lightning` / `yi-vision-v2` 的独立模型卡片或参数表;已复核 https://platform.lingyiwanwu.com/useragreement ,官方明确开放平台是“多模型聚合平台”,会按任务进行智能路由,因此不能从聚合平台入口反推这两个公开别名的固定上下文规格 |
|
||||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已查 https://platform.lingyiwanwu.com/billing 、https://platform.lingyiwanwu.com/playground 与 https://platform.lingyiwanwu.com/useragreement ,当前官方公开页面未提供 `yi-lightning` / `yi-vision-v2` 的独立最大输出规格;且平台声明存在智能路由,不足以从聚合平台入口反推固定 `maxOutputTokens` |
|
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已复核 https://platform.lingyiwanwu.com/billing 、https://platform.lingyiwanwu.com/playground 与 https://platform.lingyiwanwu.com/useragreement ,当前官方公开页面没有 `yi-lightning` / `yi-vision-v2` 的独立最大输出规格;且用户协议明确平台存在智能路由,不足以从聚合平台公开入口反推固定 `maxOutputTokens` |
|
||||||
| `inputPrice` | `6` | `6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `6` | `6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `6` | `6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `6` | `6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","vision","image_understanding","ocr","chart_analysis","smart_routing"]` | `["chat","vision","image_understanding","ocr","chart_analysis","smart_routing"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","vision","image_understanding","ocr","chart_analysis","smart_routing"]` | `["chat","vision","image_understanding","ocr","chart_analysis","smart_routing"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核官方 `playground`、`docs/api-reference` 与用户协议;公开页面未给 `yi-vision-v2` 的默认采样值,且平台官方明确为智能路由聚合平台,不应把本地参考值冒充官方默认,当前保持 `null` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;公开页面未给 `yi-vision-v2` 的默认 `top_p`,当前保持 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,6 +8,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -26,6 +26,6 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["asr","multilingual"]` | `["asr","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["asr","multilingual"]` | `["asr","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核 Whisper 官方仓库与 `whisper-large-v3` 模型卡;Whisper 是 ASR/翻译模型,官方公开的是转录解码策略而非本地 OpenAI 兼容服务的固定模型级默认采样值,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 已复核 Whisper 官方仓库与模型卡,未提供 ASR 模型的 `top_p` 采样默认值,当前保持 `null` |
|
||||||
| `extra` | `{"maxAudioLength":7200,"supportedInputFormats":["wav","mp3","flac","ogg","webm"],"streamingSupported":true}` | `{"maxAudioLength":7200,"supportedInputFormats":["wav","mp3","flac","ogg","webm"],"streamingSupported":true}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxAudioLength":7200,"supportedInputFormats":["wav","mp3","flac","ogg","webm"],"streamingSupported":true}` | `{"maxAudioLength":7200,"supportedInputFormats":["wav","mp3","flac","ogg","webm"],"streamingSupported":true}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,6 +8,4 @@
|
|||||||
- `modelName`: ZenMux匹配(normalized): minimax/minimax-m2.5
|
- `modelName`: ZenMux匹配(normalized): minimax/minimax-m2.5
|
||||||
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.5` 的独立模型级最大输出,因此无法用官网确认当前 `32768`
|
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.5` 的独立模型级最大输出,因此无法用官网确认当前 `32768`
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -31,6 +31,24 @@
|
|||||||
| `inputPrice` | `0.3` | `0.3` | 保持 | ZenMux(minimax/minimax-m2.5) prompt=0.3 USD/MTokens |
|
| `inputPrice` | `0.3` | `0.3` | 保持 | ZenMux(minimax/minimax-m2.5) prompt=0.3 USD/MTokens |
|
||||||
| `outputPrice` | `1.2` | `1.2` | 保持 | ZenMux(minimax/minimax-m2.5) completion=1.2 USD/MTokens |
|
| `outputPrice` | `1.2` | `1.2` | 保持 | ZenMux(minimax/minimax-m2.5) completion=1.2 USD/MTokens |
|
||||||
| `capabilities` | `["chat","reasoning","code","long_context"]` | `["chat","reasoning","code","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","long_context"]` | `["chat","reasoning","code","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `temperature=1.0` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `top_p=0.95` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
|
## MiniMax-M2.7
|
||||||
|
|
||||||
|
- 本次补充 `defaultTemperature` / `defaultTopP` 复核结论
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `defaultTemperature` | `1` | `1` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `temperature=1.0` |
|
||||||
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `top_p=0.95` |
|
||||||
|
|
||||||
|
## MiniMax-M2.7-highspeed
|
||||||
|
|
||||||
|
- 本次补充 `defaultTemperature` / `defaultTopP` 复核结论
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `defaultTemperature` | `1` | `1` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `temperature=1.0` |
|
||||||
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `top_p=0.95` |
|
||||||
|
|||||||
@@ -10,8 +10,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## MiniMax-M2.7-highspeed
|
## MiniMax-M2.7-highspeed
|
||||||
@@ -21,8 +19,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## MiniMax-M2.5
|
## MiniMax-M2.5
|
||||||
@@ -32,8 +28,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## MiniMax-M2.5-highspeed
|
## MiniMax-M2.5-highspeed
|
||||||
@@ -42,8 +36,6 @@
|
|||||||
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.5-highspeed` 的独立模型级最大输出,因此无法用官网确认当前 `131072`
|
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.5-highspeed` 的独立模型级最大输出,因此无法用官网确认当前 `131072`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## MiniMax-M2.1
|
## MiniMax-M2.1
|
||||||
@@ -53,8 +45,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## MiniMax-M2.1-highspeed
|
## MiniMax-M2.1-highspeed
|
||||||
@@ -63,8 +53,6 @@
|
|||||||
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.1-highspeed` 的独立模型级最大输出,因此无法用官网确认当前 `131072`
|
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.1-highspeed` 的独立模型级最大输出,因此无法用官网确认当前 `131072`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## MiniMax-Text-01
|
## MiniMax-Text-01
|
||||||
@@ -75,6 +63,4 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -34,8 +34,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `top_p` 默认值为 `0.95` |
|
||||||
| `extra` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":60}` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":60}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":60}` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":60}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## MiniMax-M2.7-highspeed
|
## MiniMax-M2.7-highspeed
|
||||||
@@ -54,8 +54,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","fast"]` | `["chat","reasoning","code","tool_use","fast"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","fast"]` | `["chat","reasoning","code","tool_use","fast"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `top_p` 默认值为 `0.95` |
|
||||||
| `extra` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":100}` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":100}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":100}` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":100}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## MiniMax-M2.5
|
## MiniMax-M2.5
|
||||||
@@ -74,8 +74,8 @@
|
|||||||
| `inputPrice` | `2.1` | `2.1` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `2.1` | `2.1` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `8.4` | `8.4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `8.4` | `8.4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","long_context"]` | `["chat","reasoning","code","tool_use","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","long_context"]` | `["chat","reasoning","code","tool_use","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `top_p` 默认值为 `0.95` |
|
||||||
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## MiniMax-M2.5-highspeed
|
## MiniMax-M2.5-highspeed
|
||||||
@@ -93,8 +93,8 @@
|
|||||||
| `inputPrice` | `2.1` | `2.1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `2.1` | `2.1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `16.8` | `16.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `16.8` | `16.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","fast"]` | `["chat","reasoning","code","tool_use","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","fast"]` | `["chat","reasoning","code","tool_use","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `top_p` 默认值为 `0.95` |
|
||||||
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## MiniMax-M2.1
|
## MiniMax-M2.1
|
||||||
@@ -113,8 +113,8 @@
|
|||||||
| `inputPrice` | `2.1` | `2.1` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `2.1` | `2.1` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `8.4` | `8.4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `8.4` | `8.4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","tool_use","reasoning"]` | `["chat","code","tool_use","reasoning"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","code","tool_use","reasoning"]` | `["chat","code","tool_use","reasoning"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `top_p` 默认值为 `0.95` |
|
||||||
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## MiniMax-M2.1-highspeed
|
## MiniMax-M2.1-highspeed
|
||||||
@@ -132,8 +132,8 @@
|
|||||||
| `inputPrice` | `2.1` | `2.1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `2.1` | `2.1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `16.8` | `16.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `16.8` | `16.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","fast"]` | `["chat","reasoning","code","tool_use","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","fast"]` | `["chat","reasoning","code","tool_use","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | MiniMax OpenAI 兼容文本对话文档 https://platform.minimaxi.com/docs/api-reference/text-chat-openai 明确 `top_p` 默认值为 `0.95` |
|
||||||
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## MiniMax-Text-01
|
## MiniMax-Text-01
|
||||||
@@ -152,6 +152,6 @@
|
|||||||
| `inputPrice` | `1.4` | `1.4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `1.4` | `1.4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `7.7` | `7.7` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `7.7` | `7.7` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","long_context"]` | `["chat","reasoning","code","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","long_context"]` | `["chat","reasoning","code","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.1` | `0.1` | 保持 | MiniMax 文本合成文档 https://platform.minimaxi.com/docs/api-reference/text-post 明确 `MiniMax-Text-01` 的 `temperature` 默认值为 `0.1` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | MiniMax 文本合成文档 https://platform.minimaxi.com/docs/api-reference/text-post 明确各模型 `top_p` 默认值为 `0.95`,其中覆盖 `MiniMax-Text-01` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -1,37 +1,17 @@
|
|||||||
# 未确认字段报告 - compute/providers/mistral.json
|
# 未确认字段报告 - compute/providers/mistral.json
|
||||||
|
|
||||||
- provider: `mistral`
|
- provider: `mistral`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
|
- 本轮范围: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## mistral-large-latest
|
## mistral-large-latest
|
||||||
|
|
||||||
- `modelName`: ZenMux匹配(similar): mistralai/mistral-large-2512
|
- `defaultTemperature`: 已查 https://docs.mistral.ai/api 。官方只说明默认值随模型而变,需调用 `/models` 获取;公开文档未直接给出该模型默认数字,因此只能保留 `null`。
|
||||||
- `maxOutputTokens`: 已查 https://docs.mistral.ai/models/mistral-large-3-25-12 与 https://docs.mistral.ai/getting-started/models ,官方页面给出 context 但未给出独立 max output tokens
|
|
||||||
- `inputPrice`: 本文件币种为USD,ZenMux价格为USD,需官方价格页复核
|
|
||||||
- `outputPrice`: 本文件币种为USD,ZenMux价格为USD,需官方价格页复核
|
|
||||||
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## mistral-small-latest
|
## mistral-small-latest
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `defaultTemperature`: 已查 https://docs.mistral.ai/api 。官方只说明默认值随模型而变,需调用 `/models` 获取;公开文档未直接给出该模型默认数字,因此只能保留 `null`。
|
||||||
- `contextWindow`: 已查 https://docs.mistral.ai/capabilities/reasoning/adjustable 与 https://docs.mistral.ai/getting-started/models ,页面说明了 `mistral-small-latest` 能力但未给出该 latest 别名的独立 context 数值
|
|
||||||
- `maxOutputTokens`: 已查 https://docs.mistral.ai/capabilities/reasoning/adjustable 与 https://docs.mistral.ai/getting-started/models ,官方页面未给出 `mistral-small-latest` 的独立 max output tokens
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## codestral-latest
|
## codestral-latest
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `defaultTemperature`: 已查 https://docs.mistral.ai/api 。官方只说明默认值随模型而变,需调用 `/models` 获取;公开文档未直接给出该模型默认数字,因此只能保留 `null`。
|
||||||
- `maxOutputTokens`: 已查 https://docs.mistral.ai/models/codestral-25-08 与 https://docs.mistral.ai/getting-started/models ,官方页面给出 context 但未给出独立 max output tokens
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,70 +1,30 @@
|
|||||||
# 详细字段取值表 - compute/providers/mistral.json
|
# 详细字段取值表 - compute/providers/mistral.json
|
||||||
|
|
||||||
- provider: `mistral`
|
- provider: `mistral`
|
||||||
- priceCurrency: `USD`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- 本轮复核字段: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://docs.mistral.ai/getting-started/models
|
- https://docs.mistral.ai/api
|
||||||
- https://mistral.ai/pricing
|
|
||||||
- https://zenmux.ai/models
|
|
||||||
- https://zenmux.ai/api/v1/models
|
|
||||||
|
|
||||||
## mistral-large-latest
|
## mistral-large-latest
|
||||||
|
|
||||||
- ZenMux匹配级别: `similar`
|
|
||||||
- ZenMux命中: `mistralai/mistral-large-2512`
|
|
||||||
- ZenMux候选: `mistralai/mistral-large-2512`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"mistral-large-latest"` | `"mistral-large-2512"` | 待确认 | ZenMux匹配(similar): mistralai/mistral-large-2512 |
|
| `defaultTemperature` | `null` | `null` | 保持 | Mistral API 文档明确写明 `temperature` 的默认值取决于具体模型,并要求调用 `/models` 获取;公开文档未给该模型的默认数字。 |
|
||||||
| `displayName` | `"Mistral Large 3"` | `"Mistral Large 3"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `1` | `1` | 保持 | Mistral API 文档在 Chat Completion / FIM 参数定义中明确写明 `top_p` `Default Value: 1`。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | Mistral 官方模型页 https://docs.mistral.ai/models/mistral-large-3-25-12 标注 `mistral-large-2512` / Mistral Large 3 的 Context 为 `256k` |
|
|
||||||
| `maxOutputTokens` | `262144` | `262144` | 待确认 | 已查 https://docs.mistral.ai/models/mistral-large-3-25-12 与 https://docs.mistral.ai/getting-started/models ,官方页面给出 context 但未给出独立 max output tokens |
|
|
||||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | 本文件币种为USD,ZenMux价格为USD,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `1.5` | `1.5` | 待确认 | 本文件币种为USD,ZenMux价格为USD,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","long_context"]` | `["chat","reasoning","code","vision","tool_use","long_context"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## mistral-small-latest
|
## mistral-small-latest
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"mistral-small-latest"` | `"mistral-small-latest"` | 待确认 | ZenMux无稳定匹配 |
|
| `defaultTemperature` | `null` | `null` | 保持 | Mistral API 文档明确写明 `temperature` 的默认值取决于具体模型,并要求调用 `/models` 获取;公开文档未给该模型的默认数字。 |
|
||||||
| `displayName` | `"Mistral Small 3.2"` | `"Mistral Small 3.2"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `1` | `1` | 保持 | Mistral API 文档在 Chat Completion / FIM 参数定义中明确写明 `top_p` `Default Value: 1`。 |
|
||||||
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `128000` | `128000` | 待确认 | 已查 https://docs.mistral.ai/capabilities/reasoning/adjustable 与 https://docs.mistral.ai/getting-started/models ,页面说明了 `mistral-small-latest` 能力但未给出该 latest 别名的独立 context 数值 |
|
|
||||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查 https://docs.mistral.ai/capabilities/reasoning/adjustable 与 https://docs.mistral.ai/getting-started/models ,官方页面未给出 `mistral-small-latest` 的独立 max output tokens |
|
|
||||||
| `inputPrice` | `0.1` | `0.1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `0.3` | `0.3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","code","vision","reasoning","fast","tool_use"]` | `["chat","code","vision","reasoning","fast","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## codestral-latest
|
## codestral-latest
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"codestral-latest"` | `"codestral-latest"` | 待确认 | ZenMux无稳定匹配 |
|
| `defaultTemperature` | `null` | `null` | 保持 | Mistral API 文档明确写明 `temperature` 的默认值取决于具体模型,并要求调用 `/models` 获取;公开文档未给该模型的默认数字。 |
|
||||||
| `displayName` | `"Codestral"` | `"Codestral"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `1` | `1` | 保持 | Mistral API 文档在 Chat Completion / FIM 参数定义中明确写明 `top_p` `Default Value: 1`。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `256000` | `128000` | 建议修改 | Mistral 官方模型页 https://docs.mistral.ai/models/codestral-25-08 标注 Codestral 的 Context 为 `128k` |
|
|
||||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | 已查 https://docs.mistral.ai/models/codestral-25-08 与 https://docs.mistral.ai/getting-started/models ,官方页面给出 context 但未给出独立 max output tokens |
|
|
||||||
| `inputPrice` | `0.3` | `0.3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `0.9` | `0.9` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["code","fill_in_the_middle"]` | `["code","fill_in_the_middle"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|||||||
@@ -6,6 +6,4 @@
|
|||||||
## kimi-k2.5
|
## kimi-k2.5
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart
|
- https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart
|
||||||
|
- https://platform.kimi.com/docs/api/models-overview
|
||||||
- https://platform.kimi.com/docs/pricing/chat-k25
|
- https://platform.kimi.com/docs/pricing/chat-k25
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
- https://zenmux.ai/api/v1/models
|
- https://zenmux.ai/api/v1/models
|
||||||
@@ -27,6 +28,15 @@
|
|||||||
| `inputPrice` | `0.58` | `0.58` | 保持 | ZenMux(moonshotai/kimi-k2.5) prompt=0.58 USD/MTokens |
|
| `inputPrice` | `0.58` | `0.58` | 保持 | ZenMux(moonshotai/kimi-k2.5) prompt=0.58 USD/MTokens |
|
||||||
| `outputPrice` | `3.02` | `3.02` | 保持 | ZenMux(moonshotai/kimi-k2.5) completion=3.02 USD/MTokens |
|
| `outputPrice` | `3.02` | `3.02` | 保持 | ZenMux(moonshotai/kimi-k2.5) completion=3.02 USD/MTokens |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 已复核 Moonshot 官方 Kimi K2.5 文档,K2.5 当前将 `temperature` 固定为 `1.0` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核 Moonshot 官方 Kimi K2.5 文档,K2.5 当前将 `top_p` 固定为 `0.95` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
|
## kimi-for-coding
|
||||||
|
|
||||||
|
- 本次补充 `defaultTemperature` / `defaultTopP` 复核结论
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核 Moonshot 官方模型总览与 Kimi K2.5 文档,公开模型页列出的是 `kimi-k2.5`,未公开 `kimi-for-coding` 的独立模型卡片或默认采样参数;该本地别名无法和官网型号做 1:1 映射,当前保持 `null` |
|
||||||
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;公开资料未给 `kimi-for-coding` 的固定默认 `top_p`,当前保持 `null` |
|
||||||
|
|||||||
@@ -5,57 +5,45 @@
|
|||||||
|
|
||||||
## kimi-k2.5
|
## kimi-k2.5
|
||||||
|
|
||||||
- `maxOutputTokens`: 已查 https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart 与 https://platform.kimi.com/docs/guide/faq ,官方 K2.5 快速开始页给出的 `32k` 是 `max_tokens` 默认值,不是模型固定上限;FAQ 明确 `kimi-k2.5` 的最大输出长度是 `256*1024 - prompt_tokens`,因此无法把 `32768` 视为固定 `maxOutputTokens`
|
- `maxOutputTokens`: 已复核 https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart 与 https://platform.kimi.com/docs/guide/faq ,官方 K2.5 快速开始页给出的 `32k` 是 `max_tokens` 默认值,不是模型固定上限;FAQ 明确 `kimi-k2.5` 的最大输出长度是 `256*1024 - prompt_tokens`,因此无法把 `32768` 视为固定 `maxOutputTokens`
|
||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## kimi-k2
|
## kimi-k2
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已查 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/pricing/chat-k2 、https://platform.kimi.com/docs/guide/kimi-k2-quickstart 与 https://platform.kimi.com/docs/api/models-overview ,官方给出了 `kimi-k2` 系列的上下文和参数默认值,但未给本地别名 `kimi-k2` 的固定最大输出值;FAQ 中关于“最大输出长度 = 256*1024 - prompt_tokens”的结论只明确覆盖 `kimi-k2.6`、`kimi-k2.5`、`kimi-k2-0905-preview` 和 `kimi-k2-turbo-preview`,未直接点名 `kimi-k2`
|
- `maxOutputTokens`: 已复核 https://platform.kimi.com/ 、https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/pricing/chat-k2 、https://platform.kimi.com/docs/guide/kimi-k2-quickstart 与 https://platform.kimi.com/docs/api/models-overview ,官网首页当前把 `K2 0905` 展示为 `kimi-k2`,但正式模型列表/FAQ 使用的公开模型 ID 仍是 `kimi-k2-0905-preview`、`kimi-k2-0711`、`kimi-k2-turbo-preview` 等;FAQ 中“最大输出长度 = 256*1024 - prompt_tokens”的结论只明确覆盖这些精确 ID,未直接覆盖本地别名 `kimi-k2`,因此无法安全回填固定 `maxOutputTokens`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## kimi-k2-thinking
|
## kimi-k2-thinking
|
||||||
|
|
||||||
- `maxOutputTokens`: 已查 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/pricing/chat-k2 、https://platform.kimi.com/docs/guide/kimi-k2-quickstart 与 https://platform.kimi.com/docs/api/models-overview ,官方确认 `kimi-k2-thinking` 支持 `256k` 上下文并给出参数默认值/约束,但未公开固定 `maxOutputTokens`
|
- `maxOutputTokens`: 已复核 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/pricing/chat-k2 、https://platform.kimi.com/docs/guide/kimi-k2-quickstart 与 https://platform.kimi.com/docs/api/models-overview ,官方确认 `kimi-k2-thinking` 支持 `256k` 上下文并给出参数默认值/约束,但公开文档没有给出固定最大输出常数;FAQ 的“最大输出长度”段落也未单独覆盖 `kimi-k2-thinking`
|
||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## moonshot-v1-8k
|
## moonshot-v1-8k
|
||||||
|
|
||||||
- `maxOutputTokens`: 已查 https://platform.kimi.com/docs/guide/faq 、https://platform.kimi.com/docs/pricing/chat-v1 与 https://platform.kimi.com/docs/models ,官方 FAQ 明确 `moonshot-v1-8k` 最大输出为 `8*1024 - prompt_tokens`,不是固定常数
|
- `maxOutputTokens`: 已复核 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/guide/faq 与 https://platform.kimi.com/docs/pricing/chat-v1 ,官方模型页明确 V1 系列区别仅在“最大上下文长度(包括输入和输出)”,FAQ 进一步写明 `moonshot-v1-8k` 最大输出为 `8*1024 - prompt_tokens`,因此不是固定常数
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## moonshot-v1-32k
|
## moonshot-v1-32k
|
||||||
|
|
||||||
- `maxOutputTokens`: 已查 https://platform.kimi.com/docs/guide/faq 、https://platform.kimi.com/docs/pricing/chat-v1 与 https://platform.kimi.com/docs/models ,官方 FAQ 明确 `moonshot-v1-32k` 最大输出为 `32*1024 - prompt_tokens`,不是固定常数
|
- `maxOutputTokens`: 已复核 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/guide/faq 与 https://platform.kimi.com/docs/pricing/chat-v1 ,官方模型页明确 V1 系列区别仅在“最大上下文长度(包括输入和输出)”,FAQ 进一步写明 `moonshot-v1-32k` 最大输出为 `32*1024 - prompt_tokens`,因此不是固定常数
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## moonshot-v1-128k
|
## moonshot-v1-128k
|
||||||
|
|
||||||
- `maxOutputTokens`: 已查 https://platform.kimi.com/docs/guide/faq 、https://platform.kimi.com/docs/pricing/chat-v1 与 https://platform.kimi.com/docs/models ,官方 FAQ 明确 `moonshot-v1-128k` 最大输出为 `128*1024 - prompt_tokens`,不是固定常数
|
- `maxOutputTokens`: 已复核 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/guide/faq 与 https://platform.kimi.com/docs/pricing/chat-v1 ,官方模型页明确 V1 系列区别仅在“最大上下文长度(包括输入和输出)”,FAQ 进一步写明 `moonshot-v1-128k` 最大输出为 `128*1024 - prompt_tokens`,因此不是固定常数
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -6,10 +6,12 @@
|
|||||||
|
|
||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
|
- https://platform.kimi.com/docs/guide/kimi-k2-6-quickstart
|
||||||
- https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart
|
- https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart
|
||||||
- https://platform.kimi.com/docs/guide/kimi-k2-quickstart
|
- https://platform.kimi.com/docs/guide/kimi-k2-quickstart
|
||||||
- https://platform.kimi.com/docs/guide/faq
|
- https://platform.kimi.com/docs/guide/faq
|
||||||
- https://platform.kimi.com/docs/models
|
- https://platform.kimi.com/docs/models
|
||||||
|
- https://platform.kimi.com/
|
||||||
- https://platform.kimi.com/docs/pricing/chat-k25
|
- https://platform.kimi.com/docs/pricing/chat-k25
|
||||||
- https://platform.kimi.com/docs/pricing/chat-k2
|
- https://platform.kimi.com/docs/pricing/chat-k2
|
||||||
- https://platform.kimi.com/docs/pricing/chat-v1
|
- https://platform.kimi.com/docs/pricing/chat-v1
|
||||||
@@ -29,12 +31,12 @@
|
|||||||
| `displayName` | `"Kimi K2.5"` | `"Kimi K2.5"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Kimi K2.5"` | `"Kimi K2.5"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | Moonshot 官方 Kimi K2.5 文档注明“模型上下文长度 256k” |
|
| `contextWindow` | `256000` | `256000` | 保持 | Moonshot 官方 Kimi K2.5 文档注明“模型上下文长度 256k” |
|
||||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | 已查 https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart 与 https://platform.kimi.com/docs/guide/faq ,官方 K2.5 快速开始页给出的 `32k` 是 `max_tokens` 默认值,不是模型固定上限;FAQ 明确 `kimi-k2.5` 的最大输出长度是 `256*1024 - prompt_tokens`,因此无法把 `32768` 视为固定 `maxOutputTokens` |
|
| `maxOutputTokens` | `32768` | `32768` | 待确认 | 已复核 https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart 与 https://platform.kimi.com/docs/guide/faq ,官方 K2.5 快速开始页给出的 `32k` 是 `max_tokens` 默认值,不是模型固定上限;FAQ 明确 `kimi-k2.5` 的最大输出长度是 `256*1024 - prompt_tokens`,因此无法把 `32768` 视为固定 `maxOutputTokens` |
|
||||||
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `21` | `21` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `21` | `21` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `kimi-k2.5` 的 `temperature` 为固定值 `1.0`;K2.5 快速开始 https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart 进一步说明关闭思考时会改用固定值 `0.6`,但模型默认 `thinking={"type":"enabled"}` |
|
||||||
| `defaultTopP` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `kimi-k2.5` 的 `top_p` 为固定值 `0.95`,且 K2.5 快速开始说明不可改 |
|
||||||
| `extra` | `{"thinking":{"default":"enabled","disabledTemperature":0.6},"cacheHitPrice":0.7,"supportedImageFormats":["png","jpeg","webp","gif"],"supportedVideoFormats":["mp4","mpeg","mov","avi","x-flv","mpg","webm","wmv","3gpp"]}` | `{"thinking":{"default":"enabled","disabledTemperature":0.6},"cacheHitPrice":0.7,"supportedImageFormats":["png","jpeg","webp","gif"],"supportedVideoFormats":["mp4","mpeg","mov","avi","x-flv","mpg","webm","wmv","3gpp"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"thinking":{"default":"enabled","disabledTemperature":0.6},"cacheHitPrice":0.7,"supportedImageFormats":["png","jpeg","webp","gif"],"supportedVideoFormats":["mp4","mpeg","mov","avi","x-flv","mpg","webm","wmv","3gpp"]}` | `{"thinking":{"default":"enabled","disabledTemperature":0.6},"cacheHitPrice":0.7,"supportedImageFormats":["png","jpeg","webp","gif"],"supportedVideoFormats":["mp4","mpeg","mov","avi","x-flv","mpg","webm","wmv","3gpp"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## kimi-k2
|
## kimi-k2
|
||||||
@@ -48,12 +50,12 @@
|
|||||||
| `displayName` | `"Kimi K2"` | `"Kimi K2"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Kimi K2"` | `"Kimi K2"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | Moonshot 官方模型列表 https://platform.kimi.com/docs/models 与 K2 定价页 https://platform.kimi.com/docs/pricing/chat-k2 均标注 Kimi K2 上下文长度为 `256k` |
|
| `contextWindow` | `256000` | `256000` | 保持 | Moonshot 官方模型列表 https://platform.kimi.com/docs/models 与 K2 定价页 https://platform.kimi.com/docs/pricing/chat-k2 均标注 Kimi K2 上下文长度为 `256k` |
|
||||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/pricing/chat-k2 、https://platform.kimi.com/docs/guide/kimi-k2-quickstart 与 https://platform.kimi.com/docs/api/models-overview ,官方给出了 `kimi-k2` 系列的上下文和参数默认值,但未给本地别名 `kimi-k2` 的固定最大输出值;FAQ 中关于“最大输出长度 = 256*1024 - prompt_tokens”的结论只明确覆盖 `kimi-k2.6`、`kimi-k2.5`、`kimi-k2-0905-preview` 和 `kimi-k2-turbo-preview`,未直接点名 `kimi-k2` |
|
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已复核 https://platform.kimi.com/ 、https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/pricing/chat-k2 、https://platform.kimi.com/docs/guide/kimi-k2-quickstart 与 https://platform.kimi.com/docs/api/models-overview ,官网首页当前把 `K2 0905` 展示为 `kimi-k2`,但正式模型列表/FAQ 使用的公开模型 ID 仍是 `kimi-k2-0905-preview`、`kimi-k2-0711`、`kimi-k2-turbo-preview` 等;FAQ 中“最大输出长度 = 256*1024 - prompt_tokens”的结论只明确覆盖这些精确 ID,未直接覆盖本地别名 `kimi-k2`,因此无法安全回填固定 `maxOutputTokens` |
|
||||||
| `inputPrice` | `4` | `4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `4` | `4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context"]` | `["chat","reasoning","code","tool_use","agent","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context"]` | `["chat","reasoning","code","tool_use","agent","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.6` | `0.6` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `kimi-k2` 系列 `temperature` 默认值为 `0.6` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `kimi-k2` 系列 `top_p` 默认值为 `1.0` |
|
||||||
| `extra` | `{"cacheHitPrice":1}` | `{"cacheHitPrice":1}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"cacheHitPrice":1}` | `{"cacheHitPrice":1}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## kimi-k2-thinking
|
## kimi-k2-thinking
|
||||||
@@ -68,12 +70,12 @@
|
|||||||
| `displayName` | `"Kimi K2 思考版"` | `"Kimi K2 思考版"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Kimi K2 思考版"` | `"Kimi K2 思考版"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | Moonshot 官方模型列表 https://platform.kimi.com/docs/models 标注 `kimi-k2-thinking` 支持 `256k` 上下文 |
|
| `contextWindow` | `256000` | `256000` | 保持 | Moonshot 官方模型列表 https://platform.kimi.com/docs/models 标注 `kimi-k2-thinking` 支持 `256k` 上下文 |
|
||||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | 已查 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/pricing/chat-k2 、https://platform.kimi.com/docs/guide/kimi-k2-quickstart 与 https://platform.kimi.com/docs/api/models-overview ,官方确认 `kimi-k2-thinking` 支持 `256k` 上下文并给出参数默认值/约束,但未公开固定 `maxOutputTokens` |
|
| `maxOutputTokens` | `16384` | `16384` | 待确认 | 已复核 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/pricing/chat-k2 、https://platform.kimi.com/docs/guide/kimi-k2-quickstart 与 https://platform.kimi.com/docs/api/models-overview ,官方确认 `kimi-k2-thinking` 支持 `256k` 上下文并给出参数默认值/约束,但公开文档没有给出固定最大输出常数;FAQ 的“最大输出长度”段落也未单独覆盖 `kimi-k2-thinking` |
|
||||||
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `16` | `16` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["reasoning","math","code","deep_thinking","long_context"]` | `["reasoning","math","code","deep_thinking","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["reasoning","math","code","deep_thinking","long_context"]` | `["reasoning","math","code","deep_thinking","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `kimi-k2-thinking` 系列 `temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `kimi-k2-thinking` 系列 `top_p` 默认值为 `1.0` |
|
||||||
| `extra` | `{"cacheHitPrice":1}` | `{"cacheHitPrice":1}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"cacheHitPrice":1}` | `{"cacheHitPrice":1}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## moonshot-v1-8k
|
## moonshot-v1-8k
|
||||||
@@ -87,12 +89,12 @@
|
|||||||
| `displayName` | `"Moonshot V1 8K"` | `"Moonshot V1 8K"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Moonshot V1 8K"` | `"Moonshot V1 8K"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `8192` | `8192` | 保持 | Moonshot 官方 V1 定价页 https://platform.kimi.com/docs/pricing/chat-v1 标注 `moonshot-v1-8k` 上下文窗口为 `8,192 tokens` |
|
| `contextWindow` | `8192` | `8192` | 保持 | Moonshot 官方 V1 定价页 https://platform.kimi.com/docs/pricing/chat-v1 标注 `moonshot-v1-8k` 上下文窗口为 `8,192 tokens` |
|
||||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已查 https://platform.kimi.com/docs/guide/faq 、https://platform.kimi.com/docs/pricing/chat-v1 与 https://platform.kimi.com/docs/models ,官方 FAQ 明确 `moonshot-v1-8k` 最大输出为 `8*1024 - prompt_tokens`,不是固定常数 |
|
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已复核 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/guide/faq 与 https://platform.kimi.com/docs/pricing/chat-v1 ,官方模型页明确 V1 系列区别仅在“最大上下文长度(包括输入和输出)”,FAQ 进一步写明 `moonshot-v1-8k` 最大输出为 `8*1024 - prompt_tokens`,因此不是固定常数 |
|
||||||
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code"]` | `["chat","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code"]` | `["chat","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0` | `0` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `moonshot-v1` 系列 `temperature` 默认值为 `0.0` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `moonshot-v1` 系列 `top_p` 默认值为 `1.0` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## moonshot-v1-32k
|
## moonshot-v1-32k
|
||||||
@@ -106,12 +108,12 @@
|
|||||||
| `displayName` | `"Moonshot V1 32K"` | `"Moonshot V1 32K"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Moonshot V1 32K"` | `"Moonshot V1 32K"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `32768` | `32768` | 保持 | Moonshot 官方 V1 定价页 https://platform.kimi.com/docs/pricing/chat-v1 标注 `moonshot-v1-32k` 上下文窗口为 `32,768 tokens` |
|
| `contextWindow` | `32768` | `32768` | 保持 | Moonshot 官方 V1 定价页 https://platform.kimi.com/docs/pricing/chat-v1 标注 `moonshot-v1-32k` 上下文窗口为 `32,768 tokens` |
|
||||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已查 https://platform.kimi.com/docs/guide/faq 、https://platform.kimi.com/docs/pricing/chat-v1 与 https://platform.kimi.com/docs/models ,官方 FAQ 明确 `moonshot-v1-32k` 最大输出为 `32*1024 - prompt_tokens`,不是固定常数 |
|
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已复核 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/guide/faq 与 https://platform.kimi.com/docs/pricing/chat-v1 ,官方模型页明确 V1 系列区别仅在“最大上下文长度(包括输入和输出)”,FAQ 进一步写明 `moonshot-v1-32k` 最大输出为 `32*1024 - prompt_tokens`,因此不是固定常数 |
|
||||||
| `inputPrice` | `5` | `5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `5` | `5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `5` | `5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `5` | `5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","long_context"]` | `["chat","code","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code","long_context"]` | `["chat","code","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0` | `0` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `moonshot-v1` 系列 `temperature` 默认值为 `0.0` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `moonshot-v1` 系列 `top_p` 默认值为 `1.0` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## moonshot-v1-128k
|
## moonshot-v1-128k
|
||||||
@@ -125,10 +127,10 @@
|
|||||||
| `displayName` | `"Moonshot V1 128K"` | `"Moonshot V1 128K"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Moonshot V1 128K"` | `"Moonshot V1 128K"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `131072` | `131072` | 保持 | Moonshot 官方 V1 定价页 https://platform.kimi.com/docs/pricing/chat-v1 标注 `moonshot-v1-128k` 上下文窗口为 `131,072 tokens` |
|
| `contextWindow` | `131072` | `131072` | 保持 | Moonshot 官方 V1 定价页 https://platform.kimi.com/docs/pricing/chat-v1 标注 `moonshot-v1-128k` 上下文窗口为 `131,072 tokens` |
|
||||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已查 https://platform.kimi.com/docs/guide/faq 、https://platform.kimi.com/docs/pricing/chat-v1 与 https://platform.kimi.com/docs/models ,官方 FAQ 明确 `moonshot-v1-128k` 最大输出为 `128*1024 - prompt_tokens`,不是固定常数 |
|
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已复核 https://platform.kimi.com/docs/models 、https://platform.kimi.com/docs/guide/faq 与 https://platform.kimi.com/docs/pricing/chat-v1 ,官方模型页明确 V1 系列区别仅在“最大上下文长度(包括输入和输出)”,FAQ 进一步写明 `moonshot-v1-128k` 最大输出为 `128*1024 - prompt_tokens`,因此不是固定常数 |
|
||||||
| `inputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","long_context"]` | `["chat","code","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code","long_context"]` | `["chat","code","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0` | `0` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `moonshot-v1` 系列 `temperature` 默认值为 `0.0` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | Moonshot 官方参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `moonshot-v1` 系列 `top_p` 默认值为 `1.0` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -6,10 +6,8 @@
|
|||||||
## mt-coder
|
## mt-coder
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `contextWindow`: 已查新闻页 https://www.mthreads.com/news/277 、方案页 https://www.mthreads.com/solution/AIInference 与产品页 https://www.mthreads.com/product/AIInferenceSuite ,当前官网仅说明摩尔线程提供 AI Coding / AI 推理方案,但没有 `mt-coder` 独立模型卡片,也没有上下文长度字段
|
- `contextWindow`: 已复核新闻页 https://www.mthreads.com/news/277 、方案页 https://www.mthreads.com/solution/AIInference 与产品页 https://www.mthreads.com/product/AIInferenceSuite ,官网当前只公开 AI Coding / AI 推理方案与产品能力介绍,没有 `mt-coder` 独立模型页,也没有任何上下文长度字段,因此无法确认固定 `contextWindow`
|
||||||
- `maxOutputTokens`: 已查 https://www.mthreads.com/news/277 、https://www.mthreads.com/solution/AIInference 与 https://www.mthreads.com/product/AIInferenceSuite ,官网未公开 `mt-coder` 的固定最大输出长度
|
- `maxOutputTokens`: 已复核 https://www.mthreads.com/news/277 、https://www.mthreads.com/solution/AIInference 与 https://www.mthreads.com/product/AIInferenceSuite ,官网当前没有 `mt-coder` 独立模型卡片、参数表或固定输出长度说明,无法确认固定 `maxOutputTokens`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -22,11 +22,11 @@
|
|||||||
| `modelName` | `"mt-coder"` | `"mt-coder"` | 待确认 | ZenMux无稳定匹配 |
|
| `modelName` | `"mt-coder"` | `"mt-coder"` | 待确认 | ZenMux无稳定匹配 |
|
||||||
| `displayName` | `"MT Coder (Coding)"` | `"MT Coder (Coding)"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"MT Coder (Coding)"` | `"MT Coder (Coding)"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `128000` | `128000` | 待确认 | 已查新闻页 https://www.mthreads.com/news/277 、方案页 https://www.mthreads.com/solution/AIInference 与产品页 https://www.mthreads.com/product/AIInferenceSuite ,当前官网仅说明摩尔线程提供 AI Coding / AI 推理方案,但没有 `mt-coder` 独立模型卡片,也没有上下文长度字段 |
|
| `contextWindow` | `128000` | `128000` | 待确认 | 已复核新闻页 https://www.mthreads.com/news/277 、方案页 https://www.mthreads.com/solution/AIInference 与产品页 https://www.mthreads.com/product/AIInferenceSuite ,官网当前只公开 AI Coding / AI 推理方案与产品能力介绍,没有 `mt-coder` 独立模型页,也没有任何上下文长度字段,因此无法确认固定 `contextWindow` |
|
||||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查 https://www.mthreads.com/news/277 、https://www.mthreads.com/solution/AIInference 与 https://www.mthreads.com/product/AIInferenceSuite ,官网未公开 `mt-coder` 的固定最大输出长度 |
|
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已复核 https://www.mthreads.com/news/277 、https://www.mthreads.com/solution/AIInference 与 https://www.mthreads.com/product/AIInferenceSuite ,官网当前没有 `mt-coder` 独立模型卡片、参数表或固定输出长度说明,无法确认固定 `maxOutputTokens` |
|
||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code"]` | `["chat","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code"]` | `["chat","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核 https://www.mthreads.com/news/277 、https://www.mthreads.com/solution/AIInference 与 https://www.mthreads.com/product/AIInferenceSuite ,官网未公开 `mt-coder` 的推理参数文档或默认采样值,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;官网未公开 `mt-coder` 的默认 `top_p`,当前保持 `null` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -6,9 +6,7 @@
|
|||||||
## llama3.1:70b
|
## llama3.1:70b
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已查 https://ollama.com/library/llama3.1 与 https://ai.meta.com/blog/meta-llama-3-1/ ,官方仅确认 `llama3.1:70b` 为 `128K context window`,但未给 Ollama 变体单独定义固定 `maxOutputTokens`;Meta 官方发布页也未给该部署变体的固定最大输出值
|
- `maxOutputTokens`: 已复核 https://ollama.com/library/llama3.1 与 https://ai.meta.com/blog/meta-llama-3-1/ ,官方仅确认 `llama3.1:70b` 为 `128K context window`;进一步复核 https://docs.ollama.com/modelfile 与 https://docs.ollama.com/api ,Ollama 将输出长度控制公开为运行时参数 `num_predict`,默认 `-1`(无限生成),并未给 `llama3.1:70b` 这个 Ollama 变体定义固定模型级 `maxOutputTokens`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
- https://ollama.com/library/llama3.1
|
- https://ollama.com/library/llama3.1
|
||||||
- https://ai.meta.com/blog/meta-llama-3-1/
|
- https://ai.meta.com/blog/meta-llama-3-1/
|
||||||
|
- https://docs.ollama.com/modelfile
|
||||||
|
- https://docs.ollama.com/api
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
- https://zenmux.ai/api/v1/models
|
- https://zenmux.ai/api/v1/models
|
||||||
|
|
||||||
@@ -22,10 +24,10 @@
|
|||||||
| `displayName` | `"Llama 3.1 70B"` | `"Llama 3.1 70B"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"Llama 3.1 70B"` | `"Llama 3.1 70B"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `131072` | `131072` | 保持 | Ollama 官方模型库 https://ollama.com/library/llama3.1 列出 `llama3.1:70b` 为 `128K context window`;当前值 `131072` 为按 `128 * 1024` 换算 |
|
| `contextWindow` | `131072` | `131072` | 保持 | Ollama 官方模型库 https://ollama.com/library/llama3.1 列出 `llama3.1:70b` 为 `128K context window`;当前值 `131072` 为按 `128 * 1024` 换算 |
|
||||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查 https://ollama.com/library/llama3.1 与 https://ai.meta.com/blog/meta-llama-3-1/ ,官方仅确认 `llama3.1:70b` 为 `128K context window`,但未给 Ollama 变体单独定义固定 `maxOutputTokens`;Meta 官方发布页也未给该部署变体的固定最大输出值 |
|
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已复核 https://ollama.com/library/llama3.1 与 https://ai.meta.com/blog/meta-llama-3-1/ ,官方仅确认 `llama3.1:70b` 为 `128K context window`;进一步复核 https://docs.ollama.com/modelfile 与 https://docs.ollama.com/api ,Ollama 将输出长度控制公开为运行时参数 `num_predict`,默认 `-1`(无限生成),并未给 `llama3.1:70b` 这个 Ollama 变体定义固定模型级 `maxOutputTokens` |
|
||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","reasoning"]` | `["chat","code","reasoning"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code","reasoning"]` | `["chat","code","reasoning"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.8` | `0.8` | 保持 | 已复核 Ollama 官方 Modelfile 文档,`temperature` 默认值为 `0.8` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.9` | `0.9` | 保持 | 已复核 Ollama 官方 Modelfile 文档,`top_p` 默认值为 `0.9` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -1,181 +1,7 @@
|
|||||||
# 未确认字段报告 - compute/providers/openai.json
|
# 未确认字段报告 - compute/providers/openai.json
|
||||||
|
|
||||||
- provider: `openai`
|
- provider: `openai`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
|
- 本轮范围: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## gpt-5.2
|
本轮范围内无剩余未确认项。
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-5.2-pro
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-5.1
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-5
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-5-pro
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-5-mini
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-5-nano
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-4.1
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-4.1-mini
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-4.1-nano
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-4o
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-4o-mini
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## text-embedding-3-small
|
|
||||||
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## text-embedding-3-large
|
|
||||||
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## tts-1
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## tts-1-hd
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## whisper-1
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## o3
|
|
||||||
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## o3-pro
|
|
||||||
|
|
||||||
- `inputPrice`: 本文件币种为USD,ZenMux价格为USD,需官方价格页复核
|
|
||||||
- `outputPrice`: 本文件币种为USD,ZenMux价格为USD,需官方价格页复核
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## o3-mini
|
|
||||||
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## o4-mini
|
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## dall-e-3
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-4o-realtime
|
|
||||||
- `modelName`: 已查 https://developers.openai.com/api/docs/models/gpt-4o-realtime-preview 、https://developers.openai.com/api/docs/models/gpt-realtime 与 https://developers.openai.com/api/docs/models ,未找到 `gpt-4o-realtime` 这一独立官方模型页
|
|
||||||
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## gpt-4o-realtime-preview
|
|
||||||
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|||||||
@@ -1,485 +1,41 @@
|
|||||||
# 详细字段取值表 - compute/providers/openai.json
|
# 详细字段取值表 - compute/providers/openai.json
|
||||||
|
|
||||||
- provider: `openai`
|
- provider: `openai`
|
||||||
- priceCurrency: `USD`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- 本轮复核字段: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://platform.openai.com/docs/models
|
- https://api.openai.com/v1/responses
|
||||||
- https://platform.openai.com/docs/pricing
|
- https://api.openai.com/v1/realtime/sessions
|
||||||
- https://platform.openai.com/docs/guides/embeddings
|
- https://api.openai.com/v1/embeddings
|
||||||
- https://developers.openai.com/cookbook/examples/prompt_caching_201
|
- https://api.openai.com/v1/audio/speech
|
||||||
- https://developers.openai.com/api/docs/guides/realtime-costs
|
- https://api.openai.com/v1/audio/transcriptions
|
||||||
- https://zenmux.ai/models
|
- https://api.openai.com/v1/images/generations
|
||||||
- https://zenmux.ai/api/v1/models
|
|
||||||
|
|
||||||
## gpt-5.2
|
## 文本 / 视觉 / 推理模型
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
- 模型: `gpt-5.2`, `gpt-5.2-pro`, `gpt-5.1`, `gpt-5`, `gpt-5-pro`, `gpt-5-mini`, `gpt-5-nano`, `gpt-4.1`, `gpt-4.1-mini`, `gpt-4.1-nano`, `gpt-4o`, `gpt-4o-mini`, `o3`, `o3-pro`, `o3-mini`, `o4-mini`
|
||||||
- ZenMux命中: `openai/gpt-5.2`
|
|
||||||
- ZenMux候选: `openai/gpt-5.2`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"gpt-5.2"` | `"gpt-5.2"` | 保持 | ZenMux匹配(exact): openai/gpt-5.2 |
|
| `defaultTemperature` | `1` | `1` | 保持 | OpenAI `/v1/responses` 官方示例在请求省略 `temperature` 时,响应对象返回 `temperature: 1.0`。 |
|
||||||
| `displayName` | `"GPT-5.2"` | `"GPT-5.2"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `1` | `1` | 保持 | OpenAI `/v1/responses` 官方示例在请求省略 `top_p` 时,响应对象返回 `top_p: 1.0`。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `400000` | `400000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5.2 标注 `400,000` context window |
|
|
||||||
| `maxOutputTokens` | `128000` | `128000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5.2 标注 `128,000` max output tokens |
|
|
||||||
| `inputPrice` | `1.75` | `1.75` | 保持 | ZenMux(openai/gpt-5.2) prompt=1.75 USD/MTokens |
|
|
||||||
| `outputPrice` | `14` | `14` | 保持 | ZenMux(openai/gpt-5.2) completion=14 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-5.2-pro
|
## Realtime 模型
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
- 模型: `gpt-4o-realtime`, `gpt-4o-realtime-preview`
|
||||||
- ZenMux命中: `openai/gpt-5.2-pro`
|
|
||||||
- ZenMux候选: `openai/gpt-5.2-pro`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"gpt-5.2-pro"` | `"gpt-5.2-pro"` | 保持 | ZenMux匹配(exact): openai/gpt-5.2-pro |
|
| `defaultTemperature` | `0.7` | `0.7` | 保持 | OpenAI `/v1/realtime/sessions` 官方示例在请求未显式设置 `temperature` 时,返回的 session 对象包含 `temperature: 0.7`。 |
|
||||||
| `displayName` | `"GPT-5.2 Pro"` | `"GPT-5.2 Pro"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | OpenAI `/v1/realtime/sessions` 官方示例和返回对象未公开 `top_p` 默认值;JSON 不应伪装成官方默认值。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `400000` | `400000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5.2-pro 标注 `400,000` context window |
|
|
||||||
| `maxOutputTokens` | `128000` | `128000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5.2-pro 标注 `128,000` max output tokens |
|
|
||||||
| `inputPrice` | `21` | `21` | 保持 | ZenMux(openai/gpt-5.2-pro) prompt=21 USD/MTokens |
|
|
||||||
| `outputPrice` | `168` | `168` | 保持 | ZenMux(openai/gpt-5.2-pro) completion=168 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-5.1
|
## Embedding / TTS / ASR / Image 模型
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
- 模型: `text-embedding-3-small`, `text-embedding-3-large`, `tts-1`, `tts-1-hd`, `whisper-1`, `dall-e-3`
|
||||||
- ZenMux命中: `openai/gpt-5.1`
|
|
||||||
- ZenMux候选: `openai/gpt-5.1`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"gpt-5.1"` | `"gpt-5.1"` | 保持 | ZenMux匹配(exact): openai/gpt-5.1 |
|
| `defaultTemperature` | `null` | `null` | 保持 | OpenAI `embeddings`、`audio/speech`、`images/generations` 等官方接口未给这些模型定义通用聊天采样默认值;按项目规则记为不适用。`whisper-1` 所属 `audio/transcriptions` 虽有任务参数,但不应作为 provider 级模型默认采样值。 |
|
||||||
| `displayName` | `"GPT-5.1"` | `"GPT-5.1"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | OpenAI `embeddings`、`audio/speech`、`audio/transcriptions`、`images/generations` 官方接口未给这些模型定义通用聊天采样默认值;按项目规则记为不适用。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `400000` | `400000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5.1 标注 `400,000` context window |
|
|
||||||
| `maxOutputTokens` | `128000` | `128000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5.1 标注 `128,000` max output tokens |
|
|
||||||
| `inputPrice` | `1.25` | `1.25` | 保持 | ZenMux(openai/gpt-5.1) prompt=1.25 USD/MTokens |
|
|
||||||
| `outputPrice` | `10` | `10` | 保持 | ZenMux(openai/gpt-5.1) completion=10 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-5
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/gpt-5`
|
|
||||||
- ZenMux候选: `openai/gpt-5`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-5"` | `"gpt-5"` | 保持 | ZenMux匹配(exact): openai/gpt-5 |
|
|
||||||
| `displayName` | `"GPT-5"` | `"GPT-5"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `400000` | `400000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5 标注 `400,000` context window |
|
|
||||||
| `maxOutputTokens` | `128000` | `128000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5 标注 `128,000` max output tokens |
|
|
||||||
| `inputPrice` | `1.25` | `1.25` | 保持 | ZenMux(openai/gpt-5) prompt=1.25 USD/MTokens |
|
|
||||||
| `outputPrice` | `10` | `10` | 保持 | ZenMux(openai/gpt-5) completion=10 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-5-pro
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/gpt-5-pro`
|
|
||||||
- ZenMux候选: `openai/gpt-5-pro`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-5-pro"` | `"gpt-5-pro"` | 保持 | ZenMux匹配(exact): openai/gpt-5-pro |
|
|
||||||
| `displayName` | `"GPT-5 Pro"` | `"GPT-5 Pro"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `400000` | `400000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5-pro 标注 `400,000` context window |
|
|
||||||
| `maxOutputTokens` | `272000` | `272000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5-pro 标注 `272,000` max output tokens |
|
|
||||||
| `inputPrice` | `15` | `15` | 保持 | ZenMux(openai/gpt-5-pro) prompt=15 USD/MTokens |
|
|
||||||
| `outputPrice` | `120` | `120` | 保持 | ZenMux(openai/gpt-5-pro) completion=120 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-5-mini
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/gpt-5-mini`
|
|
||||||
- ZenMux候选: `openai/gpt-5-mini`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-5-mini"` | `"gpt-5-mini"` | 保持 | ZenMux匹配(exact): openai/gpt-5-mini |
|
|
||||||
| `displayName` | `"GPT-5-mini"` | `"GPT-5-mini"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `400000` | `400000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5-mini 标注 `400,000` context window |
|
|
||||||
| `maxOutputTokens` | `128000` | `128000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5-mini 标注 `128,000` max output tokens |
|
|
||||||
| `inputPrice` | `0.25` | `0.25` | 保持 | ZenMux(openai/gpt-5-mini) prompt=0.25 USD/MTokens |
|
|
||||||
| `outputPrice` | `2` | `2` | 保持 | ZenMux(openai/gpt-5-mini) completion=2 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","fast","tool_use","code","vision"]` | `["chat","fast","tool_use","code","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-5-nano
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/gpt-5-nano`
|
|
||||||
- ZenMux候选: `openai/gpt-5-nano`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-5-nano"` | `"gpt-5-nano"` | 保持 | ZenMux匹配(exact): openai/gpt-5-nano |
|
|
||||||
| `displayName` | `"GPT-5-nano"` | `"GPT-5-nano"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `400000` | `400000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5-nano 标注 `400,000` context window |
|
|
||||||
| `maxOutputTokens` | `128000` | `128000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-5-nano 标注 `128,000` max output tokens |
|
|
||||||
| `inputPrice` | `0.05` | `0.05` | 保持 | ZenMux(openai/gpt-5-nano) prompt=0.05 USD/MTokens |
|
|
||||||
| `outputPrice` | `0.4` | `0.4` | 保持 | ZenMux(openai/gpt-5-nano) completion=0.4 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","code","fast"]` | `["chat","code","fast"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-4.1
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/gpt-4.1`
|
|
||||||
- ZenMux候选: `openai/gpt-4.1`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-4.1"` | `"gpt-4.1"` | 保持 | ZenMux匹配(exact): openai/gpt-4.1 |
|
|
||||||
| `displayName` | `"GPT-4.1"` | `"GPT-4.1"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `1047576` | `1047576` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4.1 标注 `1,047,576` context window |
|
|
||||||
| `maxOutputTokens` | `32768` | `32768` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4.1 标注 `32,768` max output tokens |
|
|
||||||
| `inputPrice` | `2` | `2` | 保持 | ZenMux(openai/gpt-4.1) prompt=2 USD/MTokens |
|
|
||||||
| `outputPrice` | `8` | `8` | 保持 | ZenMux(openai/gpt-4.1) completion=8 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-4.1-mini
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/gpt-4.1-mini`
|
|
||||||
- ZenMux候选: `openai/gpt-4.1-mini`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-4.1-mini"` | `"gpt-4.1-mini"` | 保持 | ZenMux匹配(exact): openai/gpt-4.1-mini |
|
|
||||||
| `displayName` | `"GPT-4.1 mini"` | `"GPT-4.1 mini"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `1047576` | `1047576` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4.1-mini 标注 `1,047,576` context window |
|
|
||||||
| `maxOutputTokens` | `32768` | `32768` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4.1-mini 标注 `32,768` max output tokens |
|
|
||||||
| `inputPrice` | `0.4` | `0.4` | 保持 | ZenMux(openai/gpt-4.1-mini) prompt=0.4 USD/MTokens |
|
|
||||||
| `outputPrice` | `1.6` | `1.6` | 保持 | ZenMux(openai/gpt-4.1-mini) completion=1.6 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","code","vision","ultra_long_context","tool_use"]` | `["chat","code","vision","ultra_long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-4.1-nano
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/gpt-4.1-nano`
|
|
||||||
- ZenMux候选: `openai/gpt-4.1-nano`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-4.1-nano"` | `"gpt-4.1-nano"` | 保持 | ZenMux匹配(exact): openai/gpt-4.1-nano |
|
|
||||||
| `displayName` | `"GPT-4.1 nano"` | `"GPT-4.1 nano"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `1047576` | `1047576` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4.1-nano 标注 `1,047,576` context window |
|
|
||||||
| `maxOutputTokens` | `32768` | `32768` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4.1-nano 标注 `32,768` max output tokens |
|
|
||||||
| `inputPrice` | `0.1` | `0.1` | 保持 | ZenMux(openai/gpt-4.1-nano) prompt=0.1 USD/MTokens |
|
|
||||||
| `outputPrice` | `0.4` | `0.4` | 保持 | ZenMux(openai/gpt-4.1-nano) completion=0.4 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","code","ultra_long_context","fast"]` | `["chat","code","ultra_long_context","fast"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-4o
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/gpt-4o`
|
|
||||||
- ZenMux候选: `openai/gpt-4o`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-4o"` | `"gpt-4o"` | 保持 | ZenMux匹配(exact): openai/gpt-4o |
|
|
||||||
| `displayName` | `"GPT-4o"` | `"GPT-4o"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `128000` | `128000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4o 标注 `128,000` context window |
|
|
||||||
| `maxOutputTokens` | `16384` | `16384` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4o 标注 `16,384` max output tokens |
|
|
||||||
| `inputPrice` | `2.5` | `2.5` | 保持 | ZenMux(openai/gpt-4o) prompt=2.5 USD/MTokens |
|
|
||||||
| `outputPrice` | `10` | `10` | 保持 | ZenMux(openai/gpt-4o) completion=10 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","vision","image_understanding","tool_use"]` | `["chat","vision","image_understanding","tool_use"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-4o-mini
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/gpt-4o-mini`
|
|
||||||
- ZenMux候选: `openai/gpt-4o-mini`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-4o-mini"` | `"gpt-4o-mini"` | 保持 | ZenMux匹配(exact): openai/gpt-4o-mini |
|
|
||||||
| `displayName` | `"GPT-4o mini"` | `"GPT-4o mini"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `128000` | `128000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4o-mini 标注 `128,000` context window |
|
|
||||||
| `maxOutputTokens` | `16384` | `16384` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4o-mini 标注 `16,384` max output tokens |
|
|
||||||
| `inputPrice` | `0.15` | `0.15` | 保持 | ZenMux(openai/gpt-4o-mini) prompt=0.15 USD/MTokens |
|
|
||||||
| `outputPrice` | `0.6` | `0.6` | 保持 | ZenMux(openai/gpt-4o-mini) completion=0.6 USD/MTokens |
|
|
||||||
| `capabilities` | `["chat","code","vision","tool_use"]` | `["chat","code","vision","tool_use"]` | 待确认 | ZenMux给出reasoning=false,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## text-embedding-3-small
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"text-embedding-3-small"` | `"text-embedding-3-small"` | 保持 | OpenAI 官方模型页直接使用该模型名 |
|
|
||||||
| `displayName` | `"text-embedding-3-small"` | `"text-embedding-3-small"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `8192` | `8192` | 保持 | OpenAI Embeddings 指南 https://platform.openai.com/docs/guides/embeddings 的 embedding models 表格标注 `text-embedding-3-small` 的 Max input 为 `8192` |
|
|
||||||
| `maxOutputTokens` | `0` | `0` | 保持 | 已查 OpenAI 模型页 https://platform.openai.com/docs/models/text-embedding-3-small 与 Embeddings 指南 https://platform.openai.com/docs/guides/embeddings ,官方仅给出输入上限与输出维度,未定义 max output tokens,当前以 `0` 记录为不适用 |
|
|
||||||
| `inputPrice` | `0.02` | `0.02` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["text_embedding","semantic_search"]` | `["text_embedding","semantic_search"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## text-embedding-3-large
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"text-embedding-3-large"` | `"text-embedding-3-large"` | 保持 | OpenAI 官方模型页直接使用该模型名 |
|
|
||||||
| `displayName` | `"text-embedding-3-large"` | `"text-embedding-3-large"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `8192` | `8192` | 保持 | OpenAI Embeddings 指南 https://platform.openai.com/docs/guides/embeddings 的 embedding models 表格标注 `text-embedding-3-large` 的 Max input 为 `8192` |
|
|
||||||
| `maxOutputTokens` | `0` | `0` | 保持 | 已查 OpenAI 模型页 https://platform.openai.com/docs/models/text-embedding-3-large 与 Embeddings 指南 https://platform.openai.com/docs/guides/embeddings ,官方仅给出输入上限与输出维度,未定义 max output tokens,当前以 `0` 记录为不适用 |
|
|
||||||
| `inputPrice` | `0.13` | `0.13` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["text_embedding","semantic_search"]` | `["text_embedding","semantic_search"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## tts-1
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `ambiguous`
|
|
||||||
- ZenMux候选: `openai/gpt-5.1`、`openai/gpt-4.1`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"tts-1"` | `"tts-1"` | 待确认 | ZenMux无稳定匹配 |
|
|
||||||
| `displayName` | `"TTS-1"` | `"TTS-1"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["tts"]` | `["tts"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `0` | `0` | 保持 | 已查 https://developers.openai.com/api/docs/models/tts-1 ,该模型为 TTS 模型,官方页面未定义聊天模型口径的 context window,当前以 `0` 记录为不适用 |
|
|
||||||
| `maxOutputTokens` | `0` | `0` | 保持 | 已查 https://developers.openai.com/api/docs/models/tts-1 ,该模型输出为音频而非 completion tokens,当前以 `0` 记录为不适用 |
|
|
||||||
| `inputPrice` | `15` | `15` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["tts"]` | `["tts"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{"voices":["alloy","echo","fable","onyx","nova","shimmer"],"supportedAudioFormats":["mp3","opus","aac","flac"]}` | `{"voices":["alloy","echo","fable","onyx","nova","shimmer"],"supportedAudioFormats":["mp3","opus","aac","flac"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## tts-1-hd
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"tts-1-hd"` | `"tts-1-hd"` | 待确认 | ZenMux无稳定匹配 |
|
|
||||||
| `displayName` | `"TTS-1-HD"` | `"TTS-1-HD"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["tts"]` | `["tts"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `0` | `0` | 保持 | 已查 https://developers.openai.com/api/docs/models/tts-1-hd ,该模型为 TTS 模型,官方页面未定义聊天模型口径的 context window,当前以 `0` 记录为不适用 |
|
|
||||||
| `maxOutputTokens` | `0` | `0` | 保持 | 已查 https://developers.openai.com/api/docs/models/tts-1-hd ,该模型输出为音频而非 completion tokens,当前以 `0` 记录为不适用 |
|
|
||||||
| `inputPrice` | `30` | `30` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["tts"]` | `["tts"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{"voices":["alloy","echo","fable","onyx","nova","shimmer"],"supportedAudioFormats":["mp3","opus","aac","flac"]}` | `{"voices":["alloy","echo","fable","onyx","nova","shimmer"],"supportedAudioFormats":["mp3","opus","aac","flac"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## whisper-1
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `ambiguous`
|
|
||||||
- ZenMux候选: `openai/gpt-5.1`、`openai/gpt-4.1`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"whisper-1"` | `"whisper-1"` | 待确认 | ZenMux无稳定匹配 |
|
|
||||||
| `displayName` | `"Whisper"` | `"Whisper"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["asr"]` | `["asr"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `0` | `0` | 保持 | 已查 https://developers.openai.com/api/docs/models/whisper-1 ,该模型为语音识别模型,官方页面未定义聊天模型口径的 context window,当前以 `0` 记录为不适用 |
|
|
||||||
| `maxOutputTokens` | `0` | `0` | 保持 | 已查 https://developers.openai.com/api/docs/models/whisper-1 ,该模型输出为转写文本结果而非 completion tokens 规格,当前以 `0` 记录为不适用 |
|
|
||||||
| `inputPrice` | `0.006` | `0.006` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["asr","multilingual"]` | `["asr","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{"maxAudioLength":600,"supportedInputFormats":["mp3","mp4","mpeg","mpga","m4a","wav","webm"],"streamingSupported":false}` | `{"maxAudioLength":600,"supportedInputFormats":["mp3","mp4","mpeg","mpga","m4a","wav","webm"],"streamingSupported":false}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## o3
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"o3"` | `"o3"` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o3 直接使用该模型名 |
|
|
||||||
| `displayName` | `"o3"` | `"o3"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["responses"]` | `["responses"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `200000` | `200000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o3 标注 `200,000` context window |
|
|
||||||
| `maxOutputTokens` | `100000` | `100000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o3 标注 `100,000` max output tokens |
|
|
||||||
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["reasoning","deep_thinking","code","math","science","tool_use"]` | `["reasoning","deep_thinking","code","math","science","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## o3-pro
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `similar`
|
|
||||||
- ZenMux命中: `openai/gpt-5-pro`
|
|
||||||
- ZenMux候选: `openai/gpt-5-pro`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"o3-pro"` | `"o3-pro"` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o3-pro 直接使用该模型名 |
|
|
||||||
| `displayName` | `"o3-pro"` | `"o3-pro"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["responses"]` | `["responses"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `200000` | `200000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o3-pro 标注 `200,000` context window |
|
|
||||||
| `maxOutputTokens` | `100000` | `100000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o3-pro 标注 `100,000` max output tokens |
|
|
||||||
| `inputPrice` | `20` | `20` | 待确认 | 本文件币种为USD,ZenMux价格为USD,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `80` | `80` | 待确认 | 本文件币种为USD,ZenMux价格为USD,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["reasoning","deep_thinking","code","math","science"]` | `["reasoning","deep_thinking","code","math","science"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## o3-mini
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `ambiguous`
|
|
||||||
- ZenMux候选: `openai/o4-mini`、`openai/gpt-5-mini`、`openai/gpt-4o-mini`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"o3-mini"` | `"o3-mini"` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o3-mini 直接使用该模型名 |
|
|
||||||
| `displayName` | `"o3-mini"` | `"o3-mini"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["responses"]` | `["responses"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `200000` | `200000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o3-mini 标注 `200,000` context window |
|
|
||||||
| `maxOutputTokens` | `100000` | `100000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o3-mini 标注 `100,000` max output tokens |
|
|
||||||
| `inputPrice` | `1.1` | `1.1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `4.4` | `4.4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["reasoning","math","code","fast"]` | `["reasoning","math","code","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## o4-mini
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `exact`
|
|
||||||
- ZenMux命中: `openai/o4-mini`
|
|
||||||
- ZenMux候选: `openai/o4-mini`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"o4-mini"` | `"o4-mini"` | 保持 | ZenMux匹配(exact): openai/o4-mini |
|
|
||||||
| `displayName` | `"o4-mini"` | `"o4-mini"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["responses"]` | `["responses"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `200000` | `200000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o4-mini 标注 `200,000` context window |
|
|
||||||
| `maxOutputTokens` | `100000` | `100000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/o4-mini 标注 `100,000` max output tokens |
|
|
||||||
| `inputPrice` | `1.1` | `1.1` | 保持 | ZenMux(openai/o4-mini) prompt=1.1 USD/MTokens |
|
|
||||||
| `outputPrice` | `4.4` | `4.4` | 保持 | ZenMux(openai/o4-mini) completion=4.4 USD/MTokens |
|
|
||||||
| `capabilities` | `["reasoning","math","code","tool_use","vision"]` | `["reasoning","math","code","tool_use","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## dall-e-3
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"dall-e-3"` | `"dall-e-3"` | 待确认 | ZenMux无稳定匹配 |
|
|
||||||
| `displayName` | `"DALL-E 3"` | `"DALL-E 3"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["image_gen"]` | `["image_gen"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `0` | `0` | 保持 | 已查 https://platform.openai.com/docs/models/dall-e-3 、https://developers.openai.com/api/docs/models ,该模型为图像生成模型,官方页面未定义聊天模型口径的 context window,当前以 `0` 记录为不适用 |
|
|
||||||
| `maxOutputTokens` | `0` | `0` | 保持 | 已查 https://platform.openai.com/docs/models/dall-e-3 、https://developers.openai.com/api/docs/models ,该模型输出为图像而非 completion tokens,当前以 `0` 记录为不适用 |
|
|
||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["image_generation","text_rendering"]` | `["image_generation","text_rendering"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{"supportedImageSizes":["1024x1024","1792x1024","1024x1792"],"supportedStyles":["natural","vivid"]}` | `{"supportedImageSizes":["1024x1024","1792x1024","1024x1792"],"supportedStyles":["natural","vivid"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-4o-realtime
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `ambiguous`
|
|
||||||
- ZenMux候选: `openai/gpt-4o`、`openai/gpt-4o-mini`、`openai/gpt-5`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-4o-realtime"` | `"gpt-4o-realtime"` | 待确认 | ZenMux无稳定匹配 |
|
|
||||||
| `displayName` | `"GPT-4o Realtime"` | `"GPT-4o Realtime"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["omni"]` | `["omni"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `32000` | `32000` | 保持 | OpenAI 官方 Realtime API 文档 https://developers.openai.com/api/docs/guides/realtime-costs#truncation 与 Cookbook https://developers.openai.com/cookbook/examples/prompt_caching_201#7-realtime-api 均注明当前 Realtime 模型为 `32k` context;本地别名 `gpt-4o-realtime` 按该官方口径保持 |
|
|
||||||
| `maxOutputTokens` | `4096` | `4096` | 保持 | OpenAI 官方 Realtime API 文档 https://developers.openai.com/api/docs/guides/realtime-costs#truncation 与 Cookbook https://developers.openai.com/cookbook/examples/prompt_caching_201#7-realtime-api 均注明当前 Realtime 模型为 `4,096` max output tokens;本地别名 `gpt-4o-realtime` 按该官方口径保持 |
|
|
||||||
| `inputPrice` | `4` | `4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","vision","tts","asr","realtime"]` | `["chat","vision","tts","asr","realtime"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{"supportedModes":["speech-to-speech","text-to-speech"],"latencyMs":300}` | `{"supportedModes":["speech-to-speech","text-to-speech"],"latencyMs":300}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## gpt-4o-realtime-preview
|
|
||||||
|
|
||||||
- ZenMux匹配级别: `ambiguous`
|
|
||||||
- ZenMux候选: `openai/gpt-4o`、`openai/gpt-4o-mini`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
||||||
|---|---|---|---|---|
|
|
||||||
| `modelName` | `"gpt-4o-realtime-preview"` | `"gpt-4o-realtime-preview"` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4o-realtime-preview 直接使用该模型名 |
|
|
||||||
| `displayName` | `"GPT-4o Realtime Preview"` | `"GPT-4o Realtime Preview"` | 保持 | 展示字段,需按产品命名策略 |
|
|
||||||
| `serviceType` | `["realtime_voice"]` | `["realtime_voice"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `32000` | `32000` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4o-realtime-preview 标注 `32,000` context window |
|
|
||||||
| `maxOutputTokens` | `4096` | `4096` | 保持 | OpenAI 官方模型页 https://developers.openai.com/api/docs/models/gpt-4o-realtime-preview 标注 `4,096` max output tokens |
|
|
||||||
| `inputPrice` | `5` | `5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `20` | `20` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["realtime","speech_to_speech","low_latency"]` | `["realtime","speech_to_speech","low_latency"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{"supportedModes":["speech-to-speech","text-to-speech"],"latencyMs":250}` | `{"supportedModes":["speech-to-speech","text-to-speech"],"latencyMs":250}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|||||||
@@ -6,21 +6,16 @@
|
|||||||
## openrouter/auto
|
## openrouter/auto
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已查 https://openrouter.ai/docs/model-routing 、https://openrouter.ai/openrouter/auto/overview 与 https://openrouter.ai/api/v1/models ,`openrouter/auto` 会动态路由到不同底模,官方模型 API 对其返回 `top_provider.max_completion_tokens=null`,未给统一固定 max output tokens
|
- `maxOutputTokens`: 已复核 https://openrouter.ai/docs/model-routing 、https://openrouter.ai/openrouter/auto/overview 与 https://openrouter.ai/api/v1/models ,`openrouter/auto` 官方定义就是动态路由到底层模型集合;其官方模型 API 当前对该条目返回 `top_provider.max_completion_tokens=null`,因此不存在统一固定 `maxOutputTokens`
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## openai/gpt-oss-120b:free
|
## openai/gpt-oss-120b:free
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
|
|
||||||
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## qwen/qwen3-coder:free
|
## qwen/qwen3-coder:free
|
||||||
@@ -28,6 +23,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
- https://openrouter.ai/api/v1/models
|
- https://openrouter.ai/api/v1/models
|
||||||
- https://openrouter.ai/openai/gpt-oss-120b:free
|
- https://openrouter.ai/openai/gpt-oss-120b:free
|
||||||
- https://openrouter.ai/qwen/qwen3-coder:free
|
- https://openrouter.ai/qwen/qwen3-coder:free
|
||||||
|
- https://openrouter.ai/docs/api/reference/parameters
|
||||||
- https://platform.openai.com/docs/models/gpt-oss-120b
|
- https://platform.openai.com/docs/models/gpt-oss-120b
|
||||||
- https://help.aliyun.com/zh/model-studio/model
|
- https://help.aliyun.com/zh/model-studio/model
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
@@ -27,12 +28,12 @@
|
|||||||
| `displayName` | `"OpenRouter Auto"` | `"OpenRouter Auto"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"OpenRouter Auto"` | `"OpenRouter Auto"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `2000000` | `2000000` | 保持 | OpenRouter Auto Router 页面 https://openrouter.ai/openrouter/auto/overview 列出 `openrouter/auto` 为 `2,000,000 context` |
|
| `contextWindow` | `2000000` | `2000000` | 保持 | OpenRouter Auto Router 页面 https://openrouter.ai/openrouter/auto/overview 列出 `openrouter/auto` 为 `2,000,000 context` |
|
||||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | 已查 https://openrouter.ai/docs/model-routing 、https://openrouter.ai/openrouter/auto/overview 与 https://openrouter.ai/api/v1/models ,`openrouter/auto` 为动态路由模型;官方模型 API 当前对其返回 `top_provider.max_completion_tokens=null`,因此不存在统一固定 max output tokens |
|
| `maxOutputTokens` | `16384` | `16384` | 待确认 | 已复核 https://openrouter.ai/docs/model-routing 、https://openrouter.ai/openrouter/auto/overview 与 https://openrouter.ai/api/v1/models ,`openrouter/auto` 官方定义就是动态路由到底层模型集合;其官方模型 API 当前对该条目返回 `top_provider.max_completion_tokens=null`,因此不存在统一固定 `maxOutputTokens` |
|
||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","auto_routing"]` | `["chat","auto_routing"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","auto_routing"]` | `["chat","auto_routing"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | OpenRouter 参数文档 https://openrouter.ai/docs/api/reference/parameters 明确写明当请求未传入该字段时,`temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | OpenRouter 参数文档 https://openrouter.ai/docs/api/reference/parameters 明确写明当请求未传入该字段时,`top_p` 默认值为 `1.0` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## openai/gpt-oss-120b:free
|
## openai/gpt-oss-120b:free
|
||||||
@@ -50,8 +51,8 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | OpenRouter 参数文档 https://openrouter.ai/docs/api/reference/parameters 明确写明当请求未传入该字段时,`temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | OpenRouter 参数文档 https://openrouter.ai/docs/api/reference/parameters 明确写明当请求未传入该字段时,`top_p` 默认值为 `1.0` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## qwen/qwen3-coder:free
|
## qwen/qwen3-coder:free
|
||||||
@@ -69,6 +70,6 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["code","reasoning","agent","tool_use"]` | `["code","reasoning","agent","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["code","reasoning","agent","tool_use"]` | `["code","reasoning","agent","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | OpenRouter 参数文档 https://openrouter.ai/docs/api/reference/parameters 明确写明当请求未传入该字段时,`temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | OpenRouter 参数文档 https://openrouter.ai/docs/api/reference/parameters 明确写明当请求未传入该字段时,`top_p` 默认值为 `1.0` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -1,32 +1,20 @@
|
|||||||
# 未确认字段报告 - compute/providers/perplexity.json
|
# 未确认字段报告 - compute/providers/perplexity.json
|
||||||
|
|
||||||
- provider: `perplexity`
|
- provider: `perplexity`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
|
- 本轮范围: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## sonar-pro
|
## sonar-pro
|
||||||
|
|
||||||
- `maxOutputTokens`: 已查 https://docs.perplexity.ai/docs/sonar/models/sonar-pro 与 https://docs.perplexity.ai/docs/getting-started/pricing ,官方页面给出 context 与价格,但未给出 max output tokens
|
- `defaultTemperature`: 已查 https://docs.perplexity.ai/api-reference/sonar-post 。官方有参数定义和范围,但没有默认值。
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `defaultTopP`: 已查 https://docs.perplexity.ai/api-reference/sonar-post 。官方有参数定义和范围,但没有默认值。
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## sonar-reasoning-pro
|
## sonar-reasoning-pro
|
||||||
|
|
||||||
- `maxOutputTokens`: 已查 https://docs.perplexity.ai/docs/sonar/models/sonar-reasoning-pro 与 https://docs.perplexity.ai/docs/getting-started/pricing ,官方页面给出 context 与价格,但未给出 max output tokens
|
- `defaultTemperature`: 已查 https://docs.perplexity.ai/api-reference/sonar-post 。官方有参数定义和范围,但没有默认值。
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `defaultTopP`: 已查 https://docs.perplexity.ai/api-reference/sonar-post 。官方有参数定义和范围,但没有默认值。
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## sonar
|
## sonar
|
||||||
|
|
||||||
- `maxOutputTokens`: 已查 https://docs.perplexity.ai/docs/sonar/models/sonar 与 https://docs.perplexity.ai/docs/getting-started/pricing ,官方页面给出 context 与价格,但未给出 max output tokens
|
- `defaultTemperature`: 已查 https://docs.perplexity.ai/api-reference/sonar-post 。官方有参数定义和范围,但没有默认值。
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `defaultTopP`: 已查 https://docs.perplexity.ai/api-reference/sonar-post 。官方有参数定义和范围,但没有默认值。
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,68 +1,30 @@
|
|||||||
# 详细字段取值表 - compute/providers/perplexity.json
|
# 详细字段取值表 - compute/providers/perplexity.json
|
||||||
|
|
||||||
- provider: `perplexity`
|
- provider: `perplexity`
|
||||||
- priceCurrency: `USD`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- 本轮复核字段: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://docs.perplexity.ai
|
- https://docs.perplexity.ai/api-reference/sonar-post
|
||||||
- https://zenmux.ai/models
|
|
||||||
- https://zenmux.ai/api/v1/models
|
|
||||||
|
|
||||||
## sonar-pro
|
## sonar-pro
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"sonar-pro"` | `"sonar-pro"` | 保持 | Perplexity 官方模型页直接使用该模型名 |
|
| `defaultTemperature` | `null` | `null` | 保持 | Perplexity Sonar API 文档给出了 `temperature` 参数和取值范围,但未给“省略时默认值”。 |
|
||||||
| `displayName` | `"Sonar Pro"` | `"Sonar Pro"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | Perplexity Sonar API 文档给出了 `top_p` 参数和取值范围,但未给“省略时默认值”。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `200000` | `200000` | 保持 | Perplexity 官方模型页 https://docs.perplexity.ai/docs/sonar/models/sonar-pro 标注 `200K context length` |
|
|
||||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查 https://docs.perplexity.ai/docs/sonar/models/sonar-pro 与 https://docs.perplexity.ai/docs/getting-started/pricing ,官方页面给出 context 与价格,但未给出 max output tokens |
|
|
||||||
| `inputPrice` | `3` | `3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `15` | `15` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","web_search","reasoning","citation"]` | `["chat","web_search","reasoning","citation"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## sonar-reasoning-pro
|
## sonar-reasoning-pro
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"sonar-reasoning-pro"` | `"sonar-reasoning-pro"` | 保持 | Perplexity 官方模型页直接使用该模型名 |
|
| `defaultTemperature` | `null` | `null` | 保持 | Perplexity Sonar API 文档给出了 `temperature` 参数和取值范围,但未给“省略时默认值”。 |
|
||||||
| `displayName` | `"Sonar Reasoning Pro"` | `"Sonar Reasoning Pro"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | Perplexity Sonar API 文档给出了 `top_p` 参数和取值范围,但未给“省略时默认值”。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `128000` | `128000` | 保持 | Perplexity 官方模型页 https://docs.perplexity.ai/docs/sonar/models/sonar-reasoning-pro 标注 `128K context length` |
|
|
||||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查 https://docs.perplexity.ai/docs/sonar/models/sonar-reasoning-pro 与 https://docs.perplexity.ai/docs/getting-started/pricing ,官方页面给出 context 与价格,但未给出 max output tokens |
|
|
||||||
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","web_search","reasoning","deep_thinking"]` | `["chat","web_search","reasoning","deep_thinking"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## sonar
|
## sonar
|
||||||
|
|
||||||
- ZenMux匹配级别: `none`
|
|
||||||
- ZenMux候选: (none)
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"sonar"` | `"sonar"` | 保持 | Perplexity 官方模型页直接使用该模型名 |
|
| `defaultTemperature` | `null` | `null` | 保持 | Perplexity Sonar API 文档给出了 `temperature` 参数和取值范围,但未给“省略时默认值”。 |
|
||||||
| `displayName` | `"Sonar"` | `"Sonar"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | Perplexity Sonar API 文档给出了 `top_p` 参数和取值范围,但未给“省略时默认值”。 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `128000` | `128000` | 保持 | Perplexity 官方模型页 https://docs.perplexity.ai/docs/sonar/models/sonar 标注 `128K context length` |
|
|
||||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | 已查 https://docs.perplexity.ai/docs/sonar/models/sonar 与 https://docs.perplexity.ai/docs/getting-started/pricing ,官方页面给出 context 与价格,但未给出 max output tokens |
|
|
||||||
| `inputPrice` | `1` | `1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `1` | `1` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","web_search","citation","fast"]` | `["chat","web_search","citation","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|||||||
@@ -6,21 +6,15 @@
|
|||||||
## Qwen/Qwen3-Coder-480B-A35B-Instruct
|
## Qwen/Qwen3-Coder-480B-A35B-Instruct
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## Qwen/Qwen3-235B-A22B-Instruct-2507
|
## Qwen/Qwen3-235B-A22B-Instruct-2507
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## BAAI/bge-m3
|
## BAAI/bge-m3
|
||||||
@@ -28,6 +22,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
- https://siliconflow.cn/pricing
|
- https://siliconflow.cn/pricing
|
||||||
- https://docs.siliconflow.cn/cn/userguide/capabilities/reasoning
|
- https://docs.siliconflow.cn/cn/userguide/capabilities/reasoning
|
||||||
- https://docs.siliconflow.cn/en/faqs/misc
|
- https://docs.siliconflow.cn/en/faqs/misc
|
||||||
|
- https://docs.siliconflow.cn/en/api-reference/chat-completions/chat-completions
|
||||||
- https://docs.siliconflow.cn/en/api-reference/embeddings/create-embeddings
|
- https://docs.siliconflow.cn/en/api-reference/embeddings/create-embeddings
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
- https://zenmux.ai/api/v1/models
|
- https://zenmux.ai/api/v1/models
|
||||||
@@ -29,8 +30,8 @@
|
|||||||
| `inputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","long_context","agent","tool_use"]` | `["chat","code","long_context","agent","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code","long_context","agent","tool_use"]` | `["chat","code","long_context","agent","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 硅基流动对话接口文档 https://docs.siliconflow.cn/en/api-reference/chat-completions/chat-completions 仅给出 `temperature` 示例值,没有 `default:` 字段;按“官网未定义默认值则记为 null”处理 |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 硅基流动对话接口文档 https://docs.siliconflow.cn/en/api-reference/chat-completions/chat-completions 明确 `top_p` 的 `default: 0.7` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## Qwen/Qwen3-235B-A22B-Instruct-2507
|
## Qwen/Qwen3-235B-A22B-Instruct-2507
|
||||||
@@ -48,8 +49,8 @@
|
|||||||
| `inputPrice` | `2.5` | `2.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `2.5` | `2.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","multilingual","tool_use","agent","long_context"]` | `["chat","code","multilingual","tool_use","agent","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code","multilingual","tool_use","agent","long_context"]` | `["chat","code","multilingual","tool_use","agent","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 硅基流动对话接口文档 https://docs.siliconflow.cn/en/api-reference/chat-completions/chat-completions 仅给出 `temperature` 示例值,没有 `default:` 字段;按“官网未定义默认值则记为 null”处理 |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 硅基流动对话接口文档 https://docs.siliconflow.cn/en/api-reference/chat-completions/chat-completions 明确 `top_p` 的 `default: 0.7` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## BAAI/bge-m3
|
## BAAI/bge-m3
|
||||||
@@ -67,6 +68,6 @@
|
|||||||
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["text_embedding","multilingual"]` | `["text_embedding","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["text_embedding","multilingual"]` | `["text_embedding","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | `BAAI/bge-m3` 为 embedding 模型,官方接口 https://docs.siliconflow.cn/en/api-reference/embeddings/create-embeddings 不支持采样参数,按不适用记为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | `BAAI/bge-m3` 为 embedding 模型,官方接口 https://docs.siliconflow.cn/en/api-reference/embeddings/create-embeddings 不支持采样参数,按不适用记为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,6 +8,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -26,6 +26,6 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["image_generation","high_quality","controllable"]` | `["image_generation","high_quality","controllable"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["image_generation","high_quality","controllable"]` | `["image_generation","high_quality","controllable"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核 Stability 官方模型发布页与 API Reference,`stable-diffusion-3.5-large` 为图像生成模型,官方 API 不以文本采样 `temperature` 控制输出,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;图像生成模型不提供文本采样 `top_p`,当前保持 `null` |
|
||||||
| `extra` | `{"supportedImageSizes":["1024x1024","1152x896","896x1152","1216x832","832x1216"],"supportedStyles":["photographic","digital-art","anime","comic-book"]}` | `{"supportedImageSizes":["1024x1024","1152x896","896x1152","1216x832","832x1216"],"supportedStyles":["photographic","digital-art","anime","comic-book"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"supportedImageSizes":["1024x1024","1152x896","896x1152","1216x832","832x1216"],"supportedStyles":["photographic","digital-art","anime","comic-book"]}` | `{"supportedImageSizes":["1024x1024","1152x896","896x1152","1216x832","832x1216"],"supportedStyles":["photographic","digital-art","anime","comic-book"]}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## hunyuan-turbos-latest
|
## hunyuan-turbos-latest
|
||||||
@@ -17,7 +15,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
|
|||||||
@@ -28,8 +28,8 @@
|
|||||||
| `inputPrice` | `3.975` | `3.975` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `3.975` | `3.975` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `15.9` | `15.9` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `15.9` | `15.9` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","deep_thinking","long_context"]` | `["chat","reasoning","deep_thinking","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","deep_thinking","long_context"]` | `["chat","reasoning","deep_thinking","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 腾讯混元 OpenAI 兼容接口文档 https://cloud.tencent.com/document/product/1729/111007 明确 `temperature` 默认值为“无”,且“不传值时使用各模型推荐值,不推荐用户修改”;官方没有公开统一模型级默认数值,因此本地字段应为 `null` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 腾讯混元 OpenAI 兼容接口文档 https://cloud.tencent.com/document/product/1729/111007 虽在参数表写 `top_p` 默认值 `0`,但同一行说明“不传值时使用各模型推荐值”,并未公开统一模型级默认数值,因此本地字段应为 `null` 而不是 `0` 或 `1` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## hunyuan-turbos-latest
|
## hunyuan-turbos-latest
|
||||||
@@ -47,7 +47,25 @@
|
|||||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","fast","tool_use"]` | `["chat","reasoning","code","vision","fast","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","vision","fast","tool_use"]` | `["chat","reasoning","code","vision","fast","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 腾讯混元 OpenAI 兼容接口文档 https://cloud.tencent.com/document/product/1729/111007 明确 `temperature` 默认值为“无”,且“不传值时使用各模型推荐值”,未公开 `hunyuan-turbos-latest` 的统一默认数值 |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 腾讯混元 OpenAI 兼容接口文档 https://cloud.tencent.com/document/product/1729/111007 的 `top_p` 参数表虽写默认值 `0`,但同一行明确实际省略时使用各模型推荐值,未公开模型级默认数值 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
|
## hunyuan-2.0-instruct-20251111
|
||||||
|
|
||||||
|
- ZenMux匹配级别: `none`
|
||||||
|
- ZenMux候选: (none)
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `modelName` | `"hunyuan-2.0-instruct-20251111"` | `"hunyuan-2.0-instruct-20251111"` | 保持 | 腾讯云 Anthropic 兼容接口文档 https://cloud.tencent.com/document/product/1729/127293 直接列出该模型名 |
|
||||||
|
| `displayName` | `"混元 2.0 Instruct"` | `"混元 2.0 Instruct"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
|
| `contextWindow` | `147456` | `147456` | 保持 | 腾讯云产品概述 https://cloud.tencent.com/document/product/1729/104753 标注该模型最大输入 `128k`、最大输出 `16k`;当前值按两者和维护为 `147456` |
|
||||||
|
| `maxOutputTokens` | `16384` | `16384` | 保持 | 腾讯云产品概述 https://cloud.tencent.com/document/product/1729/104753 标注该模型最大输出 `16k` |
|
||||||
|
| `inputPrice` | `3.18` | `3.18` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
|
| `outputPrice` | `7.95` | `7.95` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
|
| `capabilities` | `["chat","code","long_context","tool_use"]` | `["chat","code","long_context","tool_use"]` | 待确认 | 能力字段为项目语义字段,需官方能力说明复核 |
|
||||||
|
| `defaultTemperature` | `null` | `null` | 保持 | 腾讯混元 OpenAI 兼容接口文档 https://cloud.tencent.com/document/product/1729/111007 明确 `temperature` 默认值为“无”,不传值时使用各模型推荐值,但未公开该模型推荐数值 |
|
||||||
|
| `defaultTopP` | `null` | `null` | 保持 | 腾讯混元 OpenAI 兼容接口文档 https://cloud.tencent.com/document/product/1729/111007 参数表虽写 `top_p` 默认值 `0`,但同一行说明省略时使用各模型推荐值,未公开模型级默认数值 |
|
||||||
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,6 +8,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://developer.volcengine.com/articles/7615528054736945158
|
- https://developer.volcengine.com/articles/7615528054736945158
|
||||||
|
- https://www.volcengine.com/docs/82379/1494384?redirect=1&lang=zh
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
- https://zenmux.ai/api/v1/models
|
- https://zenmux.ai/api/v1/models
|
||||||
|
|
||||||
@@ -25,6 +26,6 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["code","reasoning","chat"]` | `["code","reasoning","chat"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["code","reasoning","chat"]` | `["code","reasoning","chat"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核官方 Coding Plan 接入文章与火山方舟官方对话 API 页面;`ark-code-latest` 是自动路由别名,公开资料未给出该别名的固定默认 `temperature`,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;公开资料未给出 `ark-code-latest` 的固定默认 `top_p`,当前保持 `null` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,48 +8,35 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## doubao-seed-1.8
|
## doubao-seed-1.8
|
||||||
- `maxOutputTokens`: 已查 https://www.volcengine.com/docs/6492/2192000 ,页面给出 `max_completion_tokens` 取值范围 `[0, 64k]`,但当前 schema 的 `maxOutputTokens` 对应 `max_tokens` 还是 `max_completion_tokens` 仍需进一步确认
|
|
||||||
|
|
||||||
|
- `maxOutputTokens`: 已查 https://www.volcengine.com/docs/6492/2192000 与 https://www.volcengine.com/docs/82379/2123228 。当前官方 API 页明确给出 `max_completion_tokens` 取值范围 `[0, 64k]`,但公开可抓取页面仍未给 `Doubao-Seed-1.8` 的独立 `max_tokens` 上限;因此还不能确认本项目 `maxOutputTokens` 应落到回答上限还是总生成上限
|
||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## doubao-seed-1.6
|
## doubao-seed-1.6
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已查 https://www.volcengine.com/docs/6492/2165115 ,页面说明 `max_completion_tokens` 控制总输出长度,但未给出 `doubao-seed-1.6` 独立 max output 数值
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## doubao-seed-1.6-thinking
|
## doubao-seed-1.6-thinking
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已查 https://www.volcengine.com/docs/6492/2165111 ,页面说明 `max_completion_tokens` 控制思维链与回答总长度,但未给出该别名独立 max output 数值
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## doubao-seed-1.6-flash
|
## doubao-seed-1.6-flash
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `maxOutputTokens`: 已查 https://www.volcengine.com/docs/6492/2165115 ,页面说明 `max_completion_tokens` 控制总输出长度,但未给出该别名独立 max output 数值
|
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## doubao-seed-1.6-lite
|
## doubao-seed-1.6-lite
|
||||||
@@ -58,18 +45,14 @@
|
|||||||
- `maxOutputTokens`: 已查 https://www.volcengine.com/docs/82379/1330310 ,当前公开模型列表未直接给出 `doubao-seed-1.6-lite` 的 max output 数值
|
- `maxOutputTokens`: 已查 https://www.volcengine.com/docs/82379/1330310 ,当前公开模型列表未直接给出 `doubao-seed-1.6-lite` 的 max output 数值
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## doubao-seed-1.6-vision
|
## doubao-seed-1.6-vision
|
||||||
|
|
||||||
- `modelName`: ZenMux匹配(normalized): volcengine/doubao-seed-1-6-vision
|
- `modelName`: ZenMux匹配(normalized): volcengine/doubao-seed-1-6-vision
|
||||||
- `maxOutputTokens`: 已查 https://www.volcengine.com/docs/82379/1330310 ,当前公开模型列表未直接给出 `doubao-seed-1.6-vision` 的 max output 数值
|
- `maxOutputTokens`: 已查 https://www.volcengine.com/docs/82379/1330310、https://www.volcengine.com/docs/84458/1585097 与 https://developer.volcengine.com/articles/7560657862188990514 。官方可确认 `Doubao-Seed-1.6-vision` 型号存在、支持 `256k` 输入窗口并具备 VisualCoT 能力,但当前公开可抓取页面未给该独立型号的 max output 数值
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## doubao-seed-code
|
## doubao-seed-code
|
||||||
@@ -77,8 +60,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## deepseek-v3.2
|
## deepseek-v3.2
|
||||||
@@ -87,8 +68,6 @@
|
|||||||
- `maxOutputTokens`: 已查 https://api-docs.deepseek.com/quick_start/pricing 与 https://api-docs.deepseek.com/guides/thinking_mode ,DeepSeek 官方对 V3.2 按模式给出不同口径:`deepseek-chat`(非思考)最大输出 `8K`,开启思考模式时 `max_tokens` 最大可到 `64K`;火山引擎别名 `deepseek-v3.2` 未明确说明采用哪一种固定口径
|
- `maxOutputTokens`: 已查 https://api-docs.deepseek.com/quick_start/pricing 与 https://api-docs.deepseek.com/guides/thinking_mode ,DeepSeek 官方对 V3.2 按模式给出不同口径:`deepseek-chat`(非思考)最大输出 `8K`,开启思考模式时 `max_tokens` 最大可到 `64K`;火山引擎别名 `deepseek-v3.2` 未明确说明采用哪一种固定口径
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## deepseek-r1
|
## deepseek-r1
|
||||||
@@ -96,8 +75,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## kimi-k2-volcengine
|
## kimi-k2-volcengine
|
||||||
@@ -106,8 +83,6 @@
|
|||||||
- `maxOutputTokens`: 已查 https://platform.kimi.com/docs/pricing/chat-k2 与 https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart ,官方公开了 K2 系列上下文,但未给 `kimi-k2-volcengine` 独立 max output 数值
|
- `maxOutputTokens`: 已查 https://platform.kimi.com/docs/pricing/chat-k2 与 https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart ,官方公开了 K2 系列上下文,但未给 `kimi-k2-volcengine` 独立 max output 数值
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-4-7
|
## glm-4-7
|
||||||
@@ -115,8 +90,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## doubao-embedding
|
## doubao-embedding
|
||||||
@@ -125,8 +98,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## volc-mega-tts-clone
|
## volc-mega-tts-clone
|
||||||
@@ -134,8 +105,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## volc-realtime-voice
|
## volc-realtime-voice
|
||||||
@@ -143,8 +112,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## volc-simultaneous
|
## volc-simultaneous
|
||||||
@@ -152,8 +119,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## volc-translation
|
## volc-translation
|
||||||
@@ -161,6 +126,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -7,8 +7,10 @@
|
|||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://developer.volcengine.com/articles/7615528054736945158
|
- https://developer.volcengine.com/articles/7615528054736945158
|
||||||
|
- https://developer.volcengine.com/articles/7517188344586403876
|
||||||
- https://www.volcengine.com/docs/84458/1585097
|
- https://www.volcengine.com/docs/84458/1585097
|
||||||
- https://www.volcengine.com/docs/82379/1330310
|
- https://www.volcengine.com/docs/82379/1330310
|
||||||
|
- https://www.volcengine.com/docs/82379/2123228
|
||||||
- https://www.volcengine.com/docs/6492/2192000
|
- https://www.volcengine.com/docs/6492/2192000
|
||||||
- https://www.volcengine.com/docs/6492/2165115
|
- https://www.volcengine.com/docs/6492/2165115
|
||||||
- https://www.volcengine.com/docs/84313/1927061
|
- https://www.volcengine.com/docs/84313/1927061
|
||||||
@@ -35,8 +37,8 @@
|
|||||||
| `inputPrice` | `3.2` | `3.2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `3.2` | `3.2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `top_p` 默认值为 `0.7` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## doubao-seed-1.8
|
## doubao-seed-1.8
|
||||||
@@ -51,12 +53,12 @@
|
|||||||
| `displayName` | `"豆包 Seed-1.8"` | `"豆包 Seed-1.8"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"豆包 Seed-1.8"` | `"豆包 Seed-1.8"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.8` 列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.8` 列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
||||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已查 https://www.volcengine.com/docs/6492/2192000 ,页面给出 `max_completion_tokens` 取值范围 `[0, 64k]`,但当前 schema 的 `maxOutputTokens` 对应 `max_tokens` 还是 `max_completion_tokens` 仍需进一步确认 |
|
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已查 https://www.volcengine.com/docs/6492/2192000 与 https://www.volcengine.com/docs/82379/2123228 。当前官方 API 页明确给出 `max_completion_tokens` 取值范围 `[0, 64k]`,但公开可抓取页面仍未给 `Doubao-Seed-1.8` 的独立 `max_tokens` 上限;因此还不能确认本项目 `maxOutputTokens` 应落到回答上限还是总生成上限 |
|
||||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `0.8` | `0.8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `2` | `2` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `2` | `2` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `top_p` 默认值为 `0.7` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## doubao-seed-1.6
|
## doubao-seed-1.6
|
||||||
@@ -70,12 +72,12 @@
|
|||||||
| `displayName` | `"豆包 Seed-1.6"` | `"豆包 Seed-1.6"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"豆包 Seed-1.6"` | `"豆包 Seed-1.6"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.6` 列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.6` 列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
||||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已查 https://www.volcengine.com/docs/6492/2165115 ,页面给出 `max_completion_tokens` 参数说明,但未给出 `doubao-seed-1.6` 独立 max output 数值;当前值暂保留待确认 |
|
| `maxOutputTokens` | `16000` | `16000` | 保持 | 火山引擎官方开发者社区文章 https://developer.volcengine.com/articles/7517188344586403876 的 `不同技术参数的对比` 表列出 `Doubao-Seed-1.6` 的 `最大输出 = 16k,默认4k`;已据此将 provider JSON 回填为 `16000` |
|
||||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `top_p` 默认值为 `0.7` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## doubao-seed-1.6-thinking
|
## doubao-seed-1.6-thinking
|
||||||
@@ -89,12 +91,12 @@
|
|||||||
| `displayName` | `"豆包 Seed-1.6 思考版"` | `"豆包 Seed-1.6 思考版"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"豆包 Seed-1.6 思考版"` | `"豆包 Seed-1.6 思考版"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.6` 思考相关计费项列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.6` 思考相关计费项列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
||||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | 已查 https://www.volcengine.com/docs/6492/2165111 ,页面说明 `max_completion_tokens` 控制思维链与回答总长度,但未给出该别名独立 max output 数值;当前值暂保留待确认 |
|
| `maxOutputTokens` | `16000` | `16000` | 保持 | 火山引擎官方开发者社区文章 https://developer.volcengine.com/articles/7517188344586403876 的 `不同技术参数的对比` 表列出 `Doubao-Seed-1.6-thinking` 的 `最大输出 = 16k,默认4k`;已据此将 provider JSON 回填为 `16000` |
|
||||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["reasoning","math","code","deep_thinking","long_context"]` | `["reasoning","math","code","deep_thinking","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["reasoning","math","code","deep_thinking","long_context"]` | `["reasoning","math","code","deep_thinking","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.3` | `0.3` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `temperature` 默认值为 `1`;本地思考版未见单独默认值说明,按同接口默认值处理 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `top_p` 默认值为 `0.7`;本地思考版未见单独默认值说明,按同接口默认值处理 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## doubao-seed-1.6-flash
|
## doubao-seed-1.6-flash
|
||||||
@@ -108,12 +110,12 @@
|
|||||||
| `displayName` | `"豆包 Seed-1.6 Flash"` | `"豆包 Seed-1.6 Flash"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"豆包 Seed-1.6 Flash"` | `"豆包 Seed-1.6 Flash"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.6-flash` 列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.6-flash` 列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
||||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已查 https://www.volcengine.com/docs/6492/2165115 ,页面说明 `max_completion_tokens` 控制总输出长度,但未给出该别名独立 max output 数值;当前值暂保留待确认 |
|
| `maxOutputTokens` | `16000` | `16000` | 保持 | 火山引擎官方开发者社区文章 https://developer.volcengine.com/articles/7517188344586403876 的 `不同技术参数的对比` 表列出 `Doubao-Seed-1.6-flash` 的 `最大输出 = 16k,默认4k`;已据此将 provider JSON 回填为 `16000` |
|
||||||
| `inputPrice` | `0.15` | `0.15` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.15` | `0.15` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `1.5` | `1.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `1.5` | `1.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","fast","long_context"]` | `["chat","code","fast","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code","fast","long_context"]` | `["chat","code","fast","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `top_p` 默认值为 `0.7` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## doubao-seed-1.6-lite
|
## doubao-seed-1.6-lite
|
||||||
@@ -131,8 +133,8 @@
|
|||||||
| `inputPrice` | `0.3` | `0.3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.3` | `0.3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `0.6` | `0.6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `0.6` | `0.6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","code","fast"]` | `["chat","code","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","code","fast"]` | `["chat","code","fast"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `temperature` 默认值为 `1` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `top_p` 默认值为 `0.7` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## doubao-seed-1.6-vision
|
## doubao-seed-1.6-vision
|
||||||
@@ -147,12 +149,12 @@
|
|||||||
| `displayName` | `"豆包 Seed-1.6 视觉版"` | `"豆包 Seed-1.6 视觉版"` | 保持 | 展示字段,需按产品命名策略 |
|
| `displayName` | `"豆包 Seed-1.6 视觉版"` | `"豆包 Seed-1.6 视觉版"` | 保持 | 展示字段,需按产品命名策略 |
|
||||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,优先本项目约定 |
|
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,优先本项目约定 |
|
||||||
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.6-vision` 列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
| `contextWindow` | `256000` | `256000` | 保持 | 火山引擎扣子模型费用页 https://www.volcengine.com/docs/84458/1585097 对 `Doubao-Seed-1.6-vision` 列出输入长度分档 `[0,32]`、`(32,128]`、`(128,256]`,可确认该模型支持到 `256k` 输入窗口 |
|
||||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已查 https://www.volcengine.com/docs/82379/1330310 ,当前公开模型列表未直接给出 `doubao-seed-1.6-vision` 的 max output 数值;当前值暂保留待确认 |
|
| `maxOutputTokens` | `32000` | `32000` | 待确认 | 已查 https://www.volcengine.com/docs/82379/1330310、https://www.volcengine.com/docs/84458/1585097 与 https://developer.volcengine.com/articles/7560657862188990514 。官方可确认 `Doubao-Seed-1.6-vision` 型号存在、支持 `256k` 输入窗口并具备 VisualCoT 能力,但当前公开可抓取页面未给该独立型号的 max output 数值 |
|
||||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","vision","video_understanding","gui_agent","long_context"]` | `["chat","vision","video_understanding","gui_agent","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","vision","video_understanding","gui_agent","long_context"]` | `["chat","vision","video_understanding","gui_agent","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 火山引擎视觉内容理解文档 https://www.volcengine.com/docs/6492/2165096 明确 `temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 火山引擎视觉内容理解文档 https://www.volcengine.com/docs/6492/2165096 明确 `top_p` 默认值为 `0.7` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## doubao-seed-code
|
## doubao-seed-code
|
||||||
@@ -171,8 +173,8 @@
|
|||||||
| `inputPrice` | `1.2` | `1.2` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `1.2` | `1.2` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `8` | `8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `8` | `8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["code","reasoning","long_context","deep_thinking"]` | `["code","reasoning","long_context","deep_thinking"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["code","reasoning","long_context","deep_thinking"]` | `["code","reasoning","long_context","deep_thinking"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.3` | `0.3` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `temperature` 默认值为 `1`;本地 `doubao-seed-code` 按同接口默认值处理 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.7` | `0.7` | 保持 | 火山引擎 AI 数据湖文本生成文档 https://www.volcengine.com/docs/6492/2165102?lang=zh 明确豆包/DeepSeek 文本生成接口 `top_p` 默认值为 `0.7`;本地 `doubao-seed-code` 按同接口默认值处理 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## deepseek-v3.2
|
## deepseek-v3.2
|
||||||
@@ -190,8 +192,8 @@
|
|||||||
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `3` | `3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `3` | `3` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | DeepSeek Chat Completions 文档 https://api-docs.deepseek.com/api/create-chat-completion 明确 `temperature` 默认值为 `1`;火山引擎 `deepseek-v3.2` 按同底模理解 |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | DeepSeek Chat Completions 文档 https://api-docs.deepseek.com/api/create-chat-completion 明确 `top_p` 默认值为 `1`;火山引擎 `deepseek-v3.2` 按同底模理解 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## deepseek-r1
|
## deepseek-r1
|
||||||
@@ -209,8 +211,8 @@
|
|||||||
| `inputPrice` | `4` | `4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `4` | `4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["reasoning","math","code","science","deep_thinking"]` | `["reasoning","math","code","science","deep_thinking"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["reasoning","math","code","science","deep_thinking"]` | `["reasoning","math","code","science","deep_thinking"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | DeepSeek 推理模型文档 https://api-docs.deepseek.com/guides/reasoning_model 明确 `deepseek-reasoner` 不支持 `temperature`,即使传入也不会生效,因此按 `null` 记录 |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | DeepSeek 推理模型文档 https://api-docs.deepseek.com/guides/reasoning_model 明确 `deepseek-reasoner` 不支持 `top_p`,即使传入也不会生效,因此按 `null` 记录 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## kimi-k2-volcengine
|
## kimi-k2-volcengine
|
||||||
@@ -228,8 +230,8 @@
|
|||||||
| `inputPrice` | `4` | `4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `4` | `4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context"]` | `["chat","reasoning","code","tool_use","agent","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context"]` | `["chat","reasoning","code","tool_use","agent","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `0.6` | `0.6` | 保持 | Kimi 模型参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `kimi-k2` 系列 `temperature=0.6`;火山引擎 `kimi-k2-volcengine` 按同底模理解 |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | Kimi 模型参数参考 https://platform.kimi.com/docs/api/models-overview 明确 `kimi-k2` 系列 `top_p=1.0`;火山引擎 `kimi-k2-volcengine` 按同底模理解 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-4-7
|
## glm-4-7
|
||||||
@@ -247,8 +249,8 @@
|
|||||||
| `inputPrice` | `4` | `4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `4` | `4` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking","long_context"]` | `["chat","reasoning","code","multilingual","deep_thinking","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking","long_context"]` | `["chat","reasoning","code","multilingual","deep_thinking","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `temperature` 默认值为 `1`;火山引擎 `glm-4-7` 按官方 `glm-4.7` 同底模理解 |
|
||||||
| `defaultTopP` | `0.9` | `0.9` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱对话补全文档 https://docs.bigmodel.cn/api-reference 明确 `top_p` 默认值为 `0.95`;火山引擎 `glm-4-7` 按官方 `glm-4.7` 同底模理解 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## doubao-embedding
|
## doubao-embedding
|
||||||
@@ -267,8 +269,8 @@
|
|||||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `0.5` | `0.5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["text_embedding","semantic_search","rag","chinese_optimized"]` | `["text_embedding","semantic_search","rag","chinese_optimized"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["text_embedding","semantic_search","rag","chinese_optimized"]` | `["text_embedding","semantic_search","rag","chinese_optimized"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | `doubao-embedding` 为向量模型,火山引擎 Embedding 文档 https://www.volcengine.com/docs/6492/2165105 与 https://www.volcengine.com/docs/84313/1927061 均未定义采样参数,按不适用记为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | `doubao-embedding` 为向量模型,火山引擎 Embedding 文档 https://www.volcengine.com/docs/6492/2165105 与 https://www.volcengine.com/docs/84313/1927061 均未定义采样参数,按不适用记为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## volc-mega-tts-clone
|
## volc-mega-tts-clone
|
||||||
@@ -286,8 +288,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["voice_clone","chinese_optimized","few_shot"]` | `["voice_clone","chinese_optimized","few_shot"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["voice_clone","chinese_optimized","few_shot"]` | `["voice_clone","chinese_optimized","few_shot"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 火山引擎声音复刻文档 https://www.volcengine.com/docs/6348/2123111 将该能力归为 TTS/声音复刻服务,不存在文本采样默认值,按 `null` 记录 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 火山引擎声音复刻文档 https://www.volcengine.com/docs/6348/2123111 将该能力归为 TTS/声音复刻服务,不存在文本采样默认值,按 `null` 记录 |
|
||||||
| `extra` | `{"maxCloneSamples":3,"minCloneDuration":5}` | `{"maxCloneSamples":3,"minCloneDuration":5}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxCloneSamples":3,"minCloneDuration":5}` | `{"maxCloneSamples":3,"minCloneDuration":5}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## volc-realtime-voice
|
## volc-realtime-voice
|
||||||
@@ -305,8 +307,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["realtime","speech_to_speech","low_latency","chinese_optimized"]` | `["realtime","speech_to_speech","low_latency","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["realtime","speech_to_speech","low_latency","chinese_optimized"]` | `["realtime","speech_to_speech","low_latency","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 火山引擎实时音视频文档 https://www.volcengine.com/docs/6348/1350595 将该能力归为实时语音对话服务,不存在文本采样默认值,按 `null` 记录 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 火山引擎实时音视频文档 https://www.volcengine.com/docs/6348/1350595 将该能力归为实时语音对话服务,不存在文本采样默认值,按 `null` 记录 |
|
||||||
| `extra` | `{"supportedModes":["speech-to-speech"],"latencyMs":200}` | `{"supportedModes":["speech-to-speech"],"latencyMs":200}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"supportedModes":["speech-to-speech"],"latencyMs":200}` | `{"supportedModes":["speech-to-speech"],"latencyMs":200}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## volc-simultaneous
|
## volc-simultaneous
|
||||||
@@ -324,8 +326,8 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["simultaneous_interpretation","chinese_optimized","low_latency"]` | `["simultaneous_interpretation","chinese_optimized","low_latency"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["simultaneous_interpretation","chinese_optimized","low_latency"]` | `["simultaneous_interpretation","chinese_optimized","low_latency"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 火山引擎实时语音翻译文档 https://www.volcengine.com/docs/4640/127504 将该能力归为同传服务,不存在文本采样默认值,按 `null` 记录 |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 火山引擎实时语音翻译文档 https://www.volcengine.com/docs/4640/127504 将该能力归为同传服务,不存在文本采样默认值,按 `null` 记录 |
|
||||||
| `extra` | `{"streamingSupported":true}` | `{"streamingSupported":true}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"streamingSupported":true}` | `{"streamingSupported":true}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## volc-translation
|
## volc-translation
|
||||||
@@ -343,6 +345,6 @@
|
|||||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["translation","multilingual","chinese_optimized"]` | `["translation","multilingual","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["translation","multilingual","chinese_optimized"]` | `["translation","multilingual","chinese_optimized"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 火山翻译属于机器翻译服务,公开文档未定义文本采样默认值,按不适用记为 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 火山翻译属于机器翻译服务,公开文档未定义文本采样默认值,按不适用记为 `null` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -1,24 +1,15 @@
|
|||||||
# 未确认字段报告 - compute/providers/xai.json
|
# 未确认字段报告 - compute/providers/xai.json
|
||||||
|
|
||||||
- provider: `xai`
|
- provider: `xai`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
|
- 本轮范围: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## grok-4.20-0309-reasoning
|
## grok-4.20-0309-reasoning
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `defaultTemperature`: 已查 https://docs.x.ai/developers/rest-api-reference/inference/chat 。官方公开文档未给默认值。
|
||||||
- `maxOutputTokens`: 已查 https://docs.x.ai/developers/models 与 https://docs.x.ai/developers/models/grok-4.20-0309-reasoning ,官方页面公开了 context 与价格,但未见独立 max output tokens 规格
|
- `defaultTopP`: 已查 https://docs.x.ai/developers/rest-api-reference/inference/chat 。官方公开文档未给默认值。
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|
||||||
## grok-4-1-fast-reasoning
|
## grok-4-1-fast-reasoning
|
||||||
|
|
||||||
- `modelName`: ZenMux无稳定匹配
|
- `defaultTemperature`: 已查 https://docs.x.ai/developers/rest-api-reference/inference/chat 。官方公开文档未给默认值。
|
||||||
- `maxOutputTokens`: 已查 https://docs.x.ai/developers/model-capabilities/text/reasoning 、https://docs.x.ai/developers/provisioned-throughput 与 https://docs.x.ai/docs/models?cluster=us-east-1%2F ,页面能确认模型存在与 context,但未见独立 max output tokens 规格
|
- `defaultTopP`: 已查 https://docs.x.ai/developers/rest-api-reference/inference/chat 。官方公开文档未给默认值。
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
|
||||||
|
|||||||
@@ -1,52 +1,23 @@
|
|||||||
# 详细字段取值表 - compute/providers/xai.json
|
# 详细字段取值表 - compute/providers/xai.json
|
||||||
|
|
||||||
- provider: `xai`
|
- provider: `xai`
|
||||||
- priceCurrency: `USD`
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
||||||
- generatedAt: `2026-04-23T15:11:31.654Z`
|
- 本轮复核字段: `defaultTemperature` / `defaultTopP`
|
||||||
|
|
||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://docs.x.ai/docs/models
|
- https://docs.x.ai/developers/rest-api-reference/inference/chat
|
||||||
- https://docs.x.ai/developers/models
|
|
||||||
- https://docs.x.ai/developers/model-capabilities/text/reasoning
|
|
||||||
- https://docs.x.ai/developers/provisioned-throughput
|
|
||||||
- https://zenmux.ai/models
|
|
||||||
- https://zenmux.ai/api/v1/models
|
|
||||||
|
|
||||||
## grok-4.20-0309-reasoning
|
## grok-4.20-0309-reasoning
|
||||||
|
|
||||||
- ZenMux匹配级别: `ambiguous`
|
|
||||||
- ZenMux候选: `x-ai/grok-4-fast-non-reasoning`、`x-ai/grok-4`、`x-ai/grok-4.2-fast-non-reasoning`、`x-ai/grok-4.1-fast-non-reasoning`、`x-ai/grok-4-fast`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"grok-4.20-0309-reasoning"` | `"grok-4.20-0309-reasoning"` | 待确认 | ZenMux无稳定匹配 |
|
| `defaultTemperature` | `null` | `null` | 保持 | xAI Chat 文档公开页面未给 `temperature` 的默认值。 |
|
||||||
| `displayName` | `"Grok 4.20 Reasoning"` | `"Grok 4.20 Reasoning"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | xAI Chat 文档公开页面未给 `top_p` 的默认值。 |
|
||||||
| `serviceType` | `["chat","reasoning"]` | `["chat","reasoning"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `2000000` | `2000000` | 保持 | xAI 官方 Models and Pricing 页面 https://docs.x.ai/developers/models 标注 Grok 4.20 的 context window 为 `2,000,000` |
|
|
||||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | 已查 https://docs.x.ai/developers/models 与 https://docs.x.ai/developers/models/grok-4.20-0309-reasoning ,官方页面公开了 context 与价格,但未见独立 max output tokens 规格 |
|
|
||||||
| `inputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `6` | `6` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|
||||||
## grok-4-1-fast-reasoning
|
## grok-4-1-fast-reasoning
|
||||||
|
|
||||||
- ZenMux匹配级别: `ambiguous`
|
|
||||||
- ZenMux候选: `x-ai/grok-4.1-fast-non-reasoning`、`x-ai/grok-4.1-fast`、`x-ai/grok-4-fast-non-reasoning`、`x-ai/grok-4-fast`、`x-ai/grok-4.2-fast-non-reasoning`
|
|
||||||
|
|
||||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `modelName` | `"grok-4-1-fast-reasoning"` | `"grok-4-1-fast-reasoning"` | 待确认 | ZenMux无稳定匹配 |
|
| `defaultTemperature` | `null` | `null` | 保持 | xAI Chat 文档公开页面未给 `temperature` 的默认值。 |
|
||||||
| `displayName` | `"Grok 4.1 Fast Reasoning"` | `"Grok 4.1 Fast Reasoning"` | 保持 | 展示字段,需按产品命名策略 |
|
| `defaultTopP` | `null` | `null` | 保持 | xAI Chat 文档公开页面未给 `top_p` 的默认值。 |
|
||||||
| `serviceType` | `["chat","reasoning"]` | `["chat","reasoning"]` | 保持 | 服务路由字段,优先本项目约定 |
|
|
||||||
| `contextWindow` | `2000000` | `2000000` | 保持 | xAI 官方旧版 Models and Pricing 页面 https://docs.x.ai/docs/models?cluster=us-east-1%2F 列出 `grok-4-fast-reasoning` 的 Context 为 `2,000,000`;官方 reasoning 文档同时表明当前命名使用 `grok-4-1-fast` |
|
|
||||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | 已查 https://docs.x.ai/developers/model-capabilities/text/reasoning 、https://docs.x.ai/developers/provisioned-throughput 与 https://docs.x.ai/docs/models?cluster=us-east-1%2F ,页面能确认模型存在与 context,但未见独立 max output tokens 规格 |
|
|
||||||
| `inputPrice` | `0.2` | `0.2` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `outputPrice` | `0.5` | `0.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
|
||||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","fast","long_context"]` | `["chat","reasoning","code","vision","tool_use","fast","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## 4.0Ultra
|
## 4.0Ultra
|
||||||
@@ -17,6 +15,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -26,8 +26,8 @@
|
|||||||
| `inputPrice` | `11` | `11` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `11` | `11` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `11` | `11` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `11` | `11` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","deep_thinking","math","code"]` | `["chat","reasoning","deep_thinking","math","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","deep_thinking","math","code"]` | `["chat","reasoning","deep_thinking","math","code"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1.2` | `1.2` | 保持 | 讯飞星火 X1 HTTP 文档 https://www.xfyun.cn/doc/spark/X1http.html 参数表明确 `temperature` 默认值为 `1.2` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 讯飞星火 X1 HTTP 文档 https://www.xfyun.cn/doc/spark/X1http.html 参数表明确 `top_p` 默认值为 `0.95` |
|
||||||
| `extra` | `{"pricingNote":"讯飞按token包计费,不区分输入输出"}` | `{"pricingNote":"讯飞按token包计费,不区分输入输出"}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"pricingNote":"讯飞按token包计费,不区分输入输出"}` | `{"pricingNote":"讯飞按token包计费,不区分输入输出"}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## 4.0Ultra
|
## 4.0Ultra
|
||||||
@@ -45,6 +45,6 @@
|
|||||||
| `inputPrice` | `60` | `60` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `60` | `60` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `60` | `60` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `60` | `60` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 讯飞星火 HTTP 调用文档 https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html 参数表明确 `temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `1` | `1` | 保持 | 讯飞星火 HTTP 调用文档 https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html 参数表明确 `top_p` 默认值为 `1` |
|
||||||
| `extra` | `{"pricingNote":"讯飞按token包计费,不区分输入输出"}` | `{"pricingNote":"讯飞按token包计费,不区分输入输出"}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"pricingNote":"讯飞按token包计费,不区分输入输出"}` | `{"pricingNote":"讯飞按token包计费,不区分输入输出"}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -6,13 +6,9 @@
|
|||||||
## glm-5
|
## glm-5
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-4.7
|
## glm-4.7
|
||||||
|
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
- https://docs.bigmodel.cn/cn/guide/models/text/glm-5
|
- https://docs.bigmodel.cn/cn/guide/models/text/glm-5
|
||||||
|
- https://docs.bigmodel.cn/cn/guide/models/text/glm-5.1
|
||||||
- https://docs.bigmodel.cn/cn/guide/models/text/glm-4.7
|
- https://docs.bigmodel.cn/cn/guide/models/text/glm-4.7
|
||||||
- https://www.bigmodel.cn/pricing
|
- https://www.bigmodel.cn/pricing
|
||||||
- https://zenmux.ai/models
|
- https://zenmux.ai/models
|
||||||
@@ -28,8 +29,8 @@
|
|||||||
| `inputPrice` | `0.58` | `0.58` | 保持 | ZenMux(z-ai/glm-5) prompt=0.58 USD/MTokens |
|
| `inputPrice` | `0.58` | `0.58` | 保持 | ZenMux(z-ai/glm-5) prompt=0.58 USD/MTokens |
|
||||||
| `outputPrice` | `2.6` | `2.6` | 保持 | ZenMux(z-ai/glm-5) completion=2.6 USD/MTokens |
|
| `outputPrice` | `2.6` | `2.6` | 保持 | ZenMux(z-ai/glm-5) completion=2.6 USD/MTokens |
|
||||||
| `capabilities` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","agent","math","multilingual"]` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","agent","math","multilingual"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","agent","math","multilingual"]` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","agent","math","multilingual"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 已复核智谱官方 GLM-5 模型页,`temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核智谱官方 GLM-5 模型页,`top_p` 默认值为 `0.95` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-4.7
|
## glm-4.7
|
||||||
@@ -48,6 +49,24 @@
|
|||||||
| `inputPrice` | `0.2911` | `0.2911` | 保持 | ZenMux(z-ai/glm-4.7) prompt=0.2911 USD/MTokens |
|
| `inputPrice` | `0.2911` | `0.2911` | 保持 | ZenMux(z-ai/glm-4.7) prompt=0.2911 USD/MTokens |
|
||||||
| `outputPrice` | `1.1645` | `1.1645` | 保持 | ZenMux(z-ai/glm-4.7) completion=1.1645 USD/MTokens |
|
| `outputPrice` | `1.1645` | `1.1645` | 保持 | ZenMux(z-ai/glm-4.7) completion=1.1645 USD/MTokens |
|
||||||
| `capabilities` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","multilingual"]` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","multilingual"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","multilingual"]` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","multilingual"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 已复核智谱官方 GLM-4.7 模型页,`temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核智谱官方 GLM-4.7 模型页,`top_p` 默认值为 `0.95` |
|
||||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
|
## glm-5.1
|
||||||
|
|
||||||
|
- 本次补充 `defaultTemperature` / `defaultTopP` 复核结论
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `defaultTemperature` | `1` | `1` | 保持 | 已复核智谱官方 GLM-5.1 模型页,`temperature` 默认值为 `1.0` |
|
||||||
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核智谱官方 GLM-5.1 模型页,`top_p` 默认值为 `0.95` |
|
||||||
|
|
||||||
|
## glm-5-turbo
|
||||||
|
|
||||||
|
- 本次补充 `defaultTemperature` / `defaultTopP` 复核结论
|
||||||
|
|
||||||
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| `defaultTemperature` | `1` | `1` | 保持 | 已复核智谱官方 GLM-5-Turbo 模型页,`temperature` 默认值为 `1.0` |
|
||||||
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核智谱官方 GLM-5-Turbo 模型页,`top_p` 默认值为 `0.95` |
|
||||||
|
|||||||
@@ -8,6 +8,4 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -25,6 +25,6 @@
|
|||||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `0.5` | `0.5` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["text_embedding","semantic_search","rag","custom_dimensions"]` | `["text_embedding","semantic_search","rag","custom_dimensions"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["text_embedding","semantic_search","rag","custom_dimensions"]` | `["text_embedding","semantic_search","rag","custom_dimensions"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `null` | `null` | 保持 | 已复核智谱官方 Embedding-3 模型页;该模型输出模态为向量,不支持聊天采样参数,当前保持 `null` |
|
||||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `null` | `null` | 保持 | 同上;Embedding 模型不支持 `top_p`,当前保持 `null` |
|
||||||
| `extra` | `{"maxInputTokensPerItem":3072,"maxBatchItems":64,"vectorDimensions":"256-2048"}` | `{"maxInputTokensPerItem":3072,"maxBatchItems":64,"vectorDimensions":"256-2048"}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{"maxInputTokensPerItem":3072,"maxBatchItems":64,"vectorDimensions":"256-2048"}` | `{"maxInputTokensPerItem":3072,"maxBatchItems":64,"vectorDimensions":"256-2048"}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-4.7
|
## glm-4.7
|
||||||
@@ -17,8 +15,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-4.7-thinking
|
## glm-4.7-thinking
|
||||||
@@ -26,8 +22,6 @@
|
|||||||
- `modelName`: ZenMux无稳定匹配
|
- `modelName`: ZenMux无稳定匹配
|
||||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-4.6v
|
## glm-4.6v
|
||||||
@@ -35,8 +29,6 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|
||||||
## glm-4.6
|
## glm-4.6
|
||||||
@@ -44,6 +36,4 @@
|
|||||||
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `inputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
- `outputPrice`: 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核
|
||||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
|
||||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
|
||||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
## 来源
|
## 来源
|
||||||
|
|
||||||
|
- https://docs.bigmodel.cn/api-reference
|
||||||
- https://docs.bigmodel.cn/cn/guide/models/text/glm-5
|
- https://docs.bigmodel.cn/cn/guide/models/text/glm-5
|
||||||
- https://docs.bigmodel.cn/cn/guide/models/text/glm-4.7
|
- https://docs.bigmodel.cn/cn/guide/models/text/glm-4.7
|
||||||
- https://docs.bigmodel.cn/cn/guide/models/text/glm-4.6
|
- https://docs.bigmodel.cn/cn/guide/models/text/glm-4.6
|
||||||
@@ -32,8 +33,8 @@
|
|||||||
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `18` | `18` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `18` | `18` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","math","tool_use","agent"]` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","math","tool_use","agent"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","math","tool_use","agent"]` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","math","tool_use","agent"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 将 `temperature` schema 默认值标为 `1`,并明确 `GLM-5` 系列默认值为 `1.0` |
|
||||||
| `defaultTopP` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 将 `top_p` schema 默认值标为 `0.95`,并明确 `GLM-5` 系列默认值为 `0.95` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-4.7
|
## glm-4.7
|
||||||
@@ -52,8 +53,8 @@
|
|||||||
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `4` | `4` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `16` | `16` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `16` | `16` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 明确 `GLM-4.7` 系列 `temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 明确 `GLM-4.7` 系列 `top_p` 默认值为 `0.95` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-4.7-thinking
|
## glm-4.7-thinking
|
||||||
@@ -71,8 +72,8 @@
|
|||||||
| `inputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `inputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `outputPrice` | `32` | `32` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
| `outputPrice` | `32` | `32` | 待确认 | ZenMux无稳定价格可用,需官方价格页复核 |
|
||||||
| `capabilities` | `["reasoning","math","code","deep_thinking","long_context"]` | `["reasoning","math","code","deep_thinking","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
| `capabilities` | `["reasoning","math","code","deep_thinking","long_context"]` | `["reasoning","math","code","deep_thinking","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
|
||||||
| `defaultTemperature` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 明确 `GLM-4.7` 系列 `temperature` 默认值为 `1.0`;本地 `glm-4.7-thinking` 为同系列思考别名 |
|
||||||
| `defaultTopP` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 明确 `GLM-4.7` 系列 `top_p` 默认值为 `0.95`;本地 `glm-4.7-thinking` 为同系列思考别名 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-4.6v
|
## glm-4.6v
|
||||||
@@ -91,8 +92,8 @@
|
|||||||
| `inputPrice` | `8` | `8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `8` | `8` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `32` | `32` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `32` | `32` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","vision","video_understanding","image_understanding","long_context","tool_use"]` | `["chat","vision","video_understanding","image_understanding","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","vision","video_understanding","image_understanding","long_context","tool_use"]` | `["chat","vision","video_understanding","image_understanding","long_context","tool_use"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 将 `temperature` 默认值标为 `1`;`glm-4.6v` 通过同一 chat completions 接口调用,视觉模型同样适用该默认值 |
|
||||||
| `defaultTopP` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 将 `top_p` 默认值标为 `0.95`;`glm-4.6v` 通过同一 chat completions 接口调用,视觉模型同样适用该默认值 |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|
||||||
## glm-4.6
|
## glm-4.6
|
||||||
@@ -111,6 +112,6 @@
|
|||||||
| `inputPrice` | `5` | `5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `inputPrice` | `5` | `5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `outputPrice` | `5` | `5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
| `outputPrice` | `5` | `5` | 待确认 | 本文件币种为CNY,ZenMux价格为USD,需官方价格页复核 |
|
||||||
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking"]` | `["chat","reasoning","code","multilingual","deep_thinking"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking"]` | `["chat","reasoning","code","multilingual","deep_thinking"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTemperature` | `1` | `1` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 明确 `GLM-4.6` 系列 `temperature` 默认值为 `1.0` |
|
||||||
| `defaultTopP` | `0.95` | `0.95` | 待确认 | 官方通常不提供默认采样参数 |
|
| `defaultTopP` | `0.95` | `0.95` | 保持 | 智谱官方对话补全 API https://docs.bigmodel.cn/api-reference 明确 `GLM-4.6` 系列 `top_p` 默认值为 `0.95` |
|
||||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||||
|
|||||||
89
字段取值表/采样参数复核报告.md
Normal file
89
字段取值表/采样参数复核报告.md
Normal file
@@ -0,0 +1,89 @@
|
|||||||
|
# 采样参数复核报告
|
||||||
|
|
||||||
|
- 复核范围: `defaultTemperature` / `defaultTopP`
|
||||||
|
- 复核时间: `2026-04-24`
|
||||||
|
- 复核对象: `compute/providers/*` 与 `compute/coding-plans/*`
|
||||||
|
|
||||||
|
## 判定规则
|
||||||
|
|
||||||
|
1. 官网明确写出 `Defaults to ...`,或官方接口示例在省略参数时返回固定值:
|
||||||
|
填写该数字,视为官方默认值。
|
||||||
|
2. 官网只给参数范围、推荐起点、示例值,或者说明“默认值随模型而变”但公共页面不公开具体数字:
|
||||||
|
JSON 不保留伪官方默认值,改为 `null`;如有意义,可在字段表里记“参考值”。
|
||||||
|
3. 模型类型不使用聊天采样参数,例如 `embedding`、`rerank`、`tts`、`image_generation`、大部分 `asr` / `video_generation`:
|
||||||
|
统一记为 `null`。
|
||||||
|
4. 聚合平台、自动路由别名、或本地别名无法和官网型号 1:1 映射:
|
||||||
|
不硬填,记为 `null`,并在对应 `未确认字段报告.md` 写明查过的网址和原因。
|
||||||
|
|
||||||
|
## 已确认为官方默认值
|
||||||
|
|
||||||
|
- `OpenAI`:
|
||||||
|
文本/视觉/Responses 模型保留 `temperature=1`、`top_p=1`。
|
||||||
|
依据: `https://platform.openai.com/docs/api-reference/chat/create-chat-completion`, `https://platform.openai.com/docs/api-reference/responses/retrieve`
|
||||||
|
- `Anthropic`:
|
||||||
|
`temperature=1`。
|
||||||
|
依据: `https://docs.anthropic.com/en/api/messages`
|
||||||
|
- `Google Gemini 3`:
|
||||||
|
`temperature=1`、`topP=0.95`。
|
||||||
|
依据: `https://ai.google.dev/gemini-api/docs/gemini-3`, `https://ai.google.dev/gemini-api/docs/prompting-strategies`, `https://ai.google.dev/api/models`
|
||||||
|
- `Cohere Chat`:
|
||||||
|
`temperature=0.3`、`topP=0.75`。
|
||||||
|
依据: `https://docs.cohere.com/reference/chat`
|
||||||
|
- `Mistral`:
|
||||||
|
`top_p=1`;`temperature` 公共文档未给固定数字。
|
||||||
|
依据: `https://docs.mistral.ai/api`
|
||||||
|
- `MiniMax` / `MiniMax Coding`:
|
||||||
|
主模型家族统一确认 `temperature=1`、`top_p=0.95`;`MiniMax-Text-01` 为 `0.1 / 0.95`。
|
||||||
|
依据: `https://platform.minimaxi.com/docs/api-reference/text-chat-openai`, `https://platform.minimaxi.com/docs/api-reference/text-post`
|
||||||
|
- `DashScope / Qwen`:
|
||||||
|
多数官方模型已按接口默认值确认,例如 `qwen3.5-plus` / `qwen3.6-*` 为 `0.6 / 0.95`,`qwen-max` 为 `0.7 / 0.8`。
|
||||||
|
依据: `https://help.aliyun.com/zh/model-studio/qwen-api-via-openai-chat-completions`, `https://help.aliyun.com/zh/model-studio/qwen-api-via-dashscope`
|
||||||
|
- `DeepSeek`:
|
||||||
|
`deepseek-chat = 1 / 1`。
|
||||||
|
依据: `https://api-docs.deepseek.com/api/create-chat-completion`
|
||||||
|
- `Moonshot / Kimi`:
|
||||||
|
`kimi-k2.5 = 1 / 0.95`,`kimi-k2 = 0.6 / 1`,`kimi-k2-thinking = 1 / 1`,`moonshot-v1-* = 0 / 1`。
|
||||||
|
依据: `https://platform.kimi.com/docs/api/models-overview`, `https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart`, `https://platform.kimi.com/docs/guide/kimi-k2-quickstart`
|
||||||
|
- `Zhipu / Zhipu Coding`:
|
||||||
|
`glm-5*`、`glm-4.7*`、`glm-4.6*` 默认 `temperature=1`、`top_p=0.95`。
|
||||||
|
依据: `https://docs.bigmodel.cn/api-reference`
|
||||||
|
- `Baidu`:
|
||||||
|
`ernie-4.5-turbo-* = 0.8 / 1`。
|
||||||
|
依据: `https://cloud.baidu.com/doc/qianfan/s/6mh4stoyf`
|
||||||
|
- `Xunfei`:
|
||||||
|
`spark-x = 1.2 / 0.95`,`4.0Ultra = 1 / 1`。
|
||||||
|
依据: `https://www.xfyun.cn/doc/spark/X1http.html`, `https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html`
|
||||||
|
- `OpenRouter`:
|
||||||
|
平台级默认 `temperature=1`、`top_p=1`。
|
||||||
|
依据: `https://openrouter.ai/docs/api/reference/parameters`
|
||||||
|
- `Ollama`:
|
||||||
|
`llama3.1:70b = 0.8 / 0.9`。
|
||||||
|
依据: `https://docs.ollama.com/modelfile`
|
||||||
|
- `Kwai Coding`:
|
||||||
|
`kwai-coder = 1 / 1`。
|
||||||
|
依据: `https://www.streamlake.com/document/WANQING/me6z3u08sjus2mzplbj`
|
||||||
|
|
||||||
|
## 已改为 null 的类型
|
||||||
|
|
||||||
|
- 官网没有公开默认值:
|
||||||
|
`Perplexity`, `xAI`, `Tencent Hunyuan`, `Lingyiwanwu`, `Baichuan` 本地 `M2/M3` 系列。
|
||||||
|
- 官网明确参数不适用:
|
||||||
|
`DeepSeek Reasoner`, `BGE / Embed / Rerank`, `Kling` 视频模型, `Stability` 图像模型, `Zhipu embedding`, 多数 `TTS / ASR / image / video` 模型。
|
||||||
|
- 官网只给“随模型而变”但公共页没有具体数值:
|
||||||
|
`Mistral temperature`, `Google Gemini 2.5 temperature`。
|
||||||
|
- 本地别名无法和官网型号一一映射:
|
||||||
|
`infini-coding/deepseek-v3`, `moonshot-coding/kimi-for-coding`, `volcengine-coding/ark-code-latest`, `dashscope/qwen3-max-trans`。
|
||||||
|
|
||||||
|
## 参考值但不写入 JSON 的边界项
|
||||||
|
|
||||||
|
- `Google Gemini 2.5 temperature`:
|
||||||
|
官方 `models.get` 文档承认存在 backend 默认值,但公共文档未直接公开数字;本地旧值 `1.0` 只能视为参考,JSON 保持 `null`。
|
||||||
|
- `DashScope qwen3-max-trans`:
|
||||||
|
机器翻译文档里有 `qwen-mt` 的采样默认值,但本地别名没有官方 1:1 映射,JSON 保持 `null`。
|
||||||
|
|
||||||
|
## 结果说明
|
||||||
|
|
||||||
|
- 这轮复核后,仓库里 `defaultTemperature` / `defaultTopP` 的取值不再沿用“习惯值”或“看起来像默认值”的数字。
|
||||||
|
- 能从官网坐实的,已经改成官方默认值。
|
||||||
|
- 官网不公开默认值或字段不适用的,已经明确改成 `null`。
|
||||||
|
- 仍出现在各 provider `未确认字段报告.md` 里的条目,不是没查,而是官网当前只给参数定义、范围、或要求调用 API 元数据接口才能取到具体默认值。
|
||||||
Reference in New Issue
Block a user