mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
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 两个图像生成模型
695 lines
17 KiB
JSON
695 lines
17 KiB
JSON
{
|
||
"id": "provider-dashscope-001",
|
||
"provider": "dashscope",
|
||
"label": "阿里 通义千问",
|
||
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||
"mediaBaseUrl": "https://dashscope.aliyuncs.com/api/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "dashscope",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "CNY",
|
||
"services": [
|
||
"chat",
|
||
"embedding",
|
||
"rerank",
|
||
"tts",
|
||
"asr",
|
||
"vision",
|
||
"image_gen",
|
||
"video_gen",
|
||
"voice_clone",
|
||
"omni",
|
||
"translation"
|
||
],
|
||
"models": [
|
||
{
|
||
"modelName": "qwen3.6-plus",
|
||
"displayName": "阿里云 Qwen3.6-Plus",
|
||
"serviceType": [
|
||
"chat",
|
||
"vision"
|
||
],
|
||
"description": "通义千问3.6 Plus,支持文本/图像/视频输入,100万上下文,支持内置工具和 Function Calling",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent",
|
||
"vision"
|
||
],
|
||
"inputPrice": 2,
|
||
"outputPrice": 12,
|
||
"defaultTemperature": 0.6,
|
||
"defaultTopP": 0.95,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 2,
|
||
"outputPrice": 12,
|
||
"thinkingOutputPrice": 12
|
||
},
|
||
{
|
||
"maxInputTokens": 1000000,
|
||
"inputPrice": 8,
|
||
"outputPrice": 48,
|
||
"thinkingOutputPrice": 48
|
||
}
|
||
],
|
||
"thinkingMaxTokens": 81920
|
||
}
|
||
},
|
||
{
|
||
"modelName": "qwen3.6-flash",
|
||
"displayName": "阿里云 Qwen3.6-Flash",
|
||
"serviceType": [
|
||
"chat",
|
||
"vision"
|
||
],
|
||
"description": "通义千问3.6 Flash,高性价比多模态模型,100万上下文,支持内置工具和 Function Calling",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"tool_use",
|
||
"vision",
|
||
"fast"
|
||
],
|
||
"inputPrice": 1.2,
|
||
"outputPrice": 7.2,
|
||
"defaultTemperature": 0.6,
|
||
"defaultTopP": 0.95,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 1.2,
|
||
"outputPrice": 7.2
|
||
},
|
||
{
|
||
"maxInputTokens": 1000000,
|
||
"inputPrice": 4.8,
|
||
"outputPrice": 28.8
|
||
}
|
||
],
|
||
"thinkingMaxTokens": 131072
|
||
}
|
||
},
|
||
{
|
||
"modelName": "qwen3.5-plus",
|
||
"displayName": "阿里云 Qwen3.5-Plus",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "通义千问3.5旗舰模型,支持文本/图像/视频输入,100万上下文,默认开启思考模式",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent",
|
||
"vision"
|
||
],
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 4.8,
|
||
"defaultTemperature": 0.6,
|
||
"defaultTopP": 0.95,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 128000,
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 4.8
|
||
},
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 2,
|
||
"outputPrice": 12
|
||
},
|
||
{
|
||
"maxInputTokens": 1000000,
|
||
"inputPrice": 4,
|
||
"outputPrice": 24
|
||
}
|
||
],
|
||
"thinkingMaxTokens": 81920
|
||
}
|
||
},
|
||
{
|
||
"modelName": "qwen-max",
|
||
"displayName": "阿里云 qwen-max",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "通义千问Max,千亿参数旗舰模型,32K 上下文",
|
||
"contextWindow": 32768,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context"
|
||
],
|
||
"inputPrice": 2.4,
|
||
"outputPrice": 9.6,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.8,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "qwen-plus",
|
||
"displayName": "阿里云 qwen-plus",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "通义千问Plus,支持思考模式,100万上下文",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"thinking_mode"
|
||
],
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 2,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.8,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 128000,
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 2,
|
||
"thinkingOutputPrice": 8
|
||
},
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 2.4,
|
||
"outputPrice": 20,
|
||
"thinkingOutputPrice": 24
|
||
},
|
||
{
|
||
"maxInputTokens": 1000000,
|
||
"inputPrice": 4.8,
|
||
"outputPrice": 48,
|
||
"thinkingOutputPrice": 64
|
||
}
|
||
],
|
||
"thinkingMaxTokens": 81920
|
||
}
|
||
},
|
||
{
|
||
"modelName": "qwen-turbo",
|
||
"displayName": "阿里云 qwen-turbo",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "通义千问Turbo,非思考模式支持100万上下文,思考模式支持131K上下文",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 16384,
|
||
"capabilities": [
|
||
"chat",
|
||
"code",
|
||
"long_context",
|
||
"fast"
|
||
],
|
||
"inputPrice": 0.367,
|
||
"outputPrice": 1.468,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.8,
|
||
"extra": {
|
||
"thinkingContextWindow": 131072,
|
||
"thinkingOutputPrice": 3.67,
|
||
"thinkingMaxTokens": 38912
|
||
}
|
||
},
|
||
{
|
||
"modelName": "qwen-long",
|
||
"displayName": "阿里云 qwen-long",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "通义千问Long,支持1000万上下文,适合超长文档处理,降价97%",
|
||
"contextWindow": 10000000,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"chat",
|
||
"ultra_long_context",
|
||
"document_processing"
|
||
],
|
||
"inputPrice": 0.5,
|
||
"outputPrice": 2,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.8,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "qwen3-max",
|
||
"displayName": "阿里云 Qwen3-Max",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "通义千问3代旗舰模型,262K 上下文,支持思考模式",
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent",
|
||
"vision"
|
||
],
|
||
"inputPrice": 2.5,
|
||
"outputPrice": 10,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.8,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "qwen3-vl-plus",
|
||
"displayName": "阿里云 Qwen3-VL-Plus",
|
||
"serviceType": [
|
||
"vision"
|
||
],
|
||
"description": "通义千问3代视觉模型Plus版,支持图像理解",
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"chat",
|
||
"vision",
|
||
"image_understanding",
|
||
"ocr",
|
||
"chart_analysis"
|
||
],
|
||
"inputPrice": 1.5,
|
||
"outputPrice": 6,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.8,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "qwen3-vl-flash",
|
||
"displayName": "阿里云 Qwen3-VL-Flash",
|
||
"serviceType": [
|
||
"vision"
|
||
],
|
||
"description": "通义千问3代视觉模型Flash版,高性价比",
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"chat",
|
||
"vision",
|
||
"image_understanding",
|
||
"fast"
|
||
],
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 3,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.8,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "text-embedding-v3",
|
||
"displayName": "text-embedding-v3",
|
||
"serviceType": [
|
||
"embedding"
|
||
],
|
||
"description": "阿里云文本向量化",
|
||
"contextWindow": 8192,
|
||
"capabilities": [
|
||
"text_embedding",
|
||
"semantic_search",
|
||
"chinese_optimized"
|
||
],
|
||
"inputPrice": 0.7,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "text-embedding-v4",
|
||
"displayName": "阿里云 text-embedding-v4",
|
||
"serviceType": [
|
||
"embedding"
|
||
],
|
||
"description": "阿里云百炼文本向量模型v4,支持多维度与多语种",
|
||
"contextWindow": 8192,
|
||
"capabilities": [
|
||
"text_embedding",
|
||
"semantic_search",
|
||
"rag"
|
||
],
|
||
"inputPrice": 0.5,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "qwen3-rerank",
|
||
"displayName": "Qwen3-Rerank",
|
||
"serviceType": [
|
||
"rerank"
|
||
],
|
||
"description": "检索重排序,支持 100+ 语种",
|
||
"contextWindow": 120000,
|
||
"capabilities": [
|
||
"rerank",
|
||
"semantic_reranking",
|
||
"multilingual"
|
||
],
|
||
"inputPrice": 1,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "cosyvoice-v2",
|
||
"displayName": "CosyVoice V2",
|
||
"serviceType": [
|
||
"tts"
|
||
],
|
||
"description": "通义语音合成,支持中英文",
|
||
"capabilities": [
|
||
"tts",
|
||
"multilingual",
|
||
"chinese_optimized"
|
||
],
|
||
"extra": {
|
||
"voices": [
|
||
"longxiaochun",
|
||
"longxiaoxia",
|
||
"longlaotie",
|
||
"longshu"
|
||
],
|
||
"supportedAudioFormats": [
|
||
"mp3",
|
||
"wav",
|
||
"pcm"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"modelName": "paraformer-v2",
|
||
"displayName": "Paraformer V2",
|
||
"serviceType": [
|
||
"asr"
|
||
],
|
||
"description": "通义语音识别",
|
||
"capabilities": [
|
||
"asr",
|
||
"chinese_optimized"
|
||
],
|
||
"extra": {
|
||
"maxAudioLength": 3600,
|
||
"supportedInputFormats": [
|
||
"wav",
|
||
"mp3",
|
||
"pcm",
|
||
"ogg"
|
||
],
|
||
"streamingSupported": true
|
||
}
|
||
},
|
||
{
|
||
"modelName": "wan2.7-image-pro",
|
||
"displayName": "通义万相 2.7 Pro",
|
||
"serviceType": [
|
||
"image_gen"
|
||
],
|
||
"description": "万相最新旗舰文生图模型,支持 4K 分辨率、thinking_mode 智能思考、色彩调色板控制",
|
||
"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"
|
||
],
|
||
"sizeShortcuts": {
|
||
"1K": "1024*1024",
|
||
"2K": "2048*2048",
|
||
"4K": "4096*4096"
|
||
},
|
||
"maxN": 4,
|
||
"supportsThinkingMode": true,
|
||
"supportsColorPalette": true
|
||
}
|
||
},
|
||
{
|
||
"modelName": "wan2.7-image",
|
||
"displayName": "通义万相 2.7",
|
||
"serviceType": [
|
||
"image_gen"
|
||
],
|
||
"description": "万相最新标准文生图模型,高画质,支持 thinking_mode",
|
||
"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,
|
||
"supportsThinkingMode": true
|
||
}
|
||
},
|
||
{
|
||
"modelName": "wan2.6-t2i",
|
||
"displayName": "通义万相 2.6 文生图",
|
||
"serviceType": [
|
||
"image_gen"
|
||
],
|
||
"description": "万相 2.6 文生图专用模型,稳定可靠,支持 prompt_extend 智能改写",
|
||
"capabilities": [
|
||
"image_generation",
|
||
"chinese_optimized"
|
||
],
|
||
"extra": {
|
||
"endpoint": "/services/aigc/image-generation/generation",
|
||
"asyncHeader": "X-DashScope-Async",
|
||
"taskQueryEndpoint": "/tasks",
|
||
"supportedImageSizes": [
|
||
"1024*1024",
|
||
"1280*1280",
|
||
"720*1280",
|
||
"1280*720",
|
||
"768*1152",
|
||
"1152*768"
|
||
],
|
||
"maxN": 4,
|
||
"supportsNegativePrompt": true,
|
||
"supportsPromptExtend": true
|
||
}
|
||
},
|
||
{
|
||
"modelName": "wan2.2-t2i-plus",
|
||
"displayName": "通义万相 2.2 Plus",
|
||
"serviceType": [
|
||
"image_gen"
|
||
],
|
||
"description": "万相 2.2 增强版,画质与速度平衡",
|
||
"capabilities": [
|
||
"image_generation",
|
||
"chinese_optimized"
|
||
],
|
||
"extra": {
|
||
"endpoint": "/services/aigc/image-generation/generation",
|
||
"asyncHeader": "X-DashScope-Async",
|
||
"taskQueryEndpoint": "/tasks",
|
||
"supportedImageSizes": [
|
||
"1024*1024",
|
||
"720*1280",
|
||
"1280*720"
|
||
],
|
||
"maxN": 4,
|
||
"supportsNegativePrompt": true
|
||
}
|
||
},
|
||
{
|
||
"modelName": "wan2.2-t2i-flash",
|
||
"displayName": "通义万相 2.2 Flash",
|
||
"serviceType": [
|
||
"image_gen"
|
||
],
|
||
"description": "万相 2.2 快速版,生成速度极快,适合批量和实时场景",
|
||
"capabilities": [
|
||
"image_generation",
|
||
"chinese_optimized",
|
||
"fast"
|
||
],
|
||
"extra": {
|
||
"endpoint": "/services/aigc/image-generation/generation",
|
||
"asyncHeader": "X-DashScope-Async",
|
||
"taskQueryEndpoint": "/tasks",
|
||
"supportedImageSizes": [
|
||
"1024*1024",
|
||
"720*1280",
|
||
"1280*720"
|
||
],
|
||
"maxN": 4,
|
||
"supportsNegativePrompt": true
|
||
}
|
||
},
|
||
{
|
||
"modelName": "qwen-image-2.0-pro",
|
||
"displayName": "千问图像 2.0 Pro",
|
||
"serviceType": [
|
||
"image_gen"
|
||
],
|
||
"description": "千问图像生成 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
|
||
}
|
||
},
|
||
{
|
||
"modelName": "qwen-image-2.0",
|
||
"displayName": "千问图像 2.0",
|
||
"serviceType": [
|
||
"image_gen"
|
||
],
|
||
"description": "千问图像生成 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
|
||
}
|
||
},
|
||
{
|
||
"modelName": "wan2.6-t2v",
|
||
"displayName": "通义万相 2.6 文生视频",
|
||
"serviceType": [
|
||
"video_gen"
|
||
],
|
||
"description": "万相 2.6 文生视频模型,支持文生视频和图生视频",
|
||
"capabilities": [
|
||
"video_generation",
|
||
"chinese_optimized"
|
||
],
|
||
"extra": {
|
||
"maxVideoDuration": 10,
|
||
"supportedResolutions": [
|
||
"720p",
|
||
"1080p"
|
||
],
|
||
"endpoint": "/services/aigc/video-generation/generation",
|
||
"asyncHeader": "X-DashScope-Async",
|
||
"taskQueryEndpoint": "/tasks"
|
||
}
|
||
},
|
||
{
|
||
"modelName": "cosyvoice-clone",
|
||
"displayName": "CosyVoice 声音复刻",
|
||
"serviceType": [
|
||
"voice_clone"
|
||
],
|
||
"description": "通义声音复刻,少量样本即可克隆",
|
||
"capabilities": [
|
||
"voice_clone",
|
||
"chinese_optimized",
|
||
"few_shot"
|
||
],
|
||
"extra": {
|
||
"maxCloneSamples": 5,
|
||
"minCloneDuration": 3
|
||
}
|
||
},
|
||
{
|
||
"modelName": "qwen-omni-turbo",
|
||
"displayName": "Qwen-Omni-Turbo",
|
||
"serviceType": [
|
||
"omni"
|
||
],
|
||
"description": "通义全能模型,支持音视频文本多模态",
|
||
"contextWindow": 32768,
|
||
"maxOutputTokens": 2048,
|
||
"capabilities": [
|
||
"chat",
|
||
"vision",
|
||
"tts",
|
||
"asr",
|
||
"multimodal",
|
||
"tool_use"
|
||
],
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.01,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "qwen3-max-trans",
|
||
"displayName": "Qwen3-Max(翻译)",
|
||
"serviceType": [
|
||
"translation"
|
||
],
|
||
"description": "通义千问翻译,中英日韩等多语种互译",
|
||
"contextWindow": 131072,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"translation",
|
||
"multilingual",
|
||
"chinese_optimized"
|
||
],
|
||
"defaultTemperature": 0.65,
|
||
"defaultTopP": 0.8,
|
||
"extra": {}
|
||
}
|
||
]
|
||
}
|