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

@@ -26,8 +26,8 @@
| `inputPrice` | `11` | `11` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `outputPrice` | `11` | `11` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `capabilities` | `["chat","reasoning","deep_thinking","math","code"]` | `["chat","reasoning","deep_thinking","math","code"]` | 保持 | ZenMux无明确能力映射差异 |
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTemperature` | `1.2` | `1.2` | 保持 | 讯飞星火 X1 HTTP 文档 https://www.xfyun.cn/doc/spark/X1http.html 参数表明确 `temperature` 默认值为 `1.2` |
| `defaultTopP` | `0.95` | `0.95` | 保持 | 讯飞星火 X1 HTTP 文档 https://www.xfyun.cn/doc/spark/X1http.html 参数表明确 `top_p` 默认值为 `0.95` |
| `extra` | `{"pricingNote":"讯飞按token包计费不区分输入输出"}` | `{"pricingNote":"讯飞按token包计费不区分输入输出"}` | 待确认 | 扩展字段为本地schema需业务侧定义 |
## 4.0Ultra
@@ -45,6 +45,6 @@
| `inputPrice` | `60` | `60` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `outputPrice` | `60` | `60` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTemperature` | `1` | `1` | 保持 | 讯飞星火 HTTP 调用文档 https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html 参数表明确 `temperature` 默认值为 `1.0` |
| `defaultTopP` | `1` | `1` | 保持 | 讯飞星火 HTTP 调用文档 https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html 参数表明确 `top_p` 默认值为 `1` |
| `extra` | `{"pricingNote":"讯飞按token包计费不区分输入输出"}` | `{"pricingNote":"讯飞按token包计费不区分输入输出"}` | 待确认 | 扩展字段为本地schema需业务侧定义 |