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,21 +6,16 @@
## openrouter/auto
- `modelName`: ZenMux无稳定匹配
- `maxOutputTokens`: 已 https://openrouter.ai/docs/model-routing 、https://openrouter.ai/openrouter/auto/overview 与 https://openrouter.ai/api/v1/models `openrouter/auto` 会动态路由到不同底模,官方模型 API 对其返回 `top_provider.max_completion_tokens=null`未给统一固定 max output tokens
- `maxOutputTokens`: 已复核 https://openrouter.ai/docs/model-routing 、https://openrouter.ai/openrouter/auto/overview 与 https://openrouter.ai/api/v1/models `openrouter/auto` 官方定义就是动态路由到底层模型集合;其官方模型 API 当前对该条目返回 `top_provider.max_completion_tokens=null`因此不存在统一固定 `maxOutputTokens`
- `inputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `outputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `defaultTemperature`: 官方通常不提供默认采样参数
- `defaultTopP`: 官方通常不提供默认采样参数
- `extra`: 扩展字段为本地schema需业务侧定义
## openai/gpt-oss-120b:free
- `modelName`: ZenMux无稳定匹配
- `inputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `outputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `defaultTemperature`: 官方通常不提供默认采样参数
- `defaultTopP`: 官方通常不提供默认采样参数
- `extra`: 扩展字段为本地schema需业务侧定义
## qwen/qwen3-coder:free
@@ -28,6 +23,4 @@
- `modelName`: ZenMux无稳定匹配
- `inputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `outputPrice`: ZenMux无稳定价格可用需官方价格页复核
- `defaultTemperature`: 官方通常不提供默认采样参数
- `defaultTopP`: 官方通常不提供默认采样参数
- `extra`: 扩展字段为本地schema需业务侧定义