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,8 +6,6 @@
## qwen3-coder-plus
- `capabilities`: ZenMux给出reasoning=false但capabilities是项目语义字段需官方能力说明复核
- `defaultTemperature`: 官方通常不提供默认采样参数
- `defaultTopP`: 官方通常不提供默认采样参数
- `extra`: 扩展字段为本地schema需业务侧定义
## qwen3-max-2026-01-23
@@ -15,6 +13,4 @@
- `modelName`: ZenMux无稳定匹配
- `inputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `outputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `defaultTemperature`: 官方通常不提供默认采样参数
- `defaultTopP`: 官方通常不提供默认采样参数
- `extra`: 扩展字段为本地schema需业务侧定义

View File

@@ -27,8 +27,8 @@
| `inputPrice` | `1` | `1` | 保持 | ZenMux(qwen/qwen3-coder-plus) prompt=1 USD/MTokens |
| `outputPrice` | `5` | `5` | 保持 | ZenMux(qwen/qwen3-coder-plus) completion=5 USD/MTokens |
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 待确认 | ZenMux给出reasoning=false但capabilities是项目语义字段需官方能力说明复核 |
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 已复核阿里云官方 OpenAI Chat / DashScope API 文档,`Qwen3-Coder` 系列默认 `temperature=0.7` |
| `defaultTopP` | `0.8` | `0.8` | 保持 | 已复核阿里云官方 OpenAI Chat / DashScope API 文档,`Qwen3-Coder` 系列默认 `top_p=0.8` |
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema需业务侧定义 |
## qwen3-max-2026-01-23
@@ -46,6 +46,6 @@
| `inputPrice` | `1.2` | `1.2` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `outputPrice` | `6` | `6` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `capabilities` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | 保持 | ZenMux无明确能力映射差异 |
| `defaultTemperature` | `0.7` | `0.7` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 已复核阿里云官方 OpenAI Chat / DashScope API 文档,`qwen-max` 系列默认 `temperature=0.7` |
| `defaultTopP` | `0.8` | `0.8` | 保持 | 已复核阿里云官方 OpenAI Chat / DashScope API 文档,`qwen-max` 系列默认 `top_p=0.8` |
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema需业务侧定义 |