chore: update field audit tables and provider configs

Batch update from official docs audit - price corrections, context
window fixes, field report updates across all providers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-24 20:12:57 +08:00
parent 5b9c8ac61f
commit b0e0cead04
92 changed files with 1000 additions and 1763 deletions

View File

@@ -6,21 +6,15 @@
## 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
@@ -28,6 +22,4 @@
- `modelName`: ZenMux无稳定匹配
- `inputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `outputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `defaultTemperature`: 官方通常不提供默认采样参数
- `defaultTopP`: 官方通常不提供默认采样参数
- `extra`: 扩展字段为本地schema需业务侧定义

View File

@@ -10,6 +10,7 @@
- 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/chat-completions/chat-completions
- https://docs.siliconflow.cn/en/api-reference/embeddings/create-embeddings
- https://zenmux.ai/models
- https://zenmux.ai/api/v1/models
@@ -29,8 +30,8 @@
| `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` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTemperature` | `null` | `null` | 保持 | 硅基流动对话接口文档 https://docs.siliconflow.cn/en/api-reference/chat-completions/chat-completions 仅给出 `temperature` 示例值,没有 `default:` 字段;按“官网未定义默认值则记为 null”处理 |
| `defaultTopP` | `0.7` | `0.7` | 保持 | 硅基流动对话接口文档 https://docs.siliconflow.cn/en/api-reference/chat-completions/chat-completions 明确 `top_p``default: 0.7` |
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema需业务侧定义 |
## Qwen/Qwen3-235B-A22B-Instruct-2507
@@ -48,8 +49,8 @@
| `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` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTemperature` | `null` | `null` | 保持 | 硅基流动对话接口文档 https://docs.siliconflow.cn/en/api-reference/chat-completions/chat-completions 仅给出 `temperature` 示例值,没有 `default:` 字段;按“官网未定义默认值则记为 null”处理 |
| `defaultTopP` | `0.7` | `0.7` | 保持 | 硅基流动对话接口文档 https://docs.siliconflow.cn/en/api-reference/chat-completions/chat-completions 明确 `top_p``default: 0.7` |
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema需业务侧定义 |
## BAAI/bge-m3
@@ -67,6 +68,6 @@
| `inputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `outputPrice` | `0` | `0` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `capabilities` | `["text_embedding","multilingual"]` | `["text_embedding","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTemperature` | `null` | `null` | 保持 | `BAAI/bge-m3` 为 embedding 模型,官方接口 https://docs.siliconflow.cn/en/api-reference/embeddings/create-embeddings 不支持采样参数,按不适用记为 `null` |
| `defaultTopP` | `null` | `null` | 保持 | `BAAI/bge-m3` 为 embedding 模型,官方接口 https://docs.siliconflow.cn/en/api-reference/embeddings/create-embeddings 不支持采样参数,按不适用记为 `null` |
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema需业务侧定义 |