mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:30:51 +08:00
chore: preserve field audit artifacts and tools (#5)
* 备份同步前的配置审计修改 * 更新字段审计产物
This commit is contained in:
21
字段取值表/coding-plans__dashscope-coding/未确认字段报告.md
Normal file
21
字段取值表/coding-plans__dashscope-coding/未确认字段报告.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 未确认字段报告 - compute/coding-plans/dashscope-coding.json
|
||||
|
||||
- provider: `dashscope`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## qwen3-coder-plus
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1000000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3-max
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=256000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
53
字段取值表/coding-plans__dashscope-coding/详细字段取值表.md
Normal file
53
字段取值表/coding-plans__dashscope-coding/详细字段取值表.md
Normal file
@@ -0,0 +1,53 @@
|
||||
# 详细字段取值表 - compute/coding-plans/dashscope-coding.json
|
||||
|
||||
- provider: `dashscope`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://help.aliyun.com/zh/model-studio/getting-started/models
|
||||
- https://help.aliyun.com/zh/model-studio/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## qwen3-coder-plus
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `qwen/qwen3-coder-plus`
|
||||
- ZenMux候选: `qwen/qwen3-coder-plus`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3-coder-plus"` | `"qwen3-coder-plus"` | 保持 | ZenMux匹配(exact): qwen/qwen3-coder-plus |
|
||||
| `displayName` | `"Qwen3 Coder Plus (Coding)"` | `"Qwen3 Coder Plus (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `131072` | `1000000` | 待确认 | ZenMux给出context_length=1000000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3-max
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `qwen/qwen3-max`
|
||||
- ZenMux候选: `qwen/qwen3-max`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3-max"` | `"qwen3-max"` | 保持 | ZenMux匹配(exact): qwen/qwen3-max |
|
||||
| `displayName` | `"Qwen3 Max (Coding)"` | `"Qwen3 Max (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `131072` | `256000` | 待确认 | ZenMux给出context_length=256000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/coding-plans__infini-coding/未确认字段报告.md
Normal file
14
字段取值表/coding-plans__infini-coding/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/coding-plans/infini-coding.json
|
||||
|
||||
- provider: `infini`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## deepseek-v3
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
31
字段取值表/coding-plans__infini-coding/详细字段取值表.md
Normal file
31
字段取值表/coding-plans__infini-coding/详细字段取值表.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 详细字段取值表 - compute/coding-plans/infini-coding.json
|
||||
|
||||
- provider: `infini`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- (待补充provider官方文档)
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## deepseek-v3
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"deepseek-v3"` | `"deepseek-v3"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"DeepSeek V3 (芯穹 Coding)"` | `"DeepSeek V3 (芯穹 Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/coding-plans__kwai-coding/未确认字段报告.md
Normal file
14
字段取值表/coding-plans__kwai-coding/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/coding-plans/kwai-coding.json
|
||||
|
||||
- provider: `kwai`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## kwai-coder
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
31
字段取值表/coding-plans__kwai-coding/详细字段取值表.md
Normal file
31
字段取值表/coding-plans__kwai-coding/详细字段取值表.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 详细字段取值表 - compute/coding-plans/kwai-coding.json
|
||||
|
||||
- provider: `kwai`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- (待补充provider官方文档)
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## kwai-coder
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kwai-coder"` | `"kwai-coder"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"KwaiKAT Coder (Coding)"` | `"KwaiKAT Coder (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code"]` | `["chat","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/coding-plans__minimax-coding/未确认字段报告.md
Normal file
14
字段取值表/coding-plans__minimax-coding/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/coding-plans/minimax-coding.json
|
||||
|
||||
- provider: `minimax`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## MiniMax-M1
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
32
字段取值表/coding-plans__minimax-coding/详细字段取值表.md
Normal file
32
字段取值表/coding-plans__minimax-coding/详细字段取值表.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 详细字段取值表 - compute/coding-plans/minimax-coding.json
|
||||
|
||||
- provider: `minimax`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://platform.minimax.io/docs/api-reference/api-overview
|
||||
- https://platform.minimax.io/docs/guides/pricing-paygo
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## MiniMax-M1
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-M1"` | `"MiniMax-M1"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"MiniMax-M1 (Coding)"` | `"MiniMax-M1 (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `131072` | `131072` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","long_context"]` | `["chat","reasoning","code","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/coding-plans__moonshot-coding/未确认字段报告.md
Normal file
14
字段取值表/coding-plans__moonshot-coding/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/coding-plans/moonshot-coding.json
|
||||
|
||||
- provider: `moonshot`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## kimi-k2
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
32
字段取值表/coding-plans__moonshot-coding/详细字段取值表.md
Normal file
32
字段取值表/coding-plans__moonshot-coding/详细字段取值表.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 详细字段取值表 - compute/coding-plans/moonshot-coding.json
|
||||
|
||||
- provider: `moonshot`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://platform.moonshot.cn/docs/guide/overview
|
||||
- https://platform.moonshot.cn/docs/pricing/chat
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## kimi-k2
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `moonshotai/kimi-k2.6`、`moonshotai/kimi-k2.5`、`moonshotai/kimi-k2-thinking`、`moonshotai/kimi-k2-0905`、`moonshotai/kimi-k2-0711`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kimi-k2"` | `"kimi-k2"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Kimi K2 (Coding)"` | `"Kimi K2 (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/coding-plans__moorethread-coding/未确认字段报告.md
Normal file
14
字段取值表/coding-plans__moorethread-coding/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/coding-plans/moorethread-coding.json
|
||||
|
||||
- provider: `moorethread`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## mt-coder
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
31
字段取值表/coding-plans__moorethread-coding/详细字段取值表.md
Normal file
31
字段取值表/coding-plans__moorethread-coding/详细字段取值表.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 详细字段取值表 - compute/coding-plans/moorethread-coding.json
|
||||
|
||||
- provider: `moorethread`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- (待补充provider官方文档)
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## mt-coder
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"mt-coder"` | `"mt-coder"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"MT Coder (Coding)"` | `"MT Coder (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code"]` | `["chat","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/coding-plans__volcengine-coding/未确认字段报告.md
Normal file
14
字段取值表/coding-plans__volcengine-coding/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/coding-plans/volcengine-coding.json
|
||||
|
||||
- provider: `volcengine`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## ark-code-latest
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
31
字段取值表/coding-plans__volcengine-coding/详细字段取值表.md
Normal file
31
字段取值表/coding-plans__volcengine-coding/详细字段取值表.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 详细字段取值表 - compute/coding-plans/volcengine-coding.json
|
||||
|
||||
- provider: `volcengine`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://www.volcengine.com/docs/82379
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## ark-code-latest
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"ark-code-latest"` | `"ark-code-latest"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Ark Code Latest (Auto)"` | `"Ark Code Latest (Auto)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["code","reasoning","chat"]` | `["code","reasoning","chat"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
21
字段取值表/coding-plans__zhipu-coding/未确认字段报告.md
Normal file
21
字段取值表/coding-plans__zhipu-coding/未确认字段报告.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 未确认字段报告 - compute/coding-plans/zhipu-coding.json
|
||||
|
||||
- provider: `zhipu`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## glm-5
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-4.7
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
53
字段取值表/coding-plans__zhipu-coding/详细字段取值表.md
Normal file
53
字段取值表/coding-plans__zhipu-coding/详细字段取值表.md
Normal file
@@ -0,0 +1,53 @@
|
||||
# 详细字段取值表 - compute/coding-plans/zhipu-coding.json
|
||||
|
||||
- provider: `zhipu`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://docs.bigmodel.cn/cn/guide/models/text/
|
||||
- https://www.bigmodel.cn/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## glm-5
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `z-ai/glm-5`
|
||||
- ZenMux候选: `z-ai/glm-5`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-5"` | `"glm-5"` | 保持 | ZenMux匹配(exact): z-ai/glm-5 |
|
||||
| `displayName` | `"GLM-5 (Coding)"` | `"GLM-5 (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `192000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `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"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-4.7
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `z-ai/glm-4.7`
|
||||
- ZenMux候选: `z-ai/glm-4.7`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-4.7"` | `"glm-4.7"` | 保持 | ZenMux匹配(exact): z-ai/glm-4.7 |
|
||||
| `displayName` | `"GLM-4.7 (Coding)"` | `"GLM-4.7 (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","multilingual"]` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
29
字段取值表/providers__anthropic/未确认字段报告.md
Normal file
29
字段取值表/providers__anthropic/未确认字段报告.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# 未确认字段报告 - compute/providers/anthropic.json
|
||||
|
||||
- provider: `anthropic`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## claude-opus-4-7
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1000000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## claude-sonnet-4-6
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1000000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## claude-haiku-4-5
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
73
字段取值表/providers__anthropic/详细字段取值表.md
Normal file
73
字段取值表/providers__anthropic/详细字段取值表.md
Normal file
@@ -0,0 +1,73 @@
|
||||
# 详细字段取值表 - compute/providers/anthropic.json
|
||||
|
||||
- provider: `anthropic`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://docs.anthropic.com/en/docs/about-claude/models/all-models
|
||||
- https://docs.anthropic.com/en/docs/about-claude/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## claude-opus-4-7
|
||||
|
||||
- ZenMux匹配级别: `normalized`
|
||||
- ZenMux命中: `anthropic/claude-opus-4.7`
|
||||
- ZenMux候选: `anthropic/claude-opus-4.7`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"claude-opus-4-7"` | `"claude-opus-4.7"` | 保持 | ZenMux匹配(normalized): anthropic/claude-opus-4.7 |
|
||||
| `displayName` | `"Claude Opus 4.7"` | `"Claude Opus 4.7"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux给出context_length=1000000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `5` | `5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `25` | `25` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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."}` | `{"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."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## claude-sonnet-4-6
|
||||
|
||||
- ZenMux匹配级别: `normalized`
|
||||
- ZenMux命中: `anthropic/claude-sonnet-4.6`
|
||||
- ZenMux候选: `anthropic/claude-sonnet-4.6`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"claude-sonnet-4-6"` | `"claude-sonnet-4.6"` | 保持 | ZenMux匹配(normalized): anthropic/claude-sonnet-4.6 |
|
||||
| `displayName` | `"Claude Sonnet 4.6"` | `"Claude Sonnet 4.6"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat","computer_use"]` | `["chat","computer_use"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux给出context_length=1000000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `64000` | `64000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `3` | `3` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `15` | `15` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","computer_use"]` | `["chat","reasoning","code","vision","tool_use","computer_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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."}` | `{"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."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## claude-haiku-4-5
|
||||
|
||||
- ZenMux匹配级别: `normalized`
|
||||
- ZenMux命中: `anthropic/claude-haiku-4.5`
|
||||
- ZenMux候选: `anthropic/claude-haiku-4.5`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"claude-haiku-4-5"` | `"claude-haiku-4.5"` | 保持 | ZenMux匹配(normalized): anthropic/claude-haiku-4.5 |
|
||||
| `displayName` | `"Claude Haiku 4.5"` | `"Claude Haiku 4.5"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `64000` | `64000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1` | `1` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `5` | `5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"modelId":"claude-haiku-4-5-20251001","cachePricing":{"write5m":1.25,"write1h":2,"read":0.1},"pricingNotes":"Prices are per 1M tokens."}` | `{"modelId":"claude-haiku-4-5-20251001","cachePricing":{"write5m":1.25,"write1h":2,"read":0.1},"pricingNotes":"Prices are per 1M tokens."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
41
字段取值表/providers__baichuan/未确认字段报告.md
Normal file
41
字段取值表/providers__baichuan/未确认字段报告.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# 未确认字段报告 - compute/providers/baichuan.json
|
||||
|
||||
- provider: `baichuan`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## Baichuan-M3-Plus
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## Baichuan-M3
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## Baichuan-M2-Plus
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## Baichuan-M2
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
88
字段取值表/providers__baichuan/详细字段取值表.md
Normal file
88
字段取值表/providers__baichuan/详细字段取值表.md
Normal file
@@ -0,0 +1,88 @@
|
||||
# 详细字段取值表 - compute/providers/baichuan.json
|
||||
|
||||
- provider: `baichuan`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://platform.baichuan-ai.com/docs
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## Baichuan-M3-Plus
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"Baichuan-M3-Plus"` | `"Baichuan-M3-Plus"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"百川 M3-Plus"` | `"百川 M3-Plus"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32000` | `32000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `5` | `5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `9` | `9` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","vision","long_context","medical"]` | `["chat","reasoning","code","multilingual","vision","long_context","medical"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.3` | `0.3` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.85` | `0.85` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## Baichuan-M3
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"Baichuan-M3"` | `"Baichuan-M3"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"百川 M3"` | `"百川 M3"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32000` | `32000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `10` | `10` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `30` | `30` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","vision","medical"]` | `["chat","reasoning","code","multilingual","vision","medical"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.3` | `0.3` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.85` | `0.85` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## Baichuan-M2-Plus
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"Baichuan-M2-Plus"` | `"Baichuan-M2-Plus"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"百川 M2-Plus"` | `"百川 M2-Plus"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32000` | `32000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `10` | `10` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `30` | `30` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context"]` | `["chat","reasoning","code","multilingual","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.3` | `0.3` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.85` | `0.85` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## Baichuan-M2
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"Baichuan-M2"` | `"Baichuan-M2"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"百川 M2"` | `"百川 M2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32000` | `32000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `20` | `20` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.3` | `0.3` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.85` | `0.85` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
50
字段取值表/providers__baidu/未确认字段报告.md
Normal file
50
字段取值表/providers__baidu/未确认字段报告.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 未确认字段报告 - compute/providers/baidu.json
|
||||
|
||||
- provider: `baidu`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## ernie-5.0-thinking-latest
|
||||
|
||||
- `modelName`: ZenMux匹配(stripped): baidu/ernie-5.0-thinking-preview
|
||||
- `contextWindow`: ZenMux给出context_length=128000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## ernie-5.0
|
||||
|
||||
- `modelName`: ZenMux匹配(similar): baidu/ernie-5.0-thinking-preview
|
||||
- `contextWindow`: ZenMux给出context_length=128000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## ernie-4.5-turbo-128k
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## ernie-4.5-turbo-20260402
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## ernie-x1.1
|
||||
|
||||
- `modelName`: ZenMux匹配(stripped): baidu/ernie-x1.1-preview
|
||||
- `contextWindow`: ZenMux给出context_length=65536,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
110
字段取值表/providers__baidu/详细字段取值表.md
Normal file
110
字段取值表/providers__baidu/详细字段取值表.md
Normal file
@@ -0,0 +1,110 @@
|
||||
# 详细字段取值表 - compute/providers/baidu.json
|
||||
|
||||
- provider: `baidu`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://cloud.baidu.com/doc/qianfan/
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## ernie-5.0-thinking-latest
|
||||
|
||||
- ZenMux匹配级别: `stripped`
|
||||
- ZenMux命中: `baidu/ernie-5.0-thinking-preview`
|
||||
- ZenMux候选: `baidu/ernie-5.0-thinking-preview`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"ernie-5.0-thinking-latest"` | `"ernie-5.0-thinking-preview"` | 待确认 | ZenMux匹配(stripped): baidu/ernie-5.0-thinking-preview |
|
||||
| `displayName` | `"文心 ERNIE 5.0"` | `"文心 ERNIE 5.0"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat","reasoning"]` | `["chat","reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux给出context_length=128000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `6` | `6` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `24` | `24` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","vision","multimodal","tool_use"]` | `["chat","reasoning","vision","multimodal","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingTiers":[{"maxInputTokens":32768,"inputPrice":6,"outputPrice":24},{"maxInputTokens":131072,"inputPrice":10,"outputPrice":40}],"thinkingMaxTokens":60000}` | `{"pricingTiers":[{"maxInputTokens":32768,"inputPrice":6,"outputPrice":24},{"maxInputTokens":131072,"inputPrice":10,"outputPrice":40}],"thinkingMaxTokens":60000}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## ernie-5.0
|
||||
|
||||
- ZenMux匹配级别: `similar`
|
||||
- ZenMux命中: `baidu/ernie-5.0-thinking-preview`
|
||||
- ZenMux候选: `baidu/ernie-5.0-thinking-preview`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"ernie-5.0"` | `"ernie-5.0-thinking-preview"` | 待确认 | ZenMux匹配(similar): baidu/ernie-5.0-thinking-preview |
|
||||
| `displayName` | `"文心 ERNIE 5.0 非思考"` | `"文心 ERNIE 5.0 非思考"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `131072` | `128000` | 待确认 | ZenMux给出context_length=128000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `6` | `6` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `24` | `24` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","multimodal","tool_use"]` | `["chat","vision","multimodal","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingTiers":[{"maxInputTokens":32768,"inputPrice":6,"outputPrice":24},{"maxInputTokens":131072,"inputPrice":10,"outputPrice":40}]}` | `{"pricingTiers":[{"maxInputTokens":32768,"inputPrice":6,"outputPrice":24},{"maxInputTokens":131072,"inputPrice":10,"outputPrice":40}]}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## ernie-4.5-turbo-128k
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"ernie-4.5-turbo-128k"` | `"ernie-4.5-turbo-128k"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"文心 ERNIE 4.5 Turbo"` | `"文心 ERNIE 4.5 Turbo"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `131072` | `131072` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `12288` | `12288` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `3.2` | `3.2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","vision","long_context","fast"]` | `["chat","code","vision","long_context","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":0.2}` | `{"cacheHitPrice":0.2}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## ernie-4.5-turbo-20260402
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"ernie-4.5-turbo-20260402"` | `"ernie-4.5-turbo-20260402"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"文心 ERNIE 4.5 Turbo 20260402"` | `"文心 ERNIE 4.5 Turbo 20260402"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `131072` | `131072` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `12288` | `12288` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `3.2` | `3.2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","vision","long_context","fast"]` | `["chat","code","vision","long_context","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":0.2}` | `{"cacheHitPrice":0.2}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## ernie-x1.1
|
||||
|
||||
- ZenMux匹配级别: `stripped`
|
||||
- ZenMux命中: `baidu/ernie-x1.1-preview`
|
||||
- ZenMux候选: `baidu/ernie-x1.1-preview`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"ernie-x1.1"` | `"ernie-x1.1-preview"` | 待确认 | ZenMux匹配(stripped): baidu/ernie-x1.1-preview |
|
||||
| `displayName` | `"文心 ERNIE X1.1"` | `"文心 ERNIE X1.1"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `65536` | `65536` | 待确认 | ZenMux给出context_length=65536,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1` | `1` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","deep_thinking","math","code"]` | `["chat","reasoning","deep_thinking","math","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"thinkingMaxTokens":65536}` | `{"thinkingMaxTokens":65536}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
41
字段取值表/providers__cohere/未确认字段报告.md
Normal file
41
字段取值表/providers__cohere/未确认字段报告.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# 未确认字段报告 - compute/providers/cohere.json
|
||||
|
||||
- provider: `cohere`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## command-a-03-2025
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## command-r7b-12-2024
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## embed-v4.0
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## rerank-v3.5
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
89
字段取值表/providers__cohere/详细字段取值表.md
Normal file
89
字段取值表/providers__cohere/详细字段取值表.md
Normal file
@@ -0,0 +1,89 @@
|
||||
# 详细字段取值表 - compute/providers/cohere.json
|
||||
|
||||
- provider: `cohere`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://docs.cohere.com/docs/models
|
||||
- https://cohere.com/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## command-a-03-2025
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"command-a-03-2025"` | `"command-a-03-2025"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Command A"` | `"Command A"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8000` | `8000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2.5` | `2.5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `10` | `10` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","rag","long_context"]` | `["chat","reasoning","code","vision","tool_use","rag","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.3` | `0.3` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.75` | `0.75` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingNotes":"Prices are per 1M tokens."}` | `{"pricingNotes":"Prices are per 1M tokens."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## command-r7b-12-2024
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"command-r7b-12-2024"` | `"command-r7b-12-2024"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Command R7B"` | `"Command R7B"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `4000` | `4000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.0375` | `0.0375` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0.15` | `0.15` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","tool_use","rag","fast"]` | `["chat","reasoning","tool_use","rag","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.3` | `0.3` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.75` | `0.75` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingNotes":"Prices are per 1M tokens."}` | `{"pricingNotes":"Prices are per 1M tokens."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## embed-v4.0
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"embed-v4.0"` | `"embed-v4.0"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Embed V4"` | `"Embed V4"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `0` | `0` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.12` | `0.12` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["text_embedding","multilingual"]` | `["text_embedding","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"dimensions":[256,512,1024,1536],"defaultDimension":1536,"pricingNotes":"Embedding models are priced by embedded tokens; price is per 1M tokens."}` | `{"dimensions":[256,512,1024,1536],"defaultDimension":1536,"pricingNotes":"Embedding models are priced by embedded tokens; price is per 1M tokens."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## rerank-v3.5
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"rerank-v3.5"` | `"rerank-v3.5"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Rerank V3.5"` | `"Rerank V3.5"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["rerank"]` | `["rerank"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `4096` | `4096` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `0` | `0` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["rerank","semantic_reranking"]` | `["rerank","semantic_reranking"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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."}` | `{"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."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
181
字段取值表/providers__dashscope/未确认字段报告.md
Normal file
181
字段取值表/providers__dashscope/未确认字段报告.md
Normal file
@@ -0,0 +1,181 @@
|
||||
# 未确认字段报告 - compute/providers/dashscope.json
|
||||
|
||||
- provider: `dashscope`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## qwen3.6-plus
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1000000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3.6-flash
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3.5-plus
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1000000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen-max
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen-plus
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen-turbo
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen-long
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3-max
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=256000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3-vl-plus
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=262144,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3-vl-flash
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## text-embedding-v3
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## text-embedding-v4
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3-rerank
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## cosyvoice-v2
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## paraformer-v2
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## wanx-v2
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## wanx-video
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## cosyvoice-clone
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen-omni-turbo
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3-max-trans
|
||||
|
||||
- `modelName`: ZenMux匹配(similar): qwen/qwen3-max
|
||||
- `contextWindow`: ZenMux给出context_length=256000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
398
字段取值表/providers__dashscope/详细字段取值表.md
Normal file
398
字段取值表/providers__dashscope/详细字段取值表.md
Normal file
@@ -0,0 +1,398 @@
|
||||
# 详细字段取值表 - compute/providers/dashscope.json
|
||||
|
||||
- provider: `dashscope`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://help.aliyun.com/zh/model-studio/getting-started/models
|
||||
- https://help.aliyun.com/zh/model-studio/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## qwen3.6-plus
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `qwen/qwen3.6-plus`
|
||||
- ZenMux候选: `qwen/qwen3.6-plus`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3.6-plus"` | `"qwen3.6-plus"` | 保持 | ZenMux匹配(exact): qwen/qwen3.6-plus |
|
||||
| `displayName` | `"阿里云 Qwen3.6-Plus"` | `"阿里云 Qwen3.6-Plus"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat","vision"]` | `["chat","vision"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux给出context_length=1000000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `12` | `12` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.6` | `0.6` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingTiers":[{"maxInputTokens":256000,"inputPrice":2,"outputPrice":12,"thinkingOutputPrice":12},{"maxInputTokens":1000000,"inputPrice":8,"outputPrice":48,"thinkingOutputPrice":48}],"thinkingMaxTokens":81920}` | `{"pricingTiers":[{"maxInputTokens":256000,"inputPrice":2,"outputPrice":12,"thinkingOutputPrice":12},{"maxInputTokens":1000000,"inputPrice":8,"outputPrice":48,"thinkingOutputPrice":48}],"thinkingMaxTokens":81920}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3.6-flash
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `qwen/qwen3.6-plus`、`qwen/qwen3.5-flash`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3.6-flash"` | `"qwen3.6-flash"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"阿里云 Qwen3.6-Flash"` | `"阿里云 Qwen3.6-Flash"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat","vision"]` | `["chat","vision"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.2` | `1.2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `7.2` | `7.2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use","vision","fast"]` | `["chat","reasoning","code","multilingual","long_context","tool_use","vision","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.6` | `0.6` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingTiers":[{"maxInputTokens":256000,"inputPrice":1.2,"outputPrice":7.2},{"maxInputTokens":1000000,"inputPrice":4.8,"outputPrice":28.8}],"thinkingMaxTokens":131072}` | `{"pricingTiers":[{"maxInputTokens":256000,"inputPrice":1.2,"outputPrice":7.2},{"maxInputTokens":1000000,"inputPrice":4.8,"outputPrice":28.8}],"thinkingMaxTokens":131072}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3.5-plus
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `qwen/qwen3.5-plus`
|
||||
- ZenMux候选: `qwen/qwen3.5-plus`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3.5-plus"` | `"qwen3.5-plus"` | 保持 | ZenMux匹配(exact): qwen/qwen3.5-plus |
|
||||
| `displayName` | `"阿里云 Qwen3.5-Plus"` | `"阿里云 Qwen3.5-Plus"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux给出context_length=1000000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `4.8` | `4.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.6` | `0.6` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与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
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen-max"` | `"qwen-max"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"阿里云 qwen-max"` | `"阿里云 qwen-max"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32768` | `32768` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2.4` | `2.4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `9.6` | `9.6` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context"]` | `["chat","reasoning","code","multilingual","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen-plus
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen-plus"` | `"qwen-plus"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"阿里云 qwen-plus"` | `"阿里云 qwen-plus"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","thinking_mode"]` | `["chat","reasoning","code","thinking_mode"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与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
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen-turbo"` | `"qwen-turbo"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"阿里云 qwen-turbo"` | `"阿里云 qwen-turbo"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.367` | `0.367` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `1.468` | `1.468` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","long_context","fast"]` | `["chat","code","long_context","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"thinkingContextWindow":131072,"thinkingOutputPrice":3.67,"thinkingMaxTokens":38912}` | `{"thinkingContextWindow":131072,"thinkingOutputPrice":3.67,"thinkingMaxTokens":38912}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen-long
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen-long"` | `"qwen-long"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"阿里云 qwen-long"` | `"阿里云 qwen-long"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `10000000` | `10000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","ultra_long_context","document_processing"]` | `["chat","ultra_long_context","document_processing"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3-max
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `qwen/qwen3-max`
|
||||
- ZenMux候选: `qwen/qwen3-max`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3-max"` | `"qwen3-max"` | 保持 | ZenMux匹配(exact): qwen/qwen3-max |
|
||||
| `displayName` | `"阿里云 Qwen3-Max"` | `"阿里云 Qwen3-Max"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `262144` | `256000` | 待确认 | ZenMux给出context_length=256000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2.5` | `2.5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `10` | `10` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | `["chat","reasoning","code","multilingual","long_context","tool_use","agent","vision"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3-vl-plus
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `qwen/qwen3-vl-plus`
|
||||
- ZenMux候选: `qwen/qwen3-vl-plus`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3-vl-plus"` | `"qwen3-vl-plus"` | 保持 | ZenMux匹配(exact): qwen/qwen3-vl-plus |
|
||||
| `displayName` | `"阿里云 Qwen3-VL-Plus"` | `"阿里云 Qwen3-VL-Plus"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `262144` | `262144` | 待确认 | ZenMux给出context_length=262144,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.5` | `1.5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `6` | `6` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","image_understanding","ocr","chart_analysis"]` | `["chat","vision","image_understanding","ocr","chart_analysis"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3-vl-flash
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `qwen/qwen3.5-flash`、`qwen/qwen3-vl-plus`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3-vl-flash"` | `"qwen3-vl-flash"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"阿里云 Qwen3-VL-Flash"` | `"阿里云 Qwen3-VL-Flash"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `262144` | `262144` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `3` | `3` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","image_understanding","fast"]` | `["chat","vision","image_understanding","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## text-embedding-v3
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"text-embedding-v3"` | `"text-embedding-v3"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"text-embedding-v3"` | `"text-embedding-v3"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `8192` | `8192` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.7` | `0.7` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["text_embedding","semantic_search","chinese_optimized"]` | `["text_embedding","semantic_search","chinese_optimized"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## text-embedding-v4
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"text-embedding-v4"` | `"text-embedding-v4"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"阿里云 text-embedding-v4"` | `"阿里云 text-embedding-v4"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `8192` | `8192` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["text_embedding","semantic_search","rag"]` | `["text_embedding","semantic_search","rag"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3-rerank
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3-rerank"` | `"qwen3-rerank"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen3-Rerank"` | `"Qwen3-Rerank"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["rerank"]` | `["rerank"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `120000` | `120000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1` | `1` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["rerank","semantic_reranking","multilingual"]` | `["rerank","semantic_reranking","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## cosyvoice-v2
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"cosyvoice-v2"` | `"cosyvoice-v2"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"CosyVoice V2"` | `"CosyVoice V2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["tts"]` | `["tts"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["tts","multilingual","chinese_optimized"]` | `["tts","multilingual","chinese_optimized"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"voices":["longxiaochun","longxiaoxia","longlaotie","longshu"],"supportedAudioFormats":["mp3","wav","pcm"]}` | `{"voices":["longxiaochun","longxiaoxia","longlaotie","longshu"],"supportedAudioFormats":["mp3","wav","pcm"]}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## paraformer-v2
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"paraformer-v2"` | `"paraformer-v2"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Paraformer V2"` | `"Paraformer V2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["asr"]` | `["asr"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["asr","chinese_optimized"]` | `["asr","chinese_optimized"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxAudioLength":3600,"supportedInputFormats":["wav","mp3","pcm","ogg"],"streamingSupported":true}` | `{"maxAudioLength":3600,"supportedInputFormats":["wav","mp3","pcm","ogg"],"streamingSupported":true}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## wanx-v2
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"wanx-v2"` | `"wanx-v2"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"通义万相 V2"` | `"通义万相 V2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["image_gen"]` | `["image_gen"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["image_generation","chinese_optimized"]` | `["image_generation","chinese_optimized"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与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
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"wanx-video"` | `"wanx-video"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"通义万相视频"` | `"通义万相视频"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["video_gen"]` | `["video_gen"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["video_generation","chinese_optimized"]` | `["video_generation","chinese_optimized"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## cosyvoice-clone
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"cosyvoice-clone"` | `"cosyvoice-clone"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"CosyVoice 声音复刻"` | `"CosyVoice 声音复刻"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["voice_clone"]` | `["voice_clone"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["voice_clone","chinese_optimized","few_shot"]` | `["voice_clone","chinese_optimized","few_shot"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxCloneSamples":5,"minCloneDuration":3}` | `{"maxCloneSamples":5,"minCloneDuration":3}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen-omni-turbo
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen-omni-turbo"` | `"qwen-omni-turbo"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen-Omni-Turbo"` | `"Qwen-Omni-Turbo"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["omni"]` | `["omni"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32768` | `32768` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `2048` | `2048` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","tts","asr","multimodal","tool_use"]` | `["chat","vision","tts","asr","multimodal","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.01` | `0.01` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3-max-trans
|
||||
|
||||
- ZenMux匹配级别: `similar`
|
||||
- ZenMux命中: `qwen/qwen3-max`
|
||||
- ZenMux候选: `qwen/qwen3-max`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3-max-trans"` | `"qwen3-max"` | 待确认 | ZenMux匹配(similar): qwen/qwen3-max |
|
||||
| `displayName` | `"Qwen3-Max(翻译)"` | `"Qwen3-Max(翻译)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["translation"]` | `["translation"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `131072` | `256000` | 待确认 | ZenMux给出context_length=256000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["translation","multilingual","chinese_optimized"]` | `["translation","multilingual","chinese_optimized"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.65` | `0.65` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
21
字段取值表/providers__deepseek/未确认字段报告.md
Normal file
21
字段取值表/providers__deepseek/未确认字段报告.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 未确认字段报告 - compute/providers/deepseek.json
|
||||
|
||||
- provider: `deepseek`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## deepseek-chat
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=128000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## deepseek-reasoner
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=128000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
52
字段取值表/providers__deepseek/详细字段取值表.md
Normal file
52
字段取值表/providers__deepseek/详细字段取值表.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# 详细字段取值表 - compute/providers/deepseek.json
|
||||
|
||||
- provider: `deepseek`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://api-docs.deepseek.com/quick_start/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## deepseek-chat
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `deepseek/deepseek-chat`
|
||||
- ZenMux候选: `deepseek/deepseek-chat`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"deepseek-chat"` | `"deepseek-chat"` | 保持 | ZenMux匹配(exact): deepseek/deepseek-chat |
|
||||
| `displayName` | `"DeepSeek V3.2"` | `"DeepSeek V3.2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux给出context_length=128000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `3` | `3` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","reasoning","multilingual"]` | `["chat","code","reasoning","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":0.2}` | `{"cacheHitPrice":0.2}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## deepseek-reasoner
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `deepseek/deepseek-reasoner`
|
||||
- ZenMux候选: `deepseek/deepseek-reasoner`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"deepseek-reasoner"` | `"deepseek-reasoner"` | 保持 | ZenMux匹配(exact): deepseek/deepseek-reasoner |
|
||||
| `displayName` | `"DeepSeek R1"` | `"DeepSeek R1"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux给出context_length=128000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16` | `16` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","deep_thinking","code","math"]` | `["chat","reasoning","deep_thinking","code","math"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":0.2}` | `{"cacheHitPrice":0.2}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
54
字段取值表/providers__google/未确认字段报告.md
Normal file
54
字段取值表/providers__google/未确认字段报告.md
Normal file
@@ -0,0 +1,54 @@
|
||||
# 未确认字段报告 - compute/providers/google.json
|
||||
|
||||
- provider: `google`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## gemini-3.1-pro-preview
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1048576,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gemini-3-flash-preview
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1048576,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gemini-3.1-flash-lite-preview
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1048576,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gemini-2.5-pro
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1048576,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gemini-2.5-flash
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1048576,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## text-embedding-005
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
132
字段取值表/providers__google/详细字段取值表.md
Normal file
132
字段取值表/providers__google/详细字段取值表.md
Normal file
@@ -0,0 +1,132 @@
|
||||
# 详细字段取值表 - compute/providers/google.json
|
||||
|
||||
- provider: `google`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://ai.google.dev/gemini-api/docs/models
|
||||
- https://ai.google.dev/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## gemini-3.1-pro-preview
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `google/gemini-3.1-pro-preview`
|
||||
- ZenMux候选: `google/gemini-3.1-pro-preview`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"gemini-3.1-pro-preview"` | `"gemini-3.1-pro-preview"` | 保持 | ZenMux匹配(exact): google/gemini-3.1-pro-preview |
|
||||
| `displayName` | `"Gemini 3.1 Pro Preview"` | `"Gemini 3.1 Pro Preview"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1048576` | `1048576` | 待确认 | ZenMux给出context_length=1048576,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `12` | `12` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingNotes":"Standard paid tier text/image/video price for prompts <= 200K tokens; prompts > 200K are $4 input and $18 output per 1M tokens.","cachePricing":{"inputCacheRead":0.2,"inputCacheReadOver200k":0.4,"storagePerMillionTokensPerHour":4.5}}` | `{"pricingNotes":"Standard paid tier text/image/video price for prompts <= 200K tokens; prompts > 200K are $4 input and $18 output per 1M tokens.","cachePricing":{"inputCacheRead":0.2,"inputCacheReadOver200k":0.4,"storagePerMillionTokensPerHour":4.5}}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## gemini-3-flash-preview
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `google/gemini-3-flash-preview`
|
||||
- ZenMux候选: `google/gemini-3-flash-preview`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"gemini-3-flash-preview"` | `"gemini-3-flash-preview"` | 保持 | ZenMux匹配(exact): google/gemini-3-flash-preview |
|
||||
| `displayName` | `"Gemini 3 Flash Preview"` | `"Gemini 3 Flash Preview"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1048576` | `1048576` | 待确认 | ZenMux给出context_length=1048576,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `3` | `3` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","ultra_long_context","tool_use","fast"]` | `["chat","reasoning","code","vision","ultra_long_context","tool_use","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingNotes":"Standard paid tier text/image/video price; audio input is $1.00 per 1M tokens.","cachePricing":{"inputCacheRead":0.05,"audioInputCacheRead":0.1,"storagePerMillionTokensPerHour":1}}` | `{"pricingNotes":"Standard paid tier text/image/video price; audio input is $1.00 per 1M tokens.","cachePricing":{"inputCacheRead":0.05,"audioInputCacheRead":0.1,"storagePerMillionTokensPerHour":1}}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## gemini-3.1-flash-lite-preview
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `google/gemini-3.1-flash-lite-preview`
|
||||
- ZenMux候选: `google/gemini-3.1-flash-lite-preview`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"gemini-3.1-flash-lite-preview"` | `"gemini-3.1-flash-lite-preview"` | 保持 | ZenMux匹配(exact): google/gemini-3.1-flash-lite-preview |
|
||||
| `displayName` | `"Gemini 3.1 Flash-Lite Preview"` | `"Gemini 3.1 Flash-Lite Preview"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1048576` | `1048576` | 待确认 | ZenMux给出context_length=1048576,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.25` | `0.25` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `1.5` | `1.5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","ultra_long_context","tool_use","fast"]` | `["chat","reasoning","code","vision","ultra_long_context","tool_use","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingNotes":"Standard paid tier text/image/video price; audio input is $0.50 per 1M tokens.","cachePricing":{"inputCacheRead":0.025,"audioInputCacheRead":0.05,"storagePerMillionTokensPerHour":1}}` | `{"pricingNotes":"Standard paid tier text/image/video price; audio input is $0.50 per 1M tokens.","cachePricing":{"inputCacheRead":0.025,"audioInputCacheRead":0.05,"storagePerMillionTokensPerHour":1}}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## 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 |
|
||||
| `displayName` | `"Gemini 2.5 Pro"` | `"Gemini 2.5 Pro"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1048576` | `1048576` | 待确认 | ZenMux给出context_length=1048576,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.25` | `1.25` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `10` | `10` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## 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 |
|
||||
| `displayName` | `"Gemini 2.5 Flash"` | `"Gemini 2.5 Flash"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1048576` | `1048576` | 待确认 | ZenMux给出context_length=1048576,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.3` | `0.3` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `2.5` | `2.5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","ultra_long_context","tool_use","fast"]` | `["chat","reasoning","code","vision","ultra_long_context","tool_use","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## text-embedding-005
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"text-embedding-005"` | `"text-embedding-005"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Text Embedding 005"` | `"Text Embedding 005"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `2048` | `2048` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.1` | `0.1` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["text_embedding","semantic_search"]` | `["text_embedding","semantic_search"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
131
字段取值表/providers__internal-testing/未确认字段报告.md
Normal file
131
字段取值表/providers__internal-testing/未确认字段报告.md
Normal file
@@ -0,0 +1,131 @@
|
||||
# 未确认字段报告 - compute/providers/internal-testing.json
|
||||
|
||||
- provider: `internal-testing`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## MiniMax-M2.7-highspeed
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-5.1
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-5
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-5-turbo
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-4.7
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## kimi-k2.6-code-preview
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## kimi-k2.5
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## MiniMax-M2.5
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3.6-plus
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3.5-plus
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3.5-35b-a3b
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3.5-27b
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen3-max-2026-01-23
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## doubao-seed-2-0-code-preview-260215
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
278
字段取值表/providers__internal-testing/详细字段取值表.md
Normal file
278
字段取值表/providers__internal-testing/详细字段取值表.md
Normal file
@@ -0,0 +1,278 @@
|
||||
# 详细字段取值表 - compute/providers/internal-testing.json
|
||||
|
||||
- provider: `internal-testing`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- (待补充provider官方文档)
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## MiniMax-M2.7-highspeed
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-M2.7-highspeed"` | `"MiniMax-M2.7-highspeed"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"MiniMax-M2.7 高速版"` | `"MiniMax-M2.7 高速版"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `204800` | `204800` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-5.1
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-5.1"` | `"glm-5.1"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"GLM-5.1"` | `"GLM-5.1"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","deep_thinking","tool_use","agent"]` | `["chat","reasoning","code","deep_thinking","tool_use","agent"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-5
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-5"` | `"glm-5"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"GLM-5"` | `"GLM-5"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-5-turbo
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-5-turbo"` | `"glm-5-turbo"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"GLM-5-Turbo"` | `"GLM-5-Turbo"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-4.7
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-4.7"` | `"glm-4.7"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"GLM-4.7"` | `"GLM-4.7"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## kimi-k2.6-code-preview
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kimi-k2.6-code-preview"` | `"kimi-k2.6-code-preview"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Kimi K2.6 Code Preview"` | `"Kimi K2.6 Code Preview"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## kimi-k2.5
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kimi-k2.5"` | `"kimi-k2.5"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Kimi-2.5"` | `"Kimi-2.5"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## MiniMax-M2.5
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-M2.5"` | `"MiniMax-M2.5"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"MiniMax-M2.5"` | `"MiniMax-M2.5"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `204800` | `204800` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","long_context"]` | `["chat","reasoning","code","tool_use","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3.6-plus
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3.6-plus"` | `"qwen3.6-plus"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen3.6 Plus"` | `"Qwen3.6 Plus"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","agent","deep_thinking"]` | `["chat","reasoning","code","vision","tool_use","agent","deep_thinking"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3.5-plus
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3.5-plus"` | `"qwen3.5-plus"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen3.5 Plus"` | `"Qwen3.5 Plus"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3.5-35b-a3b
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3.5-35b-a3b"` | `"qwen3.5-35b-a3b"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen3.5 35B-A3B"` | `"Qwen3.5 35B-A3B"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `262144` | `262144` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3.5-27b
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3.5-27b"` | `"qwen3.5-27b"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen3.5 27B"` | `"Qwen3.5 27B"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `262144` | `262144` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen3-max-2026-01-23
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen3-max-2026-01-23"` | `"qwen3-max-2026-01-23"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen3 Max"` | `"Qwen3 Max"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `262144` | `262144` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | `["chat","reasoning","code","tool_use","agent","vision","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## doubao-seed-2-0-code-preview-260215
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-seed-2-0-code-preview-260215"` | `"doubao-seed-2-0-code-preview-260215"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"豆包 Seed 2.0 Code Preview"` | `"豆包 Seed 2.0 Code Preview"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
41
字段取值表/providers__kling/未确认字段报告.md
Normal file
41
字段取值表/providers__kling/未确认字段报告.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# 未确认字段报告 - compute/providers/kling.json
|
||||
|
||||
- provider: `kling`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## kling-v2-5-turbo
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## kling-v2-5-turbo-pro
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## kling-v2
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## kling-v2-master
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
88
字段取值表/providers__kling/详细字段取值表.md
Normal file
88
字段取值表/providers__kling/详细字段取值表.md
Normal file
@@ -0,0 +1,88 @@
|
||||
# 详细字段取值表 - compute/providers/kling.json
|
||||
|
||||
- provider: `kling`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- (待补充provider官方文档)
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## kling-v2-5-turbo
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kling-v2-5-turbo"` | `"kling-v2-5-turbo"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"可灵 V2.5 Turbo"` | `"可灵 V2.5 Turbo"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["video_gen"]` | `["video_gen"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["video_generation","chinese_optimized","high_quality","fast"]` | `["video_generation","chinese_optimized","high_quality","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"],"pricePerGeneration":1.5}` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"],"pricePerGeneration":1.5}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## kling-v2-5-turbo-pro
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kling-v2-5-turbo-pro"` | `"kling-v2-5-turbo-pro"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"可灵 V2.5 Turbo Pro"` | `"可灵 V2.5 Turbo Pro"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["video_gen"]` | `["video_gen"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["video_generation","chinese_optimized","ultra_quality"]` | `["video_generation","chinese_optimized","ultra_quality"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"],"pricePerGeneration":2.5}` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"],"pricePerGeneration":2.5}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## kling-v2
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kling-v2"` | `"kling-v2"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"可灵 V2"` | `"可灵 V2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["video_gen"]` | `["video_gen"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["video_generation","chinese_optimized","high_quality"]` | `["video_generation","chinese_optimized","high_quality"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | `{"maxVideoDuration":10,"supportedResolutions":["720p","1080p"]}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## kling-v2-master
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kling-v2-master"` | `"kling-v2-master"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"可灵 V2 Master"` | `"可灵 V2 Master"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["video_gen"]` | `["video_gen"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["video_generation","chinese_optimized","ultra_quality"]` | `["video_generation","chinese_optimized","ultra_quality"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"]}` | `{"maxVideoDuration":10,"supportedResolutions":["1080p","4k"]}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
23
字段取值表/providers__lingyiwanwu/未确认字段报告.md
Normal file
23
字段取值表/providers__lingyiwanwu/未确认字段报告.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 未确认字段报告 - compute/providers/lingyiwanwu.json
|
||||
|
||||
- provider: `lingyiwanwu`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## yi-lightning
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## yi-vision-v2
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
50
字段取值表/providers__lingyiwanwu/详细字段取值表.md
Normal file
50
字段取值表/providers__lingyiwanwu/详细字段取值表.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 详细字段取值表 - compute/providers/lingyiwanwu.json
|
||||
|
||||
- provider: `lingyiwanwu`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- (待补充provider官方文档)
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## yi-lightning
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"yi-lightning"` | `"yi-lightning"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Yi Lightning"` | `"Yi Lightning"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `16000` | `16000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.99` | `0.99` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0.99` | `0.99` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","fast","smart_routing"]` | `["chat","reasoning","code","fast","smart_routing"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.3` | `0.3` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.9` | `0.9` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## yi-vision-v2
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"yi-vision-v2"` | `"yi-vision-v2"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Yi Vision V2"` | `"Yi Vision V2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `16000` | `16000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `6` | `6` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `6` | `6` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","image_understanding","ocr","chart_analysis","smart_routing"]` | `["chat","vision","image_understanding","ocr","chart_analysis","smart_routing"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.3` | `0.3` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.9` | `0.9` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/providers__local-whisper/未确认字段报告.md
Normal file
14
字段取值表/providers__local-whisper/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/providers/local-whisper.json
|
||||
|
||||
- provider: `local-whisper`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## whisper-large-v3
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
31
字段取值表/providers__local-whisper/详细字段取值表.md
Normal file
31
字段取值表/providers__local-whisper/详细字段取值表.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 详细字段取值表 - compute/providers/local-whisper.json
|
||||
|
||||
- provider: `local-whisper`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- (待补充provider官方文档)
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## whisper-large-v3
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"whisper-large-v3"` | `"whisper-large-v3"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Whisper Large V3"` | `"Whisper Large V3"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["asr"]` | `["asr"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["asr","multilingual"]` | `["asr","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxAudioLength":7200,"supportedInputFormats":["wav","mp3","flac","ogg","webm"],"streamingSupported":true}` | `{"maxAudioLength":7200,"supportedInputFormats":["wav","mp3","flac","ogg","webm"],"streamingSupported":true}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
64
字段取值表/providers__minimax/未确认字段报告.md
Normal file
64
字段取值表/providers__minimax/未确认字段报告.md
Normal file
@@ -0,0 +1,64 @@
|
||||
# 未确认字段报告 - compute/providers/minimax.json
|
||||
|
||||
- provider: `minimax`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## MiniMax-M2.7
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=204800,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## MiniMax-M2.7-highspeed
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=204800,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## MiniMax-M2.5
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=204800,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## MiniMax-M2.5-highspeed
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## MiniMax-M2.1
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=204800,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## MiniMax-M2.1-highspeed
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## MiniMax-Text-01
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
150
字段取值表/providers__minimax/详细字段取值表.md
Normal file
150
字段取值表/providers__minimax/详细字段取值表.md
Normal file
@@ -0,0 +1,150 @@
|
||||
# 详细字段取值表 - compute/providers/minimax.json
|
||||
|
||||
- provider: `minimax`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://platform.minimax.io/docs/api-reference/api-overview
|
||||
- https://platform.minimax.io/docs/guides/pricing-paygo
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## MiniMax-M2.7
|
||||
|
||||
- ZenMux匹配级别: `normalized`
|
||||
- ZenMux命中: `minimax/minimax-m2.7`
|
||||
- ZenMux候选: `minimax/minimax-m2.7`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-M2.7"` | `"minimax-m2.7"` | 保持 | ZenMux匹配(normalized): minimax/minimax-m2.7 |
|
||||
| `displayName` | `"MiniMax M2.7"` | `"MiniMax M2.7"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat","reasoning"]` | `["chat","reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `204800` | `204800` | 待确认 | ZenMux给出context_length=204800,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `131072` | `131072` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2.1` | `2.1` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8.4` | `8.4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":60}` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":60}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## MiniMax-M2.7-highspeed
|
||||
|
||||
- ZenMux匹配级别: `normalized`
|
||||
- ZenMux命中: `minimax/minimax-m2.7-highspeed`
|
||||
- ZenMux候选: `minimax/minimax-m2.7-highspeed`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-M2.7-highspeed"` | `"minimax-m2.7-highspeed"` | 保持 | ZenMux匹配(normalized): minimax/minimax-m2.7-highspeed |
|
||||
| `displayName` | `"MiniMax M2.7 高速版"` | `"MiniMax M2.7 高速版"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `204800` | `204800` | 待确认 | ZenMux给出context_length=204800,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `131072` | `131072` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4.2` | `4.2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16.8` | `16.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","fast"]` | `["chat","reasoning","code","tool_use","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":100}` | `{"cacheReadPrice":0.42,"cacheWritePrice":2.625,"outputSpeedTps":100}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## MiniMax-M2.5
|
||||
|
||||
- ZenMux匹配级别: `normalized`
|
||||
- ZenMux命中: `minimax/minimax-m2.5`
|
||||
- ZenMux候选: `minimax/minimax-m2.5`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-M2.5"` | `"minimax-m2.5"` | 保持 | ZenMux匹配(normalized): minimax/minimax-m2.5 |
|
||||
| `displayName` | `"MiniMax M2.5"` | `"MiniMax M2.5"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat","reasoning"]` | `["chat","reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `204800` | `204800` | 待确认 | ZenMux给出context_length=204800,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `131072` | `131072` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2.1` | `2.1` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8.4` | `8.4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","long_context"]` | `["chat","reasoning","code","tool_use","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## MiniMax-M2.5-highspeed
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `minimax/minimax-m2.5`、`minimax/minimax-m2.7-highspeed`、`minimax/minimax-m2.5-lightning`、`minimax/minimax-m2`、`minimax/minimax-m2.7`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-M2.5-highspeed"` | `"MiniMax-M2.5-highspeed"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"MiniMax M2.5 高速版"` | `"MiniMax M2.5 高速版"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `204800` | `204800` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `131072` | `131072` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4.2` | `4.2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16.8` | `16.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","fast"]` | `["chat","reasoning","code","tool_use","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## MiniMax-M2.1
|
||||
|
||||
- ZenMux匹配级别: `normalized`
|
||||
- ZenMux命中: `minimax/minimax-m2.1`
|
||||
- ZenMux候选: `minimax/minimax-m2.1`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-M2.1"` | `"minimax-m2.1"` | 保持 | ZenMux匹配(normalized): minimax/minimax-m2.1 |
|
||||
| `displayName` | `"MiniMax M2.1"` | `"MiniMax M2.1"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `204800` | `204800` | 待确认 | ZenMux给出context_length=204800,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `131072` | `131072` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2.1` | `2.1` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8.4` | `8.4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","tool_use","reasoning"]` | `["chat","code","tool_use","reasoning"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":60}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## MiniMax-M2.1-highspeed
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `minimax/minimax-m2.1`、`minimax/minimax-m2.7-highspeed`、`minimax/minimax-m2`、`minimax/minimax-m2.7`、`minimax/minimax-m2.5`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-M2.1-highspeed"` | `"MiniMax-M2.1-highspeed"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"MiniMax M2.1 高速版"` | `"MiniMax M2.1 高速版"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `204800` | `204800` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `131072` | `131072` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4.2` | `4.2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16.8` | `16.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","fast"]` | `["chat","reasoning","code","tool_use","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | `{"cacheReadPrice":0.21,"cacheWritePrice":2.625,"outputSpeedTps":100}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## MiniMax-Text-01
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"MiniMax-Text-01"` | `"MiniMax-Text-01"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"MiniMax Text 01"` | `"MiniMax Text 01"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `131072` | `131072` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.4` | `1.4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `7.7` | `7.7` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","long_context"]` | `["chat","reasoning","code","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.1` | `0.1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
32
字段取值表/providers__mistral/未确认字段报告.md
Normal file
32
字段取值表/providers__mistral/未确认字段报告.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 未确认字段报告 - compute/providers/mistral.json
|
||||
|
||||
- provider: `mistral`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## mistral-large-latest
|
||||
|
||||
- `modelName`: ZenMux匹配(similar): mistralai/mistral-large-2512
|
||||
- `contextWindow`: ZenMux给出context_length=256000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## mistral-small-latest
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## codestral-latest
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
71
字段取值表/providers__mistral/详细字段取值表.md
Normal file
71
字段取值表/providers__mistral/详细字段取值表.md
Normal file
@@ -0,0 +1,71 @@
|
||||
# 详细字段取值表 - compute/providers/mistral.json
|
||||
|
||||
- provider: `mistral`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://docs.mistral.ai/getting-started/models
|
||||
- https://mistral.ai/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## 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 |
|
||||
| `displayName` | `"Mistral Large 3"` | `"Mistral Large 3"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux给出context_length=256000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `262144` | `262144` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `1.5` | `1.5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","long_context"]` | `["chat","reasoning","code","vision","tool_use","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## mistral-small-latest
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"mistral-small-latest"` | `"mistral-small-latest"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Mistral Small 3.2"` | `"Mistral Small 3.2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.1` | `0.1` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0.3` | `0.3` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","vision","reasoning","fast","tool_use"]` | `["chat","code","vision","reasoning","fast","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## codestral-latest
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"codestral-latest"` | `"codestral-latest"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Codestral"` | `"Codestral"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.3` | `0.3` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0.9` | `0.9` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["code","fill_in_the_middle"]` | `["code","fill_in_the_middle"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
65
字段取值表/providers__moonshot/未确认字段报告.md
Normal file
65
字段取值表/providers__moonshot/未确认字段报告.md
Normal file
@@ -0,0 +1,65 @@
|
||||
# 未确认字段报告 - compute/providers/moonshot.json
|
||||
|
||||
- provider: `moonshot`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## kimi-k2.6
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=262144,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## kimi-k2.5
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=262144,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## kimi-k2
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## kimi-k2-thinking
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=262144,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## moonshot-v1-8k
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## moonshot-v1-32k
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## moonshot-v1-128k
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
149
字段取值表/providers__moonshot/详细字段取值表.md
Normal file
149
字段取值表/providers__moonshot/详细字段取值表.md
Normal file
@@ -0,0 +1,149 @@
|
||||
# 详细字段取值表 - compute/providers/moonshot.json
|
||||
|
||||
- provider: `moonshot`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://platform.moonshot.cn/docs/guide/overview
|
||||
- https://platform.moonshot.cn/docs/pricing/chat
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## kimi-k2.6
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `moonshotai/kimi-k2.6`
|
||||
- ZenMux候选: `moonshotai/kimi-k2.6`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kimi-k2.6"` | `"kimi-k2.6"` | 保持 | ZenMux匹配(exact): moonshotai/kimi-k2.6 |
|
||||
| `displayName` | `"Kimi K2.6"` | `"Kimi K2.6"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `262144` | 待确认 | ZenMux给出context_length=262144,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `6.5` | `6.5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `27` | `27` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context","vision","video_understanding","image_understanding"]` | `["chat","reasoning","code","tool_use","agent","long_context","vision","video_understanding","image_understanding"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"thinking":{"default":"enabled","disabledTemperature":0.6},"cacheHitPrice":1.1,"supportedImageFormats":["png","jpeg","webp","gif"],"supportedVideoFormats":["mp4","mpeg","mov","avi","x-flv","mpg","webm","wmv","3gpp"]}` | `{"thinking":{"default":"enabled","disabledTemperature":0.6},"cacheHitPrice":1.1,"supportedImageFormats":["png","jpeg","webp","gif"],"supportedVideoFormats":["mp4","mpeg","mov","avi","x-flv","mpg","webm","wmv","3gpp"]}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## kimi-k2.5
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `moonshotai/kimi-k2.5`
|
||||
- ZenMux候选: `moonshotai/kimi-k2.5`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kimi-k2.5"` | `"kimi-k2.5"` | 保持 | ZenMux匹配(exact): moonshotai/kimi-k2.5 |
|
||||
| `displayName` | `"Kimi K2.5"` | `"Kimi K2.5"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `262144` | 待确认 | ZenMux给出context_length=262144,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `21` | `21` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与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
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `moonshotai/kimi-k2.6`、`moonshotai/kimi-k2.5`、`moonshotai/kimi-k2-thinking`、`moonshotai/kimi-k2-0905`、`moonshotai/kimi-k2-0711`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kimi-k2"` | `"kimi-k2"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Kimi K2"` | `"Kimi K2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16` | `16` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context"]` | `["chat","reasoning","code","tool_use","agent","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.6` | `0.6` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":1}` | `{"cacheHitPrice":1}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## kimi-k2-thinking
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `moonshotai/kimi-k2-thinking`
|
||||
- ZenMux候选: `moonshotai/kimi-k2-thinking`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kimi-k2-thinking"` | `"kimi-k2-thinking"` | 保持 | ZenMux匹配(exact): moonshotai/kimi-k2-thinking |
|
||||
| `displayName` | `"Kimi K2 思考版"` | `"Kimi K2 思考版"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `262144` | 待确认 | ZenMux给出context_length=262144,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16` | `16` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["reasoning","math","code","deep_thinking","long_context"]` | `["reasoning","math","code","deep_thinking","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":1}` | `{"cacheHitPrice":1}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## moonshot-v1-8k
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"moonshot-v1-8k"` | `"moonshot-v1-8k"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Moonshot V1 8K"` | `"Moonshot V1 8K"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `8192` | `8192` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code"]` | `["chat","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0` | `0` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## moonshot-v1-32k
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"moonshot-v1-32k"` | `"moonshot-v1-32k"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Moonshot V1 32K"` | `"Moonshot V1 32K"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32768` | `32768` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `5` | `5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `5` | `5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","long_context"]` | `["chat","code","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0` | `0` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## moonshot-v1-128k
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"moonshot-v1-128k"` | `"moonshot-v1-128k"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Moonshot V1 128K"` | `"Moonshot V1 128K"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `131072` | `131072` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `10` | `10` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `10` | `10` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","long_context"]` | `["chat","code","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0` | `0` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/providers__ollama/未确认字段报告.md
Normal file
14
字段取值表/providers__ollama/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/providers/ollama.json
|
||||
|
||||
- provider: `ollama`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## llama3.1:70b
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
31
字段取值表/providers__ollama/详细字段取值表.md
Normal file
31
字段取值表/providers__ollama/详细字段取值表.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 详细字段取值表 - compute/providers/ollama.json
|
||||
|
||||
- provider: `ollama`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- (待补充provider官方文档)
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## llama3.1:70b
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"llama3.1:70b"` | `"llama3.1:70b"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Llama 3.1 70B"` | `"Llama 3.1 70B"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `131072` | `131072` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","reasoning"]` | `["chat","code","reasoning"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.8` | `0.8` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.9` | `0.9` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
208
字段取值表/providers__openai/未确认字段报告.md
Normal file
208
字段取值表/providers__openai/未确认字段报告.md
Normal file
@@ -0,0 +1,208 @@
|
||||
# 未确认字段报告 - compute/providers/openai.json
|
||||
|
||||
- provider: `openai`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## gpt-5.2
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=400000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-5.2-pro
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=400000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-5.1
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=400000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-5
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=400000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-5-pro
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=400000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-5-mini
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=400000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-5-nano
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=400000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-4.1
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1047576,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-4.1-mini
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1047576,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-4.1-nano
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=1047576,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-4o
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=128000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-4o-mini
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=128000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## text-embedding-3-small
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## text-embedding-3-large
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## tts-1
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## tts-1-hd
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## whisper-1
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## o3
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## o3-pro
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## o3-mini
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## o4-mini
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## dall-e-3
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-4o-realtime
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## gpt-4o-realtime-preview
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
482
字段取值表/providers__openai/详细字段取值表.md
Normal file
482
字段取值表/providers__openai/详细字段取值表.md
Normal file
@@ -0,0 +1,482 @@
|
||||
# 详细字段取值表 - compute/providers/openai.json
|
||||
|
||||
- provider: `openai`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://platform.openai.com/docs/models
|
||||
- https://platform.openai.com/docs/pricing
|
||||
- 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` | 待确认 | ZenMux给出context_length=400000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.75` | `1.75` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `14` | `14` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=400000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `21` | `21` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `168` | `168` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=400000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.25` | `1.25` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `10` | `10` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=400000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.25` | `1.25` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `10` | `10` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=400000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `272000` | `272000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `15` | `15` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `120` | `120` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","long_context","tool_use"]` | `["chat","reasoning","code","vision","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=400000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.25` | `0.25` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `2` | `2` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","fast","tool_use","code","vision"]` | `["chat","fast","tool_use","code","vision"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=400000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.05` | `0.05` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0.4` | `0.4` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","fast"]` | `["chat","code","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=1047576,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | `["chat","reasoning","code","vision","ultra_long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=1047576,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.4` | `0.4` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `1.6` | `1.6` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","vision","ultra_long_context","tool_use"]` | `["chat","code","vision","ultra_long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=1047576,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.1` | `0.1` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0.4` | `0.4` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","ultra_long_context","fast"]` | `["chat","code","ultra_long_context","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=128000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2.5` | `2.5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `10` | `10` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","image_understanding","tool_use"]` | `["chat","vision","image_understanding","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=128000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.15` | `0.15` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0.6` | `0.6` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","vision","tool_use"]` | `["chat","code","vision","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## text-embedding-3-small
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"text-embedding-3-small"` | `"text-embedding-3-small"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"text-embedding-3-small"` | `"text-embedding-3-small"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `8192` | `8192` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.02` | `0.02` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["text_embedding","semantic_search"]` | `["text_embedding","semantic_search"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## text-embedding-3-large
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"text-embedding-3-large"` | `"text-embedding-3-large"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"text-embedding-3-large"` | `"text-embedding-3-large"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `8192` | `8192` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.13` | `0.13` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["text_embedding","semantic_search"]` | `["text_embedding","semantic_search"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## tts-1
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"tts-1"` | `"tts-1"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"TTS-1"` | `"TTS-1"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["tts"]` | `["tts"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `15` | `15` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["tts"]` | `["tts"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `30` | `30` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["tts"]` | `["tts"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"whisper-1"` | `"whisper-1"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Whisper"` | `"Whisper"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["asr"]` | `["asr"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.006` | `0.006` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["asr","multilingual"]` | `["asr","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"o3"` | `"o3"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["responses"]` | `["responses"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `100000` | `100000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["reasoning","deep_thinking","code","math","science","tool_use"]` | `["reasoning","deep_thinking","code","math","science","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## o3-pro
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"o3-pro"` | `"o3-pro"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"o3-pro"` | `"o3-pro"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["responses"]` | `["responses"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `100000` | `100000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `20` | `20` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `80` | `80` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["reasoning","deep_thinking","code","math","science"]` | `["reasoning","deep_thinking","code","math","science"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## o3-mini
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"o3-mini"` | `"o3-mini"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"o3-mini"` | `"o3-mini"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["responses"]` | `["responses"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `100000` | `100000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.1` | `1.1` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `4.4` | `4.4` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["reasoning","math","code","fast"]` | `["reasoning","math","code","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `100000` | `100000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.1` | `1.1` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `4.4` | `4.4` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["reasoning","math","code","tool_use","vision"]` | `["reasoning","math","code","tool_use","vision"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["image_generation","text_rendering"]` | `["image_generation","text_rendering"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"gpt-4o-realtime"` | `"gpt-4o-realtime"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"GPT-4o Realtime"` | `"GPT-4o Realtime"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["omni"]` | `["omni"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32000` | `32000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4` | `4` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16` | `16` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","tts","asr","realtime"]` | `["chat","vision","tts","asr","realtime"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"GPT-4o Realtime Preview"` | `"GPT-4o Realtime Preview"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["realtime_voice"]` | `["realtime_voice"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32000` | `32000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `5` | `5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `20` | `20` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["realtime","speech_to_speech","low_latency"]` | `["realtime","speech_to_speech","low_latency"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"supportedModes":["speech-to-speech","text-to-speech"],"latencyMs":250}` | `{"supportedModes":["speech-to-speech","text-to-speech"],"latencyMs":250}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
32
字段取值表/providers__openrouter/未确认字段报告.md
Normal file
32
字段取值表/providers__openrouter/未确认字段报告.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 未确认字段报告 - compute/providers/openrouter.json
|
||||
|
||||
- provider: `openrouter`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## openrouter/auto
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## openai/gpt-oss-120b:free
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## qwen/qwen3-coder:free
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
69
字段取值表/providers__openrouter/详细字段取值表.md
Normal file
69
字段取值表/providers__openrouter/详细字段取值表.md
Normal file
@@ -0,0 +1,69 @@
|
||||
# 详细字段取值表 - compute/providers/openrouter.json
|
||||
|
||||
- provider: `openrouter`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://openrouter.ai/models
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## openrouter/auto
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"openrouter/auto"` | `"openrouter/auto"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"OpenRouter Auto"` | `"OpenRouter Auto"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `2000000` | `2000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","auto_routing"]` | `["chat","auto_routing"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## openai/gpt-oss-120b:free
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"openai/gpt-oss-120b:free"` | `"openai/gpt-oss-120b:free"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"GPT-OSS 120B (免费)"` | `"GPT-OSS 120B (免费)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `131072` | `131072` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `131072` | `131072` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code"]` | `["chat","reasoning","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## qwen/qwen3-coder:free
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"qwen/qwen3-coder:free"` | `"qwen/qwen3-coder:free"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen3 Coder 480B (免费)"` | `"Qwen3 Coder 480B (免费)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `262000` | `262000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `262000` | `262000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["code","reasoning","agent","tool_use"]` | `["code","reasoning","agent","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
32
字段取值表/providers__perplexity/未确认字段报告.md
Normal file
32
字段取值表/providers__perplexity/未确认字段报告.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 未确认字段报告 - compute/providers/perplexity.json
|
||||
|
||||
- provider: `perplexity`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## sonar-pro
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## sonar-reasoning-pro
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## sonar
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
69
字段取值表/providers__perplexity/详细字段取值表.md
Normal file
69
字段取值表/providers__perplexity/详细字段取值表.md
Normal file
@@ -0,0 +1,69 @@
|
||||
# 详细字段取值表 - compute/providers/perplexity.json
|
||||
|
||||
- provider: `perplexity`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://docs.perplexity.ai
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## sonar-pro
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"sonar-pro"` | `"sonar-pro"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Sonar Pro"` | `"Sonar Pro"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `3` | `3` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `15` | `15` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","web_search","reasoning","citation"]` | `["chat","web_search","reasoning","citation"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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."}` | `{"requestPricingPer1k":{"low":6,"medium":10,"high":14},"pricingNotes":"Total Sonar API cost includes token costs plus a request fee based on search context size."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## sonar-reasoning-pro
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"sonar-reasoning-pro"` | `"sonar-reasoning-pro"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Sonar Reasoning Pro"` | `"Sonar Reasoning Pro"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","web_search","reasoning","deep_thinking"]` | `["chat","web_search","reasoning","deep_thinking"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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."}` | `{"requestPricingPer1k":{"low":6,"medium":10,"high":14},"pricingNotes":"Total Sonar API cost includes token costs plus a request fee based on search context size."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## sonar
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"sonar"` | `"sonar"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Sonar"` | `"Sonar"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `4096` | `4096` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1` | `1` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `1` | `1` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","web_search","citation","fast"]` | `["chat","web_search","citation","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `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."}` | `{"requestPricingPer1k":{"low":5,"medium":8,"high":12},"pricingNotes":"Total Sonar API cost includes token costs plus a request fee based on search context size."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
32
字段取值表/providers__siliconflow/未确认字段报告.md
Normal file
32
字段取值表/providers__siliconflow/未确认字段报告.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 未确认字段报告 - compute/providers/siliconflow.json
|
||||
|
||||
- provider: `siliconflow`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## Qwen/Qwen3-Coder-480B-A35B-Instruct
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## Qwen/Qwen3-235B-A22B-Instruct-2507
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## BAAI/bge-m3
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
70
字段取值表/providers__siliconflow/详细字段取值表.md
Normal file
70
字段取值表/providers__siliconflow/详细字段取值表.md
Normal file
@@ -0,0 +1,70 @@
|
||||
# 详细字段取值表 - compute/providers/siliconflow.json
|
||||
|
||||
- provider: `siliconflow`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://www.siliconflow.com/models
|
||||
- https://siliconflow.cn/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## Qwen/Qwen3-Coder-480B-A35B-Instruct
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"Qwen/Qwen3-Coder-480B-A35B-Instruct"` | `"Qwen/Qwen3-Coder-480B-A35B-Instruct"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen3 Coder 480B (硅基)"` | `"Qwen3 Coder 480B (硅基)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `262144` | `262144` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `262144` | `262144` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `8` | `8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16` | `16` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","long_context","agent","tool_use"]` | `["chat","code","long_context","agent","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## Qwen/Qwen3-235B-A22B-Instruct-2507
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `qwen/qwen3-235b-a22b-2507`、`qwen/qwen3-235b-a22b-thinking-2507`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"Qwen/Qwen3-235B-A22B-Instruct-2507"` | `"Qwen/Qwen3-235B-A22B-Instruct-2507"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Qwen3 235B (硅基)"` | `"Qwen3 235B (硅基)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `262144` | `262144` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `262144` | `262144` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2.5` | `2.5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `10` | `10` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","multilingual","tool_use","agent","long_context"]` | `["chat","code","multilingual","tool_use","agent","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## BAAI/bge-m3
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"BAAI/bge-m3"` | `"BAAI/bge-m3"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"BGE-M3 (硅基)"` | `"BGE-M3 (硅基)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `8192` | `8192` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `0` | `0` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0` | `0` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["text_embedding","multilingual"]` | `["text_embedding","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/providers__stability/未确认字段报告.md
Normal file
14
字段取值表/providers__stability/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/providers/stability.json
|
||||
|
||||
- provider: `stability`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## stable-diffusion-3.5-large
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
31
字段取值表/providers__stability/详细字段取值表.md
Normal file
31
字段取值表/providers__stability/详细字段取值表.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 详细字段取值表 - compute/providers/stability.json
|
||||
|
||||
- provider: `stability`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- (待补充provider官方文档)
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## stable-diffusion-3.5-large
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"stable-diffusion-3.5-large"` | `"stable-diffusion-3.5-large"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Stable Diffusion 3.5 Large"` | `"Stable Diffusion 3.5 Large"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["image_gen"]` | `["image_gen"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["image_generation","high_quality","controllable"]` | `["image_generation","high_quality","controllable"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与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,需按业务含义和官方补充信息复核 |
|
||||
|
||||
32
字段取值表/providers__tencent/未确认字段报告.md
Normal file
32
字段取值表/providers__tencent/未确认字段报告.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 未确认字段报告 - compute/providers/tencent.json
|
||||
|
||||
- provider: `tencent`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## hunyuan-2.0-thinking-20251109
|
||||
|
||||
- `modelName`: ZenMux匹配(stripped): tencent/hunyuan-2.0-thinking
|
||||
- `contextWindow`: ZenMux给出context_length=128000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## hunyuan-2.0-instruct-20251111
|
||||
|
||||
- `modelName`: ZenMux匹配(similar): tencent/hunyuan-2.0-thinking
|
||||
- `contextWindow`: ZenMux给出context_length=128000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## hunyuan-turbos-latest
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
71
字段取值表/providers__tencent/详细字段取值表.md
Normal file
71
字段取值表/providers__tencent/详细字段取值表.md
Normal file
@@ -0,0 +1,71 @@
|
||||
# 详细字段取值表 - compute/providers/tencent.json
|
||||
|
||||
- provider: `tencent`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://cloud.tencent.com/document/product/1729
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## hunyuan-2.0-thinking-20251109
|
||||
|
||||
- ZenMux匹配级别: `stripped`
|
||||
- ZenMux命中: `tencent/hunyuan-2.0-thinking`
|
||||
- ZenMux候选: `tencent/hunyuan-2.0-thinking`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"hunyuan-2.0-thinking-20251109"` | `"hunyuan-2.0-thinking"` | 待确认 | ZenMux匹配(stripped): tencent/hunyuan-2.0-thinking |
|
||||
| `displayName` | `"混元 2.0 Think"` | `"混元 2.0 Think"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `196608` | `128000` | 待确认 | ZenMux给出context_length=128000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `3.975` | `3.975` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `15.9` | `15.9` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","deep_thinking","long_context"]` | `["chat","reasoning","deep_thinking","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingTiers":[{"maxInputTokens":32768,"inputPrice":3.975,"outputPrice":15.9},{"maxInputTokens":131072,"inputPrice":5.3,"outputPrice":21.2}]}` | `{"pricingTiers":[{"maxInputTokens":32768,"inputPrice":3.975,"outputPrice":15.9},{"maxInputTokens":131072,"inputPrice":5.3,"outputPrice":21.2}]}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## hunyuan-2.0-instruct-20251111
|
||||
|
||||
- ZenMux匹配级别: `similar`
|
||||
- ZenMux命中: `tencent/hunyuan-2.0-thinking`
|
||||
- ZenMux候选: `tencent/hunyuan-2.0-thinking`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"hunyuan-2.0-instruct-20251111"` | `"hunyuan-2.0-thinking"` | 待确认 | ZenMux匹配(similar): tencent/hunyuan-2.0-thinking |
|
||||
| `displayName` | `"混元 2.0 Instruct"` | `"混元 2.0 Instruct"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `147456` | `128000` | 待确认 | ZenMux给出context_length=128000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `3.18` | `3.18` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `7.95` | `7.95` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","long_context","tool_use"]` | `["chat","code","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingTiers":[{"maxInputTokens":32768,"inputPrice":3.18,"outputPrice":7.95},{"maxInputTokens":131072,"inputPrice":4.505,"outputPrice":11.13}]}` | `{"pricingTiers":[{"maxInputTokens":32768,"inputPrice":3.18,"outputPrice":7.95},{"maxInputTokens":131072,"inputPrice":4.505,"outputPrice":11.13}]}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## hunyuan-turbos-latest
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"hunyuan-turbos-latest"` | `"hunyuan-turbos-latest"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"混元 Turbo S"` | `"混元 Turbo S"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32768` | `32768` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","fast","tool_use"]` | `["chat","reasoning","code","vision","fast","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
156
字段取值表/providers__volcengine/未确认字段报告.md
Normal file
156
字段取值表/providers__volcengine/未确认字段报告.md
Normal file
@@ -0,0 +1,156 @@
|
||||
# 未确认字段报告 - compute/providers/volcengine.json
|
||||
|
||||
- provider: `volcengine`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## doubao-2.0-pro
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## doubao-seed-1.8
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=256000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## doubao-seed-1.6
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## doubao-seed-1.6-thinking
|
||||
|
||||
- `modelName`: ZenMux匹配(similar): bytedance/doubao-seed-1.8
|
||||
- `contextWindow`: ZenMux给出context_length=256000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## doubao-seed-1.6-flash
|
||||
|
||||
- `modelName`: ZenMux匹配(similar): bytedance/doubao-seed-1.8
|
||||
- `contextWindow`: ZenMux给出context_length=256000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## doubao-seed-1.6-lite
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## doubao-seed-1.6-vision
|
||||
|
||||
- `modelName`: ZenMux匹配(similar): bytedance/doubao-seed-1.8
|
||||
- `contextWindow`: ZenMux给出context_length=256000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## doubao-seed-code
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=256000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## deepseek-v3.2
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## deepseek-r1
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## kimi-k2-volcengine
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-4-7
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## doubao-embedding
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## volc-mega-tts-clone
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## volc-realtime-voice
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## volc-simultaneous
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## volc-translation
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
340
字段取值表/providers__volcengine/详细字段取值表.md
Normal file
340
字段取值表/providers__volcengine/详细字段取值表.md
Normal file
@@ -0,0 +1,340 @@
|
||||
# 详细字段取值表 - compute/providers/volcengine.json
|
||||
|
||||
- provider: `volcengine`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://www.volcengine.com/docs/82379
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## doubao-2.0-pro
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `bytedance/doubao-seed-2.0-pro`、`bytedance/doubao-seed-2.0-mini`、`bytedance/doubao-seed-2.0-lite`、`bytedance/doubao-seed-2.0-code`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-2.0-pro"` | `"doubao-2.0-pro"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"豆包 2.0 Pro"` | `"豆包 2.0 Pro"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `3.2` | `3.2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16` | `16` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## doubao-seed-1.8
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `bytedance/doubao-seed-1.8`
|
||||
- ZenMux候选: `bytedance/doubao-seed-1.8`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-seed-1.8"` | `"doubao-seed-1.8"` | 保持 | ZenMux匹配(exact): bytedance/doubao-seed-1.8 |
|
||||
| `displayName` | `"豆包 Seed-1.8"` | `"豆包 Seed-1.8"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux给出context_length=256000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `16000` | `16000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## doubao-seed-1.6
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `bytedance/doubao-seed-1.8`、`bytedance/doubao-seed-code`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-seed-1.6"` | `"doubao-seed-1.6"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"豆包 Seed-1.6"` | `"豆包 Seed-1.6"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## doubao-seed-1.6-thinking
|
||||
|
||||
- ZenMux匹配级别: `similar`
|
||||
- ZenMux命中: `bytedance/doubao-seed-1.8`
|
||||
- ZenMux候选: `bytedance/doubao-seed-1.8`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-seed-1.6-thinking"` | `"doubao-seed-1.8"` | 待确认 | ZenMux匹配(similar): bytedance/doubao-seed-1.8 |
|
||||
| `displayName` | `"豆包 Seed-1.6 思考版"` | `"豆包 Seed-1.6 思考版"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux给出context_length=256000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `16000` | `16000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["reasoning","math","code","deep_thinking","long_context"]` | `["reasoning","math","code","deep_thinking","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## doubao-seed-1.6-flash
|
||||
|
||||
- ZenMux匹配级别: `similar`
|
||||
- ZenMux命中: `bytedance/doubao-seed-1.8`
|
||||
- ZenMux候选: `bytedance/doubao-seed-1.8`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-seed-1.6-flash"` | `"doubao-seed-1.8"` | 待确认 | ZenMux匹配(similar): bytedance/doubao-seed-1.8 |
|
||||
| `displayName` | `"豆包 Seed-1.6 Flash"` | `"豆包 Seed-1.6 Flash"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux给出context_length=256000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `16000` | `16000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.15` | `0.15` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `1.5` | `1.5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","fast","long_context"]` | `["chat","code","fast","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## doubao-seed-1.6-lite
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `bytedance/doubao-seed-1.8`、`bytedance/doubao-seed-2.0-lite`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-seed-1.6-lite"` | `"doubao-seed-1.6-lite"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"豆包 Seed-1.6 Lite"` | `"豆包 Seed-1.6 Lite"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.3` | `0.3` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0.6` | `0.6` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","code","fast"]` | `["chat","code","fast"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## doubao-seed-1.6-vision
|
||||
|
||||
- ZenMux匹配级别: `similar`
|
||||
- ZenMux命中: `bytedance/doubao-seed-1.8`
|
||||
- ZenMux候选: `bytedance/doubao-seed-1.8`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-seed-1.6-vision"` | `"doubao-seed-1.8"` | 待确认 | ZenMux匹配(similar): bytedance/doubao-seed-1.8 |
|
||||
| `displayName` | `"豆包 Seed-1.6 视觉版"` | `"豆包 Seed-1.6 视觉版"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux给出context_length=256000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.8` | `0.8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","video_understanding","gui_agent","long_context"]` | `["chat","vision","video_understanding","gui_agent","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## doubao-seed-code
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `bytedance/doubao-seed-code`
|
||||
- ZenMux候选: `bytedance/doubao-seed-code`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-seed-code"` | `"doubao-seed-code"` | 保持 | ZenMux匹配(exact): bytedance/doubao-seed-code |
|
||||
| `displayName` | `"豆包 Seed-Code"` | `"豆包 Seed-Code"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux给出context_length=256000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1.2` | `1.2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["code","reasoning","long_context","deep_thinking"]` | `["code","reasoning","long_context","deep_thinking"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.7` | `0.7` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## deepseek-v3.2
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"deepseek-v3.2"` | `"deepseek-v3.2"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"DeepSeek V3.2 (火山引擎)"` | `"DeepSeek V3.2 (火山引擎)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32000` | `32000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `3` | `3` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## deepseek-r1
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"deepseek-r1"` | `"deepseek-r1"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"DeepSeek R1 (火山引擎)"` | `"DeepSeek R1 (火山引擎)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `65536` | `65536` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16` | `16` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["reasoning","math","code","science","deep_thinking"]` | `["reasoning","math","code","science","deep_thinking"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## kimi-k2-volcengine
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"kimi-k2-volcengine"` | `"kimi-k2-volcengine"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Kimi K2 (火山引擎)"` | `"Kimi K2 (火山引擎)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16` | `16` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context"]` | `["chat","reasoning","code","tool_use","agent","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `0.6` | `0.6` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-4-7
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-4-7"` | `"glm-4-7"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"GLM-4.7 (火山引擎)"` | `"GLM-4.7 (火山引擎)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `16` | `16` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking","long_context"]` | `["chat","reasoning","code","multilingual","deep_thinking","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## doubao-embedding
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"doubao-embedding"` | `"doubao-embedding"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"豆包 Embedding"` | `"豆包 Embedding"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `4096` | `4096` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["text_embedding","semantic_search","rag","chinese_optimized"]` | `["text_embedding","semantic_search","rag","chinese_optimized"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## volc-mega-tts-clone
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"volc-mega-tts-clone"` | `"volc-mega-tts-clone"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"火山声音复刻"` | `"火山声音复刻"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["voice_clone"]` | `["voice_clone"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["voice_clone","chinese_optimized","few_shot"]` | `["voice_clone","chinese_optimized","few_shot"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxCloneSamples":3,"minCloneDuration":5}` | `{"maxCloneSamples":3,"minCloneDuration":5}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## volc-realtime-voice
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"volc-realtime-voice"` | `"volc-realtime-voice"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"火山实时语音"` | `"火山实时语音"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["realtime_voice"]` | `["realtime_voice"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["realtime","speech_to_speech","low_latency","chinese_optimized"]` | `["realtime","speech_to_speech","low_latency","chinese_optimized"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"supportedModes":["speech-to-speech"],"latencyMs":200}` | `{"supportedModes":["speech-to-speech"],"latencyMs":200}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## volc-simultaneous
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"volc-simultaneous"` | `"volc-simultaneous"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"火山同声传译"` | `"火山同声传译"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["simultaneous_interpret"]` | `["simultaneous_interpret"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["simultaneous_interpretation","chinese_optimized","low_latency"]` | `["simultaneous_interpretation","chinese_optimized","low_latency"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"streamingSupported":true}` | `{"streamingSupported":true}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## volc-translation
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"volc-translation"` | `"volc-translation"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"火山翻译"` | `"火山翻译"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["translation"]` | `["translation"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | (缺省) | (缺省) | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["translation","multilingual","chinese_optimized"]` | `["translation","multilingual","chinese_optimized"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
23
字段取值表/providers__xai/未确认字段报告.md
Normal file
23
字段取值表/providers__xai/未确认字段报告.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 未确认字段报告 - compute/providers/xai.json
|
||||
|
||||
- provider: `xai`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## grok-4.20-0309-reasoning
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## grok-4-1-fast-reasoning
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为USD,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
50
字段取值表/providers__xai/详细字段取值表.md
Normal file
50
字段取值表/providers__xai/详细字段取值表.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 详细字段取值表 - compute/providers/xai.json
|
||||
|
||||
- provider: `xai`
|
||||
- priceCurrency: `USD`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://docs.x.ai/docs/models
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## 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`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"grok-4.20-0309-reasoning"` | `"grok-4.20-0309-reasoning"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Grok 4.20 Reasoning"` | `"Grok 4.20 Reasoning"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat","reasoning"]` | `["chat","reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `2000000` | `2000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `6` | `6` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## 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无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"Grok 4.1 Fast Reasoning"` | `"Grok 4.1 Fast Reasoning"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat","reasoning"]` | `["chat","reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `2000000` | `2000000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.2` | `0.2` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `outputPrice` | `0.5` | `0.5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","fast","long_context"]` | `["chat","reasoning","code","vision","tool_use","fast","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
23
字段取值表/providers__xunfei/未确认字段报告.md
Normal file
23
字段取值表/providers__xunfei/未确认字段报告.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 未确认字段报告 - compute/providers/xunfei.json
|
||||
|
||||
- provider: `xunfei`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## spark-x
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## 4.0Ultra
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
50
字段取值表/providers__xunfei/详细字段取值表.md
Normal file
50
字段取值表/providers__xunfei/详细字段取值表.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 详细字段取值表 - compute/providers/xunfei.json
|
||||
|
||||
- provider: `xunfei`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://www.xfyun.cn/doc/
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## spark-x
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"spark-x"` | `"spark-x"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"讯飞星火 X1"` | `"讯飞星火 X1"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `65536` | `65536` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","deep_thinking","math","code"]` | `["chat","reasoning","deep_thinking","math","code"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1.2` | `1.2` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingNote":"官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"}` | `{"pricingNote":"官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## 4.0Ultra
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"4.0Ultra"` | `"4.0Ultra"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"讯飞星火 4.0 Ultra"` | `"讯飞星火 4.0 Ultra"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `32768` | `32768` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"pricingNote":"官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"}` | `{"pricingNote":"官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
14
字段取值表/providers__zhipu-embedding/未确认字段报告.md
Normal file
14
字段取值表/providers__zhipu-embedding/未确认字段报告.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 未确认字段报告 - compute/providers/zhipu-embedding.json
|
||||
|
||||
- provider: `zhipu-embedding`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## embedding-3
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
31
字段取值表/providers__zhipu-embedding/详细字段取值表.md
Normal file
31
字段取值表/providers__zhipu-embedding/详细字段取值表.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 详细字段取值表 - compute/providers/zhipu-embedding.json
|
||||
|
||||
- provider: `zhipu-embedding`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://docs.bigmodel.cn/cn/guide/models/embedding
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## embedding-3
|
||||
|
||||
- ZenMux匹配级别: `none`
|
||||
- ZenMux候选: (none)
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"embedding-3"` | `"embedding-3"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"智谱 embedding-3"` | `"智谱 embedding-3"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["embedding"]` | `["embedding"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `8192` | `8192` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | (缺省) | (缺省) | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `0.5` | `0.5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["text_embedding","semantic_search","rag","custom_dimensions"]` | `["text_embedding","semantic_search","rag","custom_dimensions"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"maxInputTokensPerItem":3072,"maxBatchItems":64,"vectorDimensions":"256-2048"}` | `{"maxInputTokensPerItem":3072,"maxBatchItems":64,"vectorDimensions":"256-2048"}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
70
字段取值表/providers__zhipu/未确认字段报告.md
Normal file
70
字段取值表/providers__zhipu/未确认字段报告.md
Normal file
@@ -0,0 +1,70 @@
|
||||
# 未确认字段报告 - compute/providers/zhipu.json
|
||||
|
||||
- provider: `zhipu`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## glm-5.1
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-5-turbo
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-5
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-4.7
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-4.7-thinking
|
||||
|
||||
- `modelName`: ZenMux无稳定匹配,需官方文档确认
|
||||
- `contextWindow`: ZenMux无context可用,需官方规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-5v-turbo
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-4.6v
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
## glm-4.6
|
||||
|
||||
- `contextWindow`: ZenMux给出context_length=200000,最终以官方模型规格页确认
|
||||
- `maxOutputTokens`: ZenMux列表未提供统一max output字段,需官方模型详情页确认
|
||||
- `inputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `outputPrice`: 当前文件币种为CNY,价格需官方价格页确认
|
||||
- `extra`: 扩展字段为本项目schema,需按业务含义和官方补充信息复核
|
||||
|
||||
172
字段取值表/providers__zhipu/详细字段取值表.md
Normal file
172
字段取值表/providers__zhipu/详细字段取值表.md
Normal file
@@ -0,0 +1,172 @@
|
||||
# 详细字段取值表 - compute/providers/zhipu.json
|
||||
|
||||
- provider: `zhipu`
|
||||
- priceCurrency: `CNY`
|
||||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||||
|
||||
## 来源
|
||||
|
||||
- https://docs.bigmodel.cn/cn/guide/models/text/
|
||||
- https://www.bigmodel.cn/pricing
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
|
||||
## glm-5.1
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `z-ai/glm-5.1`
|
||||
- ZenMux候选: `z-ai/glm-5.1`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-5.1"` | `"glm-5.1"` | 保持 | ZenMux匹配(exact): z-ai/glm-5.1 |
|
||||
| `displayName` | `"GLM-5.1"` | `"GLM-5.1"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `6` | `6` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `24` | `24` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `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"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":1.2,"thinking":{"default":"enabled"}}` | `{"cacheHitPrice":1.2,"thinking":{"default":"enabled"}}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-5-turbo
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `z-ai/glm-5-turbo`
|
||||
- ZenMux候选: `z-ai/glm-5-turbo`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-5-turbo"` | `"glm-5-turbo"` | 保持 | ZenMux匹配(exact): z-ai/glm-5-turbo |
|
||||
| `displayName` | `"GLM-5-Turbo"` | `"GLM-5-Turbo"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `5` | `5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `22` | `22` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","agent"]` | `["chat","reasoning","code","deep_thinking","long_context","tool_use","agent"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":1,"thinking":{"default":"enabled"}}` | `{"cacheHitPrice":1,"thinking":{"default":"enabled"}}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-5
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `z-ai/glm-5`
|
||||
- ZenMux候选: `z-ai/glm-5`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-5"` | `"glm-5"` | 保持 | ZenMux匹配(exact): z-ai/glm-5 |
|
||||
| `displayName` | `"GLM-5"` | `"GLM-5"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `18` | `18` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `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"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":0.8}` | `{"cacheHitPrice":0.8}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-4.7
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `z-ai/glm-4.7`
|
||||
- ZenMux候选: `z-ai/glm-4.7`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-4.7"` | `"glm-4.7"` | 保持 | ZenMux匹配(exact): z-ai/glm-4.7 |
|
||||
| `displayName` | `"GLM-4.7"` | `"GLM-4.7"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","tool_use"]` | `["chat","reasoning","code","multilingual","deep_thinking","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":0.5}` | `{"cacheHitPrice":0.5}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-4.7-thinking
|
||||
|
||||
- ZenMux匹配级别: `ambiguous`
|
||||
- ZenMux候选: `z-ai/glm-4.7`、`z-ai/glm-4.7-flashx`、`z-ai/glm-4.7-flash-free`、`z-ai/glm-4.6v`、`z-ai/glm-4.6`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-4.7-thinking"` | `"glm-4.7-thinking"` | 待确认 | ZenMux无稳定匹配,需官方文档确认 |
|
||||
| `displayName` | `"GLM-4.7 Thinking"` | `"GLM-4.7 Thinking"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux无context可用,需官方规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["reasoning","math","code","deep_thinking","long_context"]` | `["reasoning","math","code","deep_thinking","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":0.5,"aliasOf":"glm-4.7"}` | `{"cacheHitPrice":0.5,"aliasOf":"glm-4.7"}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-5v-turbo
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `z-ai/glm-5v-turbo`
|
||||
- ZenMux候选: `z-ai/glm-5v-turbo`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-5v-turbo"` | `"glm-5v-turbo"` | 保持 | ZenMux匹配(exact): z-ai/glm-5v-turbo |
|
||||
| `displayName` | `"GLM-5V-Turbo"` | `"GLM-5V-Turbo"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `5` | `5` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `22` | `22` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","video_understanding","image_understanding","file_understanding","reasoning","code","deep_thinking","long_context","tool_use","agent"]` | `["chat","vision","video_understanding","image_understanding","file_understanding","reasoning","code","deep_thinking","long_context","tool_use","agent"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":1,"thinking":{"default":"enabled"}}` | `{"cacheHitPrice":1,"thinking":{"default":"enabled"}}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-4.6v
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `z-ai/glm-4.6v`
|
||||
- ZenMux候选: `z-ai/glm-4.6v`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-4.6v"` | `"glm-4.6v"` | 保持 | ZenMux匹配(exact): z-ai/glm-4.6v |
|
||||
| `displayName` | `"GLM-4.6V"` | `"GLM-4.6V"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["vision"]` | `["vision"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `128000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `1` | `1` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `4` | `4` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","vision","video_understanding","image_understanding","long_context","tool_use"]` | `["chat","vision","video_understanding","image_understanding","long_context","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":0.2}` | `{"cacheHitPrice":0.2}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
## glm-4.6
|
||||
|
||||
- ZenMux匹配级别: `exact`
|
||||
- ZenMux命中: `z-ai/glm-4.6`
|
||||
- ZenMux候选: `z-ai/glm-4.6`
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `modelName` | `"glm-4.6"` | `"glm-4.6"` | 保持 | ZenMux匹配(exact): z-ai/glm-4.6 |
|
||||
| `displayName` | `"GLM-4.6"` | `"GLM-4.6"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||||
| `inputPrice` | `2` | `2` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `outputPrice` | `8` | `8` | 待确认 | 当前文件币种为CNY,价格需官方价格页确认 |
|
||||
| `capabilities` | `["chat","reasoning","code","multilingual","deep_thinking"]` | `["chat","reasoning","code","multilingual","deep_thinking"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||||
| `extra` | `{"cacheHitPrice":0.5}` | `{"cacheHitPrice":0.5}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||||
|
||||
274
字段取值表/目录索引.json
Normal file
274
字段取值表/目录索引.json
Normal file
@@ -0,0 +1,274 @@
|
||||
[
|
||||
{
|
||||
"file": "compute/coding-plans/dashscope-coding.json",
|
||||
"provider": "dashscope",
|
||||
"modelCount": 2,
|
||||
"folder": "字段取值表/coding-plans__dashscope-coding",
|
||||
"detailed": "字段取值表/coding-plans__dashscope-coding/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/coding-plans__dashscope-coding/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/coding-plans/infini-coding.json",
|
||||
"provider": "infini",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/coding-plans__infini-coding",
|
||||
"detailed": "字段取值表/coding-plans__infini-coding/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/coding-plans__infini-coding/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/coding-plans/kwai-coding.json",
|
||||
"provider": "kwai",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/coding-plans__kwai-coding",
|
||||
"detailed": "字段取值表/coding-plans__kwai-coding/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/coding-plans__kwai-coding/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/coding-plans/minimax-coding.json",
|
||||
"provider": "minimax",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/coding-plans__minimax-coding",
|
||||
"detailed": "字段取值表/coding-plans__minimax-coding/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/coding-plans__minimax-coding/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/coding-plans/moonshot-coding.json",
|
||||
"provider": "moonshot",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/coding-plans__moonshot-coding",
|
||||
"detailed": "字段取值表/coding-plans__moonshot-coding/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/coding-plans__moonshot-coding/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/coding-plans/moorethread-coding.json",
|
||||
"provider": "moorethread",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/coding-plans__moorethread-coding",
|
||||
"detailed": "字段取值表/coding-plans__moorethread-coding/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/coding-plans__moorethread-coding/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/coding-plans/volcengine-coding.json",
|
||||
"provider": "volcengine",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/coding-plans__volcengine-coding",
|
||||
"detailed": "字段取值表/coding-plans__volcengine-coding/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/coding-plans__volcengine-coding/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/coding-plans/zhipu-coding.json",
|
||||
"provider": "zhipu",
|
||||
"modelCount": 2,
|
||||
"folder": "字段取值表/coding-plans__zhipu-coding",
|
||||
"detailed": "字段取值表/coding-plans__zhipu-coding/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/coding-plans__zhipu-coding/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/anthropic.json",
|
||||
"provider": "anthropic",
|
||||
"modelCount": 3,
|
||||
"folder": "字段取值表/providers__anthropic",
|
||||
"detailed": "字段取值表/providers__anthropic/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__anthropic/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/baichuan.json",
|
||||
"provider": "baichuan",
|
||||
"modelCount": 4,
|
||||
"folder": "字段取值表/providers__baichuan",
|
||||
"detailed": "字段取值表/providers__baichuan/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__baichuan/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/baidu.json",
|
||||
"provider": "baidu",
|
||||
"modelCount": 5,
|
||||
"folder": "字段取值表/providers__baidu",
|
||||
"detailed": "字段取值表/providers__baidu/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__baidu/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/cohere.json",
|
||||
"provider": "cohere",
|
||||
"modelCount": 4,
|
||||
"folder": "字段取值表/providers__cohere",
|
||||
"detailed": "字段取值表/providers__cohere/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__cohere/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/dashscope.json",
|
||||
"provider": "dashscope",
|
||||
"modelCount": 20,
|
||||
"folder": "字段取值表/providers__dashscope",
|
||||
"detailed": "字段取值表/providers__dashscope/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__dashscope/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/deepseek.json",
|
||||
"provider": "deepseek",
|
||||
"modelCount": 2,
|
||||
"folder": "字段取值表/providers__deepseek",
|
||||
"detailed": "字段取值表/providers__deepseek/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__deepseek/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/google.json",
|
||||
"provider": "google",
|
||||
"modelCount": 6,
|
||||
"folder": "字段取值表/providers__google",
|
||||
"detailed": "字段取值表/providers__google/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__google/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/internal-testing.json",
|
||||
"provider": "internal-testing",
|
||||
"modelCount": 14,
|
||||
"folder": "字段取值表/providers__internal-testing",
|
||||
"detailed": "字段取值表/providers__internal-testing/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__internal-testing/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/kling.json",
|
||||
"provider": "kling",
|
||||
"modelCount": 4,
|
||||
"folder": "字段取值表/providers__kling",
|
||||
"detailed": "字段取值表/providers__kling/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__kling/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/lingyiwanwu.json",
|
||||
"provider": "lingyiwanwu",
|
||||
"modelCount": 2,
|
||||
"folder": "字段取值表/providers__lingyiwanwu",
|
||||
"detailed": "字段取值表/providers__lingyiwanwu/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__lingyiwanwu/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/local-whisper.json",
|
||||
"provider": "local-whisper",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/providers__local-whisper",
|
||||
"detailed": "字段取值表/providers__local-whisper/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__local-whisper/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/minimax.json",
|
||||
"provider": "minimax",
|
||||
"modelCount": 7,
|
||||
"folder": "字段取值表/providers__minimax",
|
||||
"detailed": "字段取值表/providers__minimax/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__minimax/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/mistral.json",
|
||||
"provider": "mistral",
|
||||
"modelCount": 3,
|
||||
"folder": "字段取值表/providers__mistral",
|
||||
"detailed": "字段取值表/providers__mistral/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__mistral/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/moonshot.json",
|
||||
"provider": "moonshot",
|
||||
"modelCount": 7,
|
||||
"folder": "字段取值表/providers__moonshot",
|
||||
"detailed": "字段取值表/providers__moonshot/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__moonshot/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/ollama.json",
|
||||
"provider": "ollama",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/providers__ollama",
|
||||
"detailed": "字段取值表/providers__ollama/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__ollama/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/openai.json",
|
||||
"provider": "openai",
|
||||
"modelCount": 24,
|
||||
"folder": "字段取值表/providers__openai",
|
||||
"detailed": "字段取值表/providers__openai/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__openai/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/openrouter.json",
|
||||
"provider": "openrouter",
|
||||
"modelCount": 3,
|
||||
"folder": "字段取值表/providers__openrouter",
|
||||
"detailed": "字段取值表/providers__openrouter/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__openrouter/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/perplexity.json",
|
||||
"provider": "perplexity",
|
||||
"modelCount": 3,
|
||||
"folder": "字段取值表/providers__perplexity",
|
||||
"detailed": "字段取值表/providers__perplexity/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__perplexity/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/siliconflow.json",
|
||||
"provider": "siliconflow",
|
||||
"modelCount": 3,
|
||||
"folder": "字段取值表/providers__siliconflow",
|
||||
"detailed": "字段取值表/providers__siliconflow/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__siliconflow/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/stability.json",
|
||||
"provider": "stability",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/providers__stability",
|
||||
"detailed": "字段取值表/providers__stability/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__stability/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/tencent.json",
|
||||
"provider": "tencent",
|
||||
"modelCount": 3,
|
||||
"folder": "字段取值表/providers__tencent",
|
||||
"detailed": "字段取值表/providers__tencent/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__tencent/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/volcengine.json",
|
||||
"provider": "volcengine",
|
||||
"modelCount": 17,
|
||||
"folder": "字段取值表/providers__volcengine",
|
||||
"detailed": "字段取值表/providers__volcengine/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__volcengine/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/xai.json",
|
||||
"provider": "xai",
|
||||
"modelCount": 2,
|
||||
"folder": "字段取值表/providers__xai",
|
||||
"detailed": "字段取值表/providers__xai/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__xai/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/xunfei.json",
|
||||
"provider": "xunfei",
|
||||
"modelCount": 2,
|
||||
"folder": "字段取值表/providers__xunfei",
|
||||
"detailed": "字段取值表/providers__xunfei/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__xunfei/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/zhipu-embedding.json",
|
||||
"provider": "zhipu-embedding",
|
||||
"modelCount": 1,
|
||||
"folder": "字段取值表/providers__zhipu-embedding",
|
||||
"detailed": "字段取值表/providers__zhipu-embedding/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__zhipu-embedding/未确认字段报告.md"
|
||||
},
|
||||
{
|
||||
"file": "compute/providers/zhipu.json",
|
||||
"provider": "zhipu",
|
||||
"modelCount": 8,
|
||||
"folder": "字段取值表/providers__zhipu",
|
||||
"detailed": "字段取值表/providers__zhipu/详细字段取值表.md",
|
||||
"unresolved": "字段取值表/providers__zhipu/未确认字段报告.md"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user