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:
@@ -7,6 +7,7 @@
|
||||
## 来源
|
||||
|
||||
- https://platform.kimi.com/docs/guide/kimi-k2-5-quickstart
|
||||
- https://platform.kimi.com/docs/api/models-overview
|
||||
- https://platform.kimi.com/docs/pricing/chat-k25
|
||||
- https://zenmux.ai/models
|
||||
- https://zenmux.ai/api/v1/models
|
||||
@@ -27,6 +28,15 @@
|
||||
| `inputPrice` | `0.58` | `0.58` | 保持 | ZenMux(moonshotai/kimi-k2.5) prompt=0.58 USD/MTokens |
|
||||
| `outputPrice` | `3.02` | `3.02` | 保持 | ZenMux(moonshotai/kimi-k2.5) completion=3.02 USD/MTokens |
|
||||
| `capabilities` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | `["chat","reasoning","code","tool_use","agent","long_context","vision"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 已复核 Moonshot 官方 Kimi K2.5 文档,K2.5 当前将 `temperature` 固定为 `1.0` |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核 Moonshot 官方 Kimi K2.5 文档,K2.5 当前将 `top_p` 固定为 `0.95` |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||
|
||||
## kimi-for-coding
|
||||
|
||||
- 本次补充 `defaultTemperature` / `defaultTopP` 复核结论
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `defaultTemperature` | `null` | `null` | 保持 | 已复核 Moonshot 官方模型总览与 Kimi K2.5 文档,公开模型页列出的是 `kimi-k2.5`,未公开 `kimi-for-coding` 的独立模型卡片或默认采样参数;该本地别名无法和官网型号做 1:1 映射,当前保持 `null` |
|
||||
| `defaultTopP` | `null` | `null` | 保持 | 同上;公开资料未给 `kimi-for-coding` 的固定默认 `top_p`,当前保持 `null` |
|
||||
|
||||
Reference in New Issue
Block a user