mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:30:51 +08:00
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:
@@ -8,8 +8,6 @@
|
||||
- `modelName`: ZenMux无稳定匹配
|
||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||
|
||||
## 4.0Ultra
|
||||
@@ -17,6 +15,4 @@
|
||||
- `modelName`: ZenMux无稳定匹配
|
||||
- `inputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||
- `outputPrice`: ZenMux无稳定价格可用,需官方价格页复核
|
||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||
|
||||
@@ -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,需业务侧定义 |
|
||||
|
||||
Reference in New Issue
Block a user