01764d447d
feat(dashscope): 更新 Coding Plan 模型 + 新增 Token Plan + providers 补充 qwen-image 系列
...
Coding Plan:
- 更新模型列表至最新(qwen3.6-plus、kimi-k2.5、glm-5 等 9 个模型)
- 修正上下文窗口参数(qwen3.6-plus: 1M, glm-5: 200K 等)
- label 从 "Token (Coding) Plan" 改回 "Coding Plan"
Token Plan(新增):
- 新增 dashscope-token-plan.json 配置
- baseUrl: token-plan.cn-beijing.maas.aliyuncs.com/compatible-mode/v1
- 包含文本模型 4 个 + 图像模型 4 个(wan2.7 + qwen-image-2.0)
- accessMode: "token-plan",usageTracking: credits
Providers (dashscope.json):
- 补充 qwen-image-2.0-pro 和 qwen-image-2.0 两个图像生成模型
2026-05-07 20:09:25 +08:00
9da3d12a4f
chore: Coding Plan 统一改名为 Token (Coding) Plan
2026-04-28 21:14:03 +08:00
371336cdd6
Revert "Merge pull request #1 from desirecore/model-field-official-audit"
...
This reverts commit 88a8cf2db6 , reversing
changes made to ca99ea272f .
2026-04-25 19:34:29 +08:00
b0e0cead04
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 >
2026-04-24 20:12:57 +08:00
7159e1cf59
fix(coding-plans): revert incorrect model name suffix and align MiniMax Token Plan labels
...
- Revert qwen3-max-2026-01-23 back to qwen3-max in dashscope-coding
- Update minimax-coding labels/descriptions to "Token Plan" to match
actual config params (endpoints, quotas, billing), since MiniMax
upgraded Coding Plan to Token Plan in March 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-24 15:12:13 +08:00
c57cd4723d
audit model field values against official docs
2026-04-24 12:20:24 +08:00
张馨元
97c2c16643
fix: 修复 22 处模型能力标签与实际能力不一致的问题
...
- 为 kimi-k2、qwen3-max、glm-4.6、grok-4 等 12 个模型补充 vision 标签
- 为 minimax-m2.1-highspeed、mistral-small-latest 补充 reasoning 标签
- 对齐 coding-plan 版本与主版本的能力标签(zhipu/dashscope/moonshot)
- 补全 internal-testing 内测版过度简化的能力标签
- bump presetDataVersion: 17 -> 18
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-15 15:30:00 +08:00
张馨元
5de191f62f
fix: 修复供应商默认端点 URL 并新增 Coding Plan 配置
...
- anthropic: 去掉多余的 /v1(Anthropic 原生 API 不带版本路径)
- deepseek: 去掉 /v1(官方推荐不带版本后缀)
- minimax: 域名从 minimax.io 改为 minimaxi.com(国内正式域名)
- 新增 compute/coding-plans/ 目录(8 个 Coding Plan 供应商配置)
- manifest presetDataVersion 9 → 10
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 19:26:08 +08:00