feat: 算力配置全面审计 — 6 家供应商 + Token/Coding Plan 对齐官方文档 (#20)

Providers:
- moonshot: 移除到期模型 kimi-k2/k2-thinking,修正 k2.6 maxOutputTokens 32768、k2.5 contextWindow 262144
- tencent: 修正 hunyuan-t1-latest 上下文/输出/价格,新增 hunyuan-t1-vision/turbos-vision
- volcengine: doubao-seed-2.0-lite/mini 新增 audio_understanding/video_understanding
- internal-testing: services 扩展为全部 18 种类型,新增 mediaBaseUrl

Coding Plans:
- dashscope-token-plan: baseUrl 修正为 coding.dashscope.aliyuncs.com,移除非 Coding Plan 模型,新增 kimi-k2.5/qwen3.5-plus/qwen3-coder-plus/glm-4.7
- minimax-coding: 修正 usageTracking 端点,services 扩展为 7 种含媒体类型
- moonshot-coding: maxOutputTokens 修正为 32768
- zhipu-coding: 新增 glm-5.1/glm-5-turbo/glm-4.5-air,修正 glm-5 contextWindow 200000
- volcengine-coding: 新增 glm-5.1/kimi-k2.6/minimax-m2.7
- tencent-token: 新增腾讯云 Token Plan(10 个模型)

presetDataVersion: 45 → 46
This commit is contained in:
2026-05-10 00:58:56 +08:00
committed by GitHub
parent 82ad03d9eb
commit 00e148af8e
12 changed files with 553 additions and 156 deletions

View File

@@ -2,8 +2,8 @@
"id": "provider-dashscope-token-plan-001",
"provider": "dashscope",
"brandGroup": "dashscope",
"label": "百炼 Token Plan",
"baseUrl": "https://token-plan.cn-beijing.maas.aliyuncs.com/compatible-mode/v1",
"label": "百炼 Coding Plan",
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
"mediaBaseUrl": "https://dashscope.aliyuncs.com/api/v1",
"apiFormat": "openai-completions",
"apiKeyRef": "",
@@ -13,8 +13,7 @@
"accessMode": "coding-plan",
"services": [
"chat",
"reasoning",
"image_gen"
"reasoning"
],
"codingPlan": {
"quotas": {},
@@ -26,11 +25,11 @@
"models": [
{
"modelName": "qwen3.6-plus",
"displayName": "Qwen3.6 Plus (Token Plan)",
"displayName": "Qwen3.6 Plus (Coding Plan)",
"serviceType": [
"chat"
],
"description": "百炼 Token Plan通义千问 3.6 Plus 旗舰模型1M 上下文",
"description": "百炼 Coding Plan通义千问 3.6 Plus 旗舰模型1M 上下文,支持图像理解",
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"capabilities": [
@@ -45,12 +44,32 @@
"source": "preset"
},
{
"modelName": "glm-5",
"displayName": "GLM-5 (Token Plan)",
"modelName": "kimi-k2.5",
"displayName": "Kimi K2.5 (Coding Plan)",
"serviceType": [
"chat"
],
"description": "百炼 Token Plan智谱 GLM-5200K 上下文",
"description": "百炼 Coding PlanKimi K2.5,支持图像理解",
"contextWindow": 262144,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use",
"agent",
"long_context"
],
"source": "preset"
},
{
"modelName": "glm-5",
"displayName": "GLM-5 (Coding Plan)",
"serviceType": [
"chat"
],
"description": "百炼 Coding Plan智谱 GLM-5200K 上下文",
"contextWindow": 202752,
"maxOutputTokens": 128000,
"capabilities": [
@@ -64,11 +83,11 @@
},
{
"modelName": "MiniMax-M2.5",
"displayName": "MiniMax M2.5 (Token Plan)",
"displayName": "MiniMax M2.5 (Coding Plan)",
"serviceType": [
"chat"
],
"description": "百炼 Token PlanMiniMax M2.5196K 上下文",
"description": "百炼 Coding PlanMiniMax M2.5196K 上下文",
"contextWindow": 196608,
"maxOutputTokens": 8192,
"capabilities": [
@@ -81,14 +100,48 @@
"source": "preset"
},
{
"modelName": "deepseek-v3.2",
"displayName": "DeepSeek V3.2 (Token Plan)",
"modelName": "qwen3.5-plus",
"displayName": "Qwen3.5 Plus (Coding Plan)",
"serviceType": [
"chat"
],
"description": "百炼 Token PlanDeepSeek V3.2",
"description": "百炼 Coding Plan通义千问 3.5 Plus支持图像理解",
"contextWindow": 131072,
"maxOutputTokens": 16384,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use"
],
"source": "preset"
},
{
"modelName": "qwen3-coder-plus",
"displayName": "Qwen3 Coder Plus (Coding Plan)",
"serviceType": [
"chat"
],
"description": "百炼 Coding Plan千问代码专用模型",
"contextWindow": 131072,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
"code",
"reasoning"
],
"source": "preset"
},
{
"modelName": "glm-4.7",
"displayName": "GLM-4.7 (Coding Plan)",
"serviceType": [
"chat"
],
"description": "百炼 Coding Plan智谱 GLM-4.7200K 上下文",
"contextWindow": 200000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
@@ -96,113 +149,6 @@
"tool_use"
],
"source": "preset"
},
{
"modelName": "wan2.7-image-pro",
"displayName": "通义万相 2.7 Pro (Token Plan)",
"serviceType": [
"image_gen"
],
"description": "百炼 Token Plan万相旗舰文生图支持 4K 分辨率",
"capabilities": [
"image_generation",
"chinese_optimized",
"high_quality"
],
"extra": {
"endpoint": "/services/aigc/image-generation/generation",
"asyncHeader": "X-DashScope-Async",
"taskQueryEndpoint": "/tasks",
"supportedImageSizes": [
"768*768",
"1024*1024",
"1280*1280",
"1024*1792",
"1792*1024",
"2048*2048",
"4096*4096"
],
"maxN": 4
},
"source": "preset"
},
{
"modelName": "wan2.7-image",
"displayName": "通义万相 2.7 (Token Plan)",
"serviceType": [
"image_gen"
],
"description": "百炼 Token Plan万相标准文生图",
"capabilities": [
"image_generation",
"chinese_optimized"
],
"extra": {
"endpoint": "/services/aigc/image-generation/generation",
"asyncHeader": "X-DashScope-Async",
"taskQueryEndpoint": "/tasks",
"supportedImageSizes": [
"768*768",
"1024*1024",
"1280*1280",
"1024*1792",
"1792*1024"
],
"maxN": 4
},
"source": "preset"
},
{
"modelName": "qwen-image-2.0-pro",
"displayName": "千问图像 2.0 Pro (Token Plan)",
"serviceType": [
"image_gen"
],
"description": "百炼 Token Plan千问图像生成 2.0 Pro 旗舰版",
"capabilities": [
"image_generation",
"chinese_optimized",
"high_quality"
],
"extra": {
"endpoint": "/services/aigc/image-generation/generation",
"asyncHeader": "X-DashScope-Async",
"taskQueryEndpoint": "/tasks",
"supportedImageSizes": [
"512*512",
"1024*1024",
"1280*1280",
"1664*928",
"928*1664"
],
"maxN": 4
},
"source": "preset"
},
{
"modelName": "qwen-image-2.0",
"displayName": "千问图像 2.0 (Token Plan)",
"serviceType": [
"image_gen"
],
"description": "百炼 Token Plan千问图像生成 2.0 标准版",
"capabilities": [
"image_generation",
"chinese_optimized"
],
"extra": {
"endpoint": "/services/aigc/image-generation/generation",
"asyncHeader": "X-DashScope-Async",
"taskQueryEndpoint": "/tasks",
"supportedImageSizes": [
"512*512",
"1024*1024",
"1280*1280",
"2048*2048"
],
"maxN": 4
},
"source": "preset"
}
]
}