audit model field values against official docs

This commit is contained in:
2026-04-24 12:20:24 +08:00
parent ca99ea272f
commit c57cd4723d
114 changed files with 6550 additions and 368 deletions

View File

@@ -0,0 +1,33 @@
# 未确认字段报告 - compute/providers/siliconflow.json
- provider: `siliconflow`
- generatedAt: `2026-04-23T15:11:31.654Z`
## Qwen/Qwen3-Coder-480B-A35B-Instruct
- `modelName`: ZenMux无稳定匹配
- `inputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `outputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `defaultTemperature`: 官方通常不提供默认采样参数
- `defaultTopP`: 官方通常不提供默认采样参数
- `extra`: 扩展字段为本地schema需业务侧定义
## Qwen/Qwen3-235B-A22B-Instruct-2507
- `modelName`: ZenMux无稳定匹配
- `inputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `outputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `defaultTemperature`: 官方通常不提供默认采样参数
- `defaultTopP`: 官方通常不提供默认采样参数
- `extra`: 扩展字段为本地schema需业务侧定义
## BAAI/bge-m3
- `modelName`: ZenMux无稳定匹配
- `inputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `outputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `defaultTemperature`: 官方通常不提供默认采样参数
- `defaultTopP`: 官方通常不提供默认采样参数
- `extra`: 扩展字段为本地schema需业务侧定义

View File

@@ -0,0 +1,72 @@
# 详细字段取值表 - compute/providers/siliconflow.json
- provider: `siliconflow`
- priceCurrency: `CNY`
- generatedAt: `2026-04-23T15:11:31.654Z`
## 来源
- https://www.siliconflow.cn/models
- https://siliconflow.cn/pricing
- https://docs.siliconflow.cn/cn/userguide/capabilities/reasoning
- https://docs.siliconflow.cn/en/faqs/misc
- https://docs.siliconflow.cn/en/api-reference/embeddings/create-embeddings
- https://zenmux.ai/models
- https://zenmux.ai/api/v1/models
## Qwen/Qwen3-Coder-480B-A35B-Instruct
- ZenMux匹配级别: `ambiguous`
- ZenMux候选: `qwen/qwen3-coder``qwen/qwen3-coder-plus`
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
| `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` | 保持 | 硅基流动模型中心 https://www.siliconflow.cn/models 对 `Qwen/Qwen3-Coder-480B-A35B-Instruct``Qwen/Qwen3-235B-A22B-Instruct-2507` 均注明支持 `256K` 最大上下文长度;当前值 `262144` 为按 `256 * 1024` 换算 |
| `maxOutputTokens` | `262144` | `262144` | 保持 | 硅基流动模型中心 https://www.siliconflow.cn/models 标注该模型最大上下文长度为 `256K`;官方 FAQ https://docs.siliconflow.cn/en/faqs/misc 明确说明 `max_tokens``context_length` 相等,因此当前值 `262144` 可按 `256 * 1024` 保持 |
| `inputPrice` | `8` | `8` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `outputPrice` | `16` | `16` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `capabilities` | `["chat","code","long_context","agent","tool_use"]` | `["chat","code","long_context","agent","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `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` | 保持 | 硅基流动模型中心 https://www.siliconflow.cn/models 对 `Qwen/Qwen3-Coder-480B-A35B-Instruct``Qwen/Qwen3-235B-A22B-Instruct-2507` 均注明支持 `256K` 最大上下文长度;当前值 `262144` 为按 `256 * 1024` 换算 |
| `maxOutputTokens` | `262144` | `262144` | 保持 | 硅基流动模型中心 https://www.siliconflow.cn/models 标注该模型最大上下文长度为 `256K`;官方 FAQ https://docs.siliconflow.cn/en/faqs/misc 明确说明 `max_tokens``context_length` 相等,因此当前值 `262144` 可按 `256 * 1024` 保持 |
| `inputPrice` | `2.5` | `2.5` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `outputPrice` | `10` | `10` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `capabilities` | `["chat","code","multilingual","tool_use","agent","long_context"]` | `["chat","code","multilingual","tool_use","agent","long_context"]` | 保持 | ZenMux无明确能力映射差异 |
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `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` | 保持 | 硅基流动 Embeddings API 文档 https://docs.siliconflow.cn/en/api-reference/embeddings/create-embeddings 明确列出 `BAAI/bge-m3` / `Pro/BAAI/bge-m3` 的最大输入 Token 为 `8192` |
| `maxOutputTokens` | `0` | `0` | 保持 | 已查 https://www.siliconflow.cn/models `BAAI/bge-m3` 为 embedding 模型,输出为向量表示,官方未定义 max output tokens当前以 `0` 记录为不适用 |
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `capabilities` | `["text_embedding","multilingual"]` | `["text_embedding","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema需业务侧定义 |

View File

@@ -0,0 +1,21 @@
# siliconflow ambiguous/similar 逐条处置记录2026-04-23
依据:
- SiliconFlow Models: https://www.siliconflow.com/models
- SiliconFlow Pricing: https://siliconflow.cn/pricing
- ZenMux: https://zenmux.ai/models
- ZenMux API: https://zenmux.ai/api/v1/models
## 已处置条目
1. `Qwen/Qwen3-Coder-480B-A35B-Instruct`ambiguous
处置:不修改。
原因:候选 `qwen3-coder``qwen3-coder-plus` 并存,且本地是 provider 特有命名(带组织前缀与参数规模),不满足唯一映射。
2. `Qwen/Qwen3-235B-A22B-Instruct-2507`ambiguous
处置:不修改。
原因:候选同时存在 `instruct``thinking` 变体,推理模式不同,不能仅靠名称近似覆盖。
## 本轮 siliconflow 落库结果
- JSON 变更0