mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 10:50:53 +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,6 +8,4 @@
|
||||
- `modelName`: ZenMux匹配(normalized): minimax/minimax-m2.5
|
||||
- `maxOutputTokens`: 已查 https://platform.minimax.io/docs/api-reference/text-chat-anthropic 与 https://platform.minimax.io/docs/api-reference/text-chat-openai ,当前兼容接口仅把 `max_tokens` / `max_completion_tokens` 写成接口参数上限 `2048`;另查 https://platform.minimax.io/docs/api-reference/text-post ,废弃 Text Generation 接口只给出 `MiniMax-M2` / `MiniMax-M1` / `MiniMax-Text-01` 的默认值 `10240` / `8192` / `2048`,未公布 `MiniMax-M2.5` 的独立模型级最大输出,因此无法用官网确认当前 `32768`
|
||||
- `capabilities`: ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核
|
||||
- `defaultTemperature`: 官方通常不提供默认采样参数
|
||||
- `defaultTopP`: 官方通常不提供默认采样参数
|
||||
- `extra`: 扩展字段为本地schema,需业务侧定义
|
||||
|
||||
@@ -31,6 +31,24 @@
|
||||
| `inputPrice` | `0.3` | `0.3` | 保持 | ZenMux(minimax/minimax-m2.5) prompt=0.3 USD/MTokens |
|
||||
| `outputPrice` | `1.2` | `1.2` | 保持 | ZenMux(minimax/minimax-m2.5) completion=1.2 USD/MTokens |
|
||||
| `capabilities` | `["chat","reasoning","code","long_context"]` | `["chat","reasoning","code","long_context"]` | 待确认 | ZenMux给出reasoning=true,但capabilities是项目语义字段,需官方能力说明复核 |
|
||||
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
|
||||
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `temperature=1.0` |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `top_p=0.95` |
|
||||
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema,需业务侧定义 |
|
||||
|
||||
## MiniMax-M2.7
|
||||
|
||||
- 本次补充 `defaultTemperature` / `defaultTopP` 复核结论
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `temperature=1.0` |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `top_p=0.95` |
|
||||
|
||||
## MiniMax-M2.7-highspeed
|
||||
|
||||
- 本次补充 `defaultTemperature` / `defaultTopP` 复核结论
|
||||
|
||||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||||
|---|---|---|---|---|
|
||||
| `defaultTemperature` | `1` | `1` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `temperature=1.0` |
|
||||
| `defaultTopP` | `0.95` | `0.95` | 保持 | 已复核 MiniMax 官方 OpenAI / Anthropic 兼容接口文档,文本模型默认 `top_p=0.95` |
|
||||
|
||||
Reference in New Issue
Block a user