mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 11:50:53 +08:00
38 KiB
38 KiB
详细字段取值表 - compute/providers/openai.json
- provider:
openai - priceCurrency:
USD - generatedAt:
2026-04-23T15:11:31.654Z
来源
- https://platform.openai.com/docs/models
- https://platform.openai.com/docs/pricing
- https://platform.openai.com/docs/guides/embeddings
- https://developers.openai.com/cookbook/examples/prompt_caching_201
- https://developers.openai.com/api/docs/guides/realtime-costs
- https://zenmux.ai/models
- https://zenmux.ai/api/v1/models
gpt-5.2
- ZenMux匹配级别:
exact - ZenMux命中:
openai/gpt-5.2 - ZenMux候选:
openai/gpt-5.2
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
modelName |
"gpt-5.2" |
"gpt-5.2" |
保持 | ZenMux匹配(exact): openai/gpt-5.2 |
displayName |
"GPT-5.2" |
"GPT-5.2" |
保持 | 展示字段,需按产品命名策略 |
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
- ZenMux匹配级别:
exact - 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 |
displayName |
"GPT-5.2 Pro" |
"GPT-5.2 Pro" |
保持 | 展示字段,需按产品命名策略 |
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
- ZenMux匹配级别:
exact - ZenMux命中:
openai/gpt-5.1 - ZenMux候选:
openai/gpt-5.1
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
modelName |
"gpt-5.1" |
"gpt-5.1" |
保持 | ZenMux匹配(exact): openai/gpt-5.1 |
displayName |
"GPT-5.1" |
"GPT-5.1" |
保持 | 展示字段,需按产品命名策略 |
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,需业务侧定义 |