mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
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
551 lines
13 KiB
JSON
551 lines
13 KiB
JSON
{
|
||
"id": "provider-volcengine-001",
|
||
"provider": "volcengine",
|
||
"label": "火山 豆包",
|
||
"baseUrl": "https://ark.cn-beijing.volces.com/api/v3",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "volcengine",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "CNY",
|
||
"services": [
|
||
"chat",
|
||
"reasoning",
|
||
"vision",
|
||
"embedding",
|
||
"voice_clone",
|
||
"realtime_voice",
|
||
"simultaneous_interpret",
|
||
"translation"
|
||
],
|
||
"models": [
|
||
{
|
||
"modelName": "doubao-seed-2.0-pro",
|
||
"displayName": "豆包 2.0 Pro",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包 Seed 2.0 旗舰模型,256K上下文,支持复杂推理、Agent 和多模态理解",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"tool_use",
|
||
"vision"
|
||
],
|
||
"inputPrice": 3.2,
|
||
"outputPrice": 16,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 32000,
|
||
"inputPrice": 3.2,
|
||
"outputPrice": 16
|
||
},
|
||
{
|
||
"maxInputTokens": 128000,
|
||
"inputPrice": 4.8,
|
||
"outputPrice": 24
|
||
},
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 9.6,
|
||
"outputPrice": 48
|
||
}
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-2.0-lite",
|
||
"displayName": "豆包 2.0 Lite",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包 Seed 2.0 全模态均衡模型,256K上下文,支持视频/图像/音频/文本统一理解",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"tool_use",
|
||
"vision",
|
||
"audio_understanding",
|
||
"video_understanding"
|
||
],
|
||
"inputPrice": 0.6,
|
||
"outputPrice": 3.6,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 32000,
|
||
"inputPrice": 0.6,
|
||
"outputPrice": 3.6
|
||
},
|
||
{
|
||
"maxInputTokens": 128000,
|
||
"inputPrice": 0.9,
|
||
"outputPrice": 5.4
|
||
},
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 1.8,
|
||
"outputPrice": 10.8
|
||
}
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-2.0-mini",
|
||
"displayName": "豆包 2.0 Mini",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包 Seed 2.0 全模态轻量模型,256K上下文,低延迟高并发,支持全模态理解",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"tool_use",
|
||
"vision",
|
||
"audio_understanding",
|
||
"video_understanding",
|
||
"fast"
|
||
],
|
||
"inputPrice": 0.2,
|
||
"outputPrice": 2,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 32000,
|
||
"inputPrice": 0.2,
|
||
"outputPrice": 2
|
||
},
|
||
{
|
||
"maxInputTokens": 128000,
|
||
"inputPrice": 0.4,
|
||
"outputPrice": 4
|
||
},
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 8
|
||
}
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-2.0-code",
|
||
"displayName": "豆包 2.0 Code",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包 Seed 2.0 编程模型,面向 Agentic Coding 场景优化",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"long_context",
|
||
"tool_use",
|
||
"vision",
|
||
"deep_thinking"
|
||
],
|
||
"inputPrice": 3.2,
|
||
"outputPrice": 16,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 32000,
|
||
"inputPrice": 3.2,
|
||
"outputPrice": 16
|
||
},
|
||
{
|
||
"maxInputTokens": 128000,
|
||
"inputPrice": 4.8,
|
||
"outputPrice": 24
|
||
},
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 9.6,
|
||
"outputPrice": 48
|
||
}
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-1.8",
|
||
"displayName": "豆包 Seed-1.8",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包1.8旗舰模型,256K上下文,支持深度思考和多模态",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 16000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"tool_use",
|
||
"vision"
|
||
],
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 8,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 32000,
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 8,
|
||
"pricingNotes": "Short outputs up to 0.2K tokens are priced at 2 CNY/M output tokens."
|
||
},
|
||
{
|
||
"maxInputTokens": 128000,
|
||
"inputPrice": 1.2,
|
||
"outputPrice": 16
|
||
},
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 2.4,
|
||
"outputPrice": 24
|
||
}
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-1.6",
|
||
"displayName": "豆包 Seed-1.6",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包1.6旗舰模型,256K上下文",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"long_context",
|
||
"tool_use",
|
||
"vision"
|
||
],
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 8,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 32000,
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 8,
|
||
"pricingNotes": "Short outputs up to 0.2K tokens are priced at 2 CNY/M output tokens."
|
||
},
|
||
{
|
||
"maxInputTokens": 128000,
|
||
"inputPrice": 1.2,
|
||
"outputPrice": 16
|
||
},
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 2.4,
|
||
"outputPrice": 24
|
||
}
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-1.6-thinking",
|
||
"displayName": "豆包 Seed-1.6 思考版",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包1.6深度思考模型,256K上下文",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 16000,
|
||
"capabilities": [
|
||
"reasoning",
|
||
"math",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context"
|
||
],
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 8,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-1.6-flash",
|
||
"displayName": "豆包 Seed-1.6 Flash",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包1.6快速版,成本较前代下降63%",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 16000,
|
||
"capabilities": [
|
||
"chat",
|
||
"code",
|
||
"fast",
|
||
"long_context",
|
||
"vision"
|
||
],
|
||
"inputPrice": 0.15,
|
||
"outputPrice": 1.5,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-1.6-lite",
|
||
"displayName": "豆包 Seed-1.6 Lite",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包1.6轻量版,极致性价比",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": [
|
||
"chat",
|
||
"code",
|
||
"fast"
|
||
],
|
||
"inputPrice": 0.3,
|
||
"outputPrice": 2.4,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {
|
||
"pricingTiers": [
|
||
{
|
||
"maxInputTokens": 32000,
|
||
"inputPrice": 0.3,
|
||
"outputPrice": 2.4
|
||
},
|
||
{
|
||
"maxInputTokens": 128000,
|
||
"inputPrice": 0.6,
|
||
"outputPrice": 4
|
||
},
|
||
{
|
||
"maxInputTokens": 256000,
|
||
"inputPrice": 1.2,
|
||
"outputPrice": 12
|
||
}
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-1.6-vision",
|
||
"displayName": "豆包 Seed-1.6 视觉版",
|
||
"serviceType": [
|
||
"vision"
|
||
],
|
||
"description": "火山引擎豆包1.6视觉模型,256K上下文,支持视频理解",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": [
|
||
"chat",
|
||
"vision",
|
||
"video_understanding",
|
||
"gui_agent",
|
||
"long_context"
|
||
],
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 8,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "doubao-seed-code",
|
||
"displayName": "豆包 Seed-Code",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎豆包编程专用模型,256K上下文",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"code",
|
||
"reasoning",
|
||
"long_context",
|
||
"deep_thinking"
|
||
],
|
||
"inputPrice": 1.2,
|
||
"outputPrice": 8,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.7,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "deepseek-v3.2",
|
||
"displayName": "DeepSeek V3.2 (火山引擎)",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "火山引擎托管的DeepSeek V3.2,128K上下文",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 32000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual"
|
||
],
|
||
"inputPrice": 2,
|
||
"outputPrice": 3,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 1,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "deepseek-r1",
|
||
"displayName": "DeepSeek R1 (火山引擎)",
|
||
"serviceType": [
|
||
"reasoning"
|
||
],
|
||
"description": "火山引擎托管的DeepSeek R1推理模型,128K上下文",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": [
|
||
"reasoning",
|
||
"math",
|
||
"code",
|
||
"science",
|
||
"deep_thinking"
|
||
],
|
||
"inputPrice": 4,
|
||
"outputPrice": 16,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "doubao-embedding",
|
||
"displayName": "豆包 Embedding",
|
||
"serviceType": [
|
||
"embedding"
|
||
],
|
||
"description": "火山引擎豆包标准向量模型,默认2048维度,可选512/1024/2048维度",
|
||
"contextWindow": 4096,
|
||
"capabilities": [
|
||
"text_embedding",
|
||
"semantic_search",
|
||
"rag",
|
||
"chinese_optimized"
|
||
],
|
||
"inputPrice": 0.5,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "doubao-embedding-large",
|
||
"displayName": "豆包 Embedding Large",
|
||
"serviceType": [
|
||
"embedding"
|
||
],
|
||
"description": "火山引擎豆包大号向量模型,默认2048维度,可选512/1024/2048/4096维度",
|
||
"contextWindow": 4096,
|
||
"capabilities": [
|
||
"text_embedding",
|
||
"semantic_search",
|
||
"rag",
|
||
"chinese_optimized"
|
||
],
|
||
"inputPrice": 0.5,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "volc-mega-tts-clone",
|
||
"displayName": "火山声音复刻",
|
||
"serviceType": [
|
||
"voice_clone"
|
||
],
|
||
"description": "火山引擎声音复刻,支持极少样本",
|
||
"capabilities": [
|
||
"voice_clone",
|
||
"chinese_optimized",
|
||
"few_shot"
|
||
],
|
||
"extra": {
|
||
"maxCloneSamples": 3,
|
||
"minCloneDuration": 5
|
||
}
|
||
},
|
||
{
|
||
"modelName": "volc-realtime-voice",
|
||
"displayName": "火山实时语音",
|
||
"serviceType": [
|
||
"realtime_voice"
|
||
],
|
||
"description": "火山引擎实时语音交互",
|
||
"capabilities": [
|
||
"realtime",
|
||
"speech_to_speech",
|
||
"low_latency",
|
||
"chinese_optimized"
|
||
],
|
||
"extra": {
|
||
"supportedModes": [
|
||
"speech-to-speech"
|
||
],
|
||
"latencyMs": 200
|
||
}
|
||
},
|
||
{
|
||
"modelName": "volc-simultaneous",
|
||
"displayName": "火山同声传译",
|
||
"serviceType": [
|
||
"simultaneous_interpret"
|
||
],
|
||
"description": "火山引擎同声传译,支持中英双向",
|
||
"capabilities": [
|
||
"simultaneous_interpretation",
|
||
"chinese_optimized",
|
||
"low_latency"
|
||
],
|
||
"extra": {
|
||
"streamingSupported": true
|
||
}
|
||
},
|
||
{
|
||
"modelName": "volc-translation",
|
||
"displayName": "火山翻译",
|
||
"serviceType": [
|
||
"translation"
|
||
],
|
||
"description": "火山引擎机器翻译,支持多语种互译",
|
||
"capabilities": [
|
||
"translation",
|
||
"multilingual",
|
||
"chinese_optimized"
|
||
],
|
||
"extra": {}
|
||
}
|
||
]
|
||
}
|