fix: remove irrelevant text-model fields from non-text providers

Remove contextWindow: 0 and maxOutputTokens: 0 from non-text models
(tts, asr, image_gen, video_gen, voice_clone, translation, etc.) and
maxOutputTokens: 0 from embedding/rerank models across kling,
local-whisper, stability, openai, dashscope, google, volcengine,
and zhipu-embedding configs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-24 19:53:57 +08:00
parent 7159e1cf59
commit cc2fb7b9a5
8 changed files with 256 additions and 111 deletions

View File

@@ -23,6 +23,88 @@
"translation" "translation"
], ],
"models": [ "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", "modelName": "qwen3.5-plus",
"displayName": "阿里云 Qwen3.5-Plus", "displayName": "阿里云 Qwen3.5-Plus",
@@ -44,8 +126,8 @@
], ],
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 4.8, "outputPrice": 4.8,
"defaultTemperature": 0.7, "defaultTemperature": 0.6,
"defaultTopP": 0.8, "defaultTopP": 0.95,
"extra": { "extra": {
"pricingTiers": [ "pricingTiers": [
{ {
@@ -106,8 +188,8 @@
], ],
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 2, "outputPrice": 2,
"defaultTemperature": 0.6, "defaultTemperature": null,
"defaultTopP": 0.8, "defaultTopP": null,
"extra": { "extra": {
"pricingTiers": [ "pricingTiers": [
{ {
@@ -149,8 +231,8 @@
], ],
"inputPrice": 0.367, "inputPrice": 0.367,
"outputPrice": 1.468, "outputPrice": 1.468,
"defaultTemperature": 0.7, "defaultTemperature": null,
"defaultTopP": 0.8, "defaultTopP": null,
"extra": { "extra": {
"thinkingContextWindow": 131072, "thinkingContextWindow": 131072,
"thinkingOutputPrice": 3.67, "thinkingOutputPrice": 3.67,
@@ -173,7 +255,7 @@
], ],
"inputPrice": 0.5, "inputPrice": 0.5,
"outputPrice": 2, "outputPrice": 2,
"defaultTemperature": 0.7, "defaultTemperature": 1,
"defaultTopP": 0.8, "defaultTopP": 0.8,
"extra": {} "extra": {}
}, },
@@ -198,8 +280,8 @@
], ],
"inputPrice": 2.5, "inputPrice": 2.5,
"outputPrice": 10, "outputPrice": 10,
"defaultTemperature": 0.7, "defaultTemperature": null,
"defaultTopP": 0.8, "defaultTopP": null,
"extra": {} "extra": {}
}, },
{ {
@@ -221,6 +303,7 @@
"inputPrice": 1.5, "inputPrice": 1.5,
"outputPrice": 6, "outputPrice": 6,
"defaultTemperature": 0.7, "defaultTemperature": 0.7,
"defaultTopP": 0.8,
"extra": {} "extra": {}
}, },
{ {
@@ -241,6 +324,7 @@
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 3, "outputPrice": 3,
"defaultTemperature": 0.7, "defaultTemperature": 0.7,
"defaultTopP": 0.8,
"extra": {} "extra": {}
}, },
{ {
@@ -257,8 +341,8 @@
"chinese_optimized" "chinese_optimized"
], ],
"inputPrice": 0.7, "inputPrice": 0.7,
"maxOutputTokens": 0, "defaultTemperature": null,
"defaultTemperature": 1, "defaultTopP": null,
"extra": {} "extra": {}
}, },
{ {
@@ -275,8 +359,8 @@
"rag" "rag"
], ],
"inputPrice": 0.5, "inputPrice": 0.5,
"maxOutputTokens": 0, "defaultTemperature": null,
"defaultTemperature": 1, "defaultTopP": null,
"extra": {} "extra": {}
}, },
{ {
@@ -287,14 +371,14 @@
], ],
"description": "检索重排序,支持 100+ 语种", "description": "检索重排序,支持 100+ 语种",
"contextWindow": 120000, "contextWindow": 120000,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"rerank", "rerank",
"semantic_reranking", "semantic_reranking",
"multilingual" "multilingual"
], ],
"inputPrice": 1, "inputPrice": 1,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": {} "extra": {}
}, },
{ {
@@ -304,14 +388,13 @@
"tts" "tts"
], ],
"description": "通义语音合成,支持中英文", "description": "通义语音合成,支持中英文",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"tts", "tts",
"multilingual", "multilingual",
"chinese_optimized" "chinese_optimized"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"voices": [ "voices": [
"longxiaochun", "longxiaochun",
@@ -333,13 +416,12 @@
"asr" "asr"
], ],
"description": "通义语音识别", "description": "通义语音识别",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"asr", "asr",
"chinese_optimized" "chinese_optimized"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"maxAudioLength": 3600, "maxAudioLength": 3600,
"supportedInputFormats": [ "supportedInputFormats": [
@@ -358,13 +440,12 @@
"image_gen" "image_gen"
], ],
"description": "通义万相文生图", "description": "通义万相文生图",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"image_generation", "image_generation",
"chinese_optimized" "chinese_optimized"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"supportedImageSizes": [ "supportedImageSizes": [
"1024x1024", "1024x1024",
@@ -386,13 +467,12 @@
"video_gen" "video_gen"
], ],
"description": "通义万相文生视频", "description": "通义万相文生视频",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"video_generation", "video_generation",
"chinese_optimized" "chinese_optimized"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"maxVideoDuration": 10, "maxVideoDuration": 10,
"supportedResolutions": [ "supportedResolutions": [
@@ -408,14 +488,13 @@
"voice_clone" "voice_clone"
], ],
"description": "通义声音复刻,少量样本即可克隆", "description": "通义声音复刻,少量样本即可克隆",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"voice_clone", "voice_clone",
"chinese_optimized", "chinese_optimized",
"few_shot" "few_shot"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"maxCloneSamples": 5, "maxCloneSamples": 5,
"minCloneDuration": 3 "minCloneDuration": 3
@@ -438,7 +517,8 @@
"multimodal", "multimodal",
"tool_use" "tool_use"
], ],
"defaultTemperature": 0.7, "defaultTemperature": null,
"defaultTopP": 0.01,
"extra": {} "extra": {}
}, },
{ {
@@ -455,7 +535,8 @@
"multilingual", "multilingual",
"chinese_optimized" "chinese_optimized"
], ],
"defaultTemperature": 0.7, "defaultTemperature": null,
"defaultTopP": null,
"extra": {} "extra": {}
} }
] ]

View File

@@ -15,6 +15,92 @@
"embedding" "embedding"
], ],
"models": [ "models": [
{
"modelName": "gemini-3.1-pro-preview",
"displayName": "Gemini 3.1 Pro Preview",
"serviceType": ["chat"],
"description": "Google Gemini 3.1 Pro Preview面向复杂推理、编码和智能体工作流",
"contextWindow": 1048576,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"ultra_long_context",
"tool_use"
],
"inputPrice": 2.00,
"outputPrice": 12.00,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"pricingNotes": "Standard paid tier text/image/video price for prompts <= 200K tokens; prompts > 200K are $4 input and $18 output per 1M tokens.",
"cachePricing": {
"inputCacheRead": 0.20,
"inputCacheReadOver200k": 0.40,
"storagePerMillionTokensPerHour": 4.50
}
}
},
{
"modelName": "gemini-3-flash-preview",
"displayName": "Gemini 3 Flash Preview",
"serviceType": ["chat"],
"description": "Google Gemini 3 Flash Preview高速多模态推理模型",
"contextWindow": 1048576,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"ultra_long_context",
"tool_use",
"fast"
],
"inputPrice": 0.50,
"outputPrice": 3.00,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"pricingNotes": "Standard paid tier text/image/video price; audio input is $1.00 per 1M tokens.",
"cachePricing": {
"inputCacheRead": 0.05,
"audioInputCacheRead": 0.10,
"storagePerMillionTokensPerHour": 1.00
}
}
},
{
"modelName": "gemini-3.1-flash-lite-preview",
"displayName": "Gemini 3.1 Flash-Lite Preview",
"serviceType": ["fast"],
"description": "Google Gemini 3.1 Flash-Lite Preview低成本高吞吐多模态模型",
"contextWindow": 1048576,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"ultra_long_context",
"tool_use",
"fast"
],
"inputPrice": 0.25,
"outputPrice": 1.50,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"pricingNotes": "Standard paid tier text/image/video price; audio input is $0.50 per 1M tokens.",
"cachePricing": {
"inputCacheRead": 0.025,
"audioInputCacheRead": 0.05,
"storagePerMillionTokensPerHour": 1.00
}
}
},
{ {
"modelName": "gemini-2.5-pro", "modelName": "gemini-2.5-pro",
"displayName": "Gemini 2.5 Pro", "displayName": "Gemini 2.5 Pro",
@@ -32,7 +118,7 @@
], ],
"inputPrice": 1.25, "inputPrice": 1.25,
"outputPrice": 10, "outputPrice": 10,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": 0.95, "defaultTopP": 0.95,
"extra": {} "extra": {}
}, },
@@ -54,7 +140,7 @@
], ],
"inputPrice": 0.30, "inputPrice": 0.30,
"outputPrice": 2.50, "outputPrice": 2.50,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": 0.95, "defaultTopP": 0.95,
"extra": {} "extra": {}
}, },
@@ -64,13 +150,13 @@
"serviceType": ["embedding"], "serviceType": ["embedding"],
"description": "Google 文本嵌入模型768维度", "description": "Google 文本嵌入模型768维度",
"contextWindow": 2048, "contextWindow": 2048,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"text_embedding", "text_embedding",
"semantic_search" "semantic_search"
], ],
"inputPrice": 0.10, "inputPrice": 0.10,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": {} "extra": {}
} }
] ]

View File

@@ -18,15 +18,12 @@
"displayName": "可灵 V2.5 Turbo", "displayName": "可灵 V2.5 Turbo",
"serviceType": ["video_gen"], "serviceType": ["video_gen"],
"description": "可灵最新视频生成模型,高性价比", "description": "可灵最新视频生成模型,高性价比",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"video_generation", "video_generation",
"chinese_optimized", "chinese_optimized",
"high_quality", "high_quality",
"fast" "fast"
], ],
"defaultTemperature": 1,
"extra": { "extra": {
"maxVideoDuration": 10, "maxVideoDuration": 10,
"supportedResolutions": [ "supportedResolutions": [
@@ -41,14 +38,11 @@
"displayName": "可灵 V2.5 Turbo Pro", "displayName": "可灵 V2.5 Turbo Pro",
"serviceType": ["video_gen"], "serviceType": ["video_gen"],
"description": "可灵高品质视频生成", "description": "可灵高品质视频生成",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"video_generation", "video_generation",
"chinese_optimized", "chinese_optimized",
"ultra_quality" "ultra_quality"
], ],
"defaultTemperature": 1,
"extra": { "extra": {
"maxVideoDuration": 10, "maxVideoDuration": 10,
"supportedResolutions": [ "supportedResolutions": [
@@ -63,14 +57,11 @@
"displayName": "可灵 V2", "displayName": "可灵 V2",
"serviceType": ["video_gen"], "serviceType": ["video_gen"],
"description": "可灵文生视频旗舰模型", "description": "可灵文生视频旗舰模型",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"video_generation", "video_generation",
"chinese_optimized", "chinese_optimized",
"high_quality" "high_quality"
], ],
"defaultTemperature": 1,
"extra": { "extra": {
"maxVideoDuration": 10, "maxVideoDuration": 10,
"supportedResolutions": [ "supportedResolutions": [
@@ -84,14 +75,11 @@
"displayName": "可灵 V2 Master", "displayName": "可灵 V2 Master",
"serviceType": ["video_gen"], "serviceType": ["video_gen"],
"description": "可灵最高品质视频生成", "description": "可灵最高品质视频生成",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"video_generation", "video_generation",
"chinese_optimized", "chinese_optimized",
"ultra_quality" "ultra_quality"
], ],
"defaultTemperature": 1,
"extra": { "extra": {
"maxVideoDuration": 10, "maxVideoDuration": 10,
"supportedResolutions": [ "supportedResolutions": [

View File

@@ -18,9 +18,6 @@
"displayName": "Whisper Large V3", "displayName": "Whisper Large V3",
"serviceType": ["asr"], "serviceType": ["asr"],
"description": "本地部署的 Whisper 大模型", "description": "本地部署的 Whisper 大模型",
"contextWindow": 0,
"maxOutputTokens": 0,
"defaultTemperature": 1,
"capabilities": [ "capabilities": [
"asr", "asr",
"multilingual" "multilingual"

View File

@@ -295,13 +295,13 @@
], ],
"description": "轻量文本向量化模型1536 维", "description": "轻量文本向量化模型1536 维",
"contextWindow": 8192, "contextWindow": 8192,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"text_embedding", "text_embedding",
"semantic_search" "semantic_search"
], ],
"inputPrice": 0.02, "inputPrice": 0.02,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": {} "extra": {}
}, },
{ {
@@ -312,13 +312,13 @@
], ],
"description": "高精度文本向量化模型3072 维", "description": "高精度文本向量化模型3072 维",
"contextWindow": 8192, "contextWindow": 8192,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"text_embedding", "text_embedding",
"semantic_search" "semantic_search"
], ],
"inputPrice": 0.13, "inputPrice": 0.13,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": {} "extra": {}
}, },
{ {
@@ -328,13 +328,12 @@
"tts" "tts"
], ],
"description": "标准语音合成", "description": "标准语音合成",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"tts" "tts"
], ],
"inputPrice": 15, "inputPrice": 15,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"voices": [ "voices": [
"alloy", "alloy",
@@ -359,13 +358,12 @@
"tts" "tts"
], ],
"description": "高清语音合成", "description": "高清语音合成",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"tts" "tts"
], ],
"inputPrice": 30, "inputPrice": 30,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"voices": [ "voices": [
"alloy", "alloy",
@@ -390,14 +388,13 @@
"asr" "asr"
], ],
"description": "通用语音识别", "description": "通用语音识别",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"asr", "asr",
"multilingual" "multilingual"
], ],
"inputPrice": 0.006, "inputPrice": 0.006,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"maxAudioLength": 600, "maxAudioLength": 600,
"supportedInputFormats": [ "supportedInputFormats": [
@@ -507,13 +504,12 @@
"image_gen" "image_gen"
], ],
"description": "高质量文生图模型", "description": "高质量文生图模型",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"image_generation", "image_generation",
"text_rendering" "text_rendering"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"supportedImageSizes": [ "supportedImageSizes": [
"1024x1024", "1024x1024",
@@ -544,7 +540,8 @@
], ],
"inputPrice": 4, "inputPrice": 4,
"outputPrice": 16, "outputPrice": 16,
"defaultTemperature": 1, "defaultTemperature": 0.7,
"defaultTopP": null,
"extra": { "extra": {
"supportedModes": [ "supportedModes": [
"speech-to-speech", "speech-to-speech",
@@ -569,7 +566,8 @@
], ],
"inputPrice": 5, "inputPrice": 5,
"outputPrice": 20, "outputPrice": 20,
"defaultTemperature": 1, "defaultTemperature": 0.7,
"defaultTopP": null,
"extra": { "extra": {
"supportedModes": [ "supportedModes": [
"speech-to-speech", "speech-to-speech",

View File

@@ -18,14 +18,11 @@
"displayName": "Stable Diffusion 3.5 Large", "displayName": "Stable Diffusion 3.5 Large",
"serviceType": ["image_gen"], "serviceType": ["image_gen"],
"description": "Stability AI 旗舰文生图模型", "description": "Stability AI 旗舰文生图模型",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"image_generation", "image_generation",
"high_quality", "high_quality",
"controllable" "controllable"
], ],
"defaultTemperature": 1,
"extra": { "extra": {
"supportedImageSizes": [ "supportedImageSizes": [
"1024x1024", "1024x1024",

View File

@@ -39,8 +39,8 @@
], ],
"inputPrice": 3.2, "inputPrice": 3.2,
"outputPrice": 16, "outputPrice": 16,
"defaultTemperature": 0.7, "defaultTemperature": 1,
"defaultTopP": 0.9, "defaultTopP": 0.7,
"extra": {} "extra": {}
}, },
{ {
@@ -51,7 +51,7 @@
], ],
"description": "火山引擎豆包1.8旗舰模型256K上下文支持深度思考和多模态", "description": "火山引擎豆包1.8旗舰模型256K上下文支持深度思考和多模态",
"contextWindow": 256000, "contextWindow": 256000,
"maxOutputTokens": 32000, "maxOutputTokens": 16000,
"capabilities": [ "capabilities": [
"chat", "chat",
"reasoning", "reasoning",
@@ -62,8 +62,8 @@
], ],
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 2, "outputPrice": 2,
"defaultTemperature": 0.7, "defaultTemperature": 1,
"defaultTopP": 0.9, "defaultTopP": 0.7,
"extra": {} "extra": {}
}, },
{ {
@@ -85,8 +85,8 @@
], ],
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 8, "outputPrice": 8,
"defaultTemperature": 0.7, "defaultTemperature": 1,
"defaultTopP": 0.9, "defaultTopP": 0.7,
"extra": {} "extra": {}
}, },
{ {
@@ -97,7 +97,7 @@
], ],
"description": "火山引擎豆包1.6深度思考模型256K上下文", "description": "火山引擎豆包1.6深度思考模型256K上下文",
"contextWindow": 256000, "contextWindow": 256000,
"maxOutputTokens": 32768, "maxOutputTokens": 16000,
"capabilities": [ "capabilities": [
"reasoning", "reasoning",
"math", "math",
@@ -107,7 +107,8 @@
], ],
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 8, "outputPrice": 8,
"defaultTemperature": 0.3, "defaultTemperature": 1,
"defaultTopP": 0.7,
"extra": {} "extra": {}
}, },
{ {
@@ -118,7 +119,7 @@
], ],
"description": "火山引擎豆包1.6快速版成本较前代下降63%", "description": "火山引擎豆包1.6快速版成本较前代下降63%",
"contextWindow": 256000, "contextWindow": 256000,
"maxOutputTokens": 32000, "maxOutputTokens": 16000,
"capabilities": [ "capabilities": [
"chat", "chat",
"code", "code",
@@ -127,8 +128,8 @@
], ],
"inputPrice": 0.15, "inputPrice": 0.15,
"outputPrice": 1.5, "outputPrice": 1.5,
"defaultTemperature": 0.7, "defaultTemperature": 1,
"defaultTopP": 0.9, "defaultTopP": 0.7,
"extra": {} "extra": {}
}, },
{ {
@@ -147,8 +148,8 @@
], ],
"inputPrice": 0.3, "inputPrice": 0.3,
"outputPrice": 0.6, "outputPrice": 0.6,
"defaultTemperature": 0.7, "defaultTemperature": 1,
"defaultTopP": 0.9, "defaultTopP": 0.7,
"extra": {} "extra": {}
}, },
{ {
@@ -169,8 +170,8 @@
], ],
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 8, "outputPrice": 8,
"defaultTemperature": 0.7, "defaultTemperature": 1,
"defaultTopP": 0.9, "defaultTopP": 0.7,
"extra": {} "extra": {}
}, },
{ {
@@ -190,7 +191,8 @@
], ],
"inputPrice": 1.2, "inputPrice": 1.2,
"outputPrice": 8, "outputPrice": 8,
"defaultTemperature": 0.3, "defaultTemperature": 1,
"defaultTopP": 0.7,
"extra": {} "extra": {}
}, },
{ {
@@ -232,8 +234,8 @@
], ],
"inputPrice": 4, "inputPrice": 4,
"outputPrice": 16, "outputPrice": 16,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": 1, "defaultTopP": null,
"extra": {} "extra": {}
}, },
{ {
@@ -255,8 +257,8 @@
], ],
"inputPrice": 4, "inputPrice": 4,
"outputPrice": 16, "outputPrice": 16,
"defaultTemperature": 0.7, "defaultTemperature": 0.6,
"defaultTopP": 0.9, "defaultTopP": 1,
"extra": {} "extra": {}
}, },
{ {
@@ -278,8 +280,8 @@
], ],
"inputPrice": 4, "inputPrice": 4,
"outputPrice": 16, "outputPrice": 16,
"defaultTemperature": 0.7, "defaultTemperature": 1,
"defaultTopP": 0.9, "defaultTopP": 0.95,
"extra": {} "extra": {}
}, },
{ {
@@ -290,7 +292,6 @@
], ],
"description": "火山引擎豆包标准向量模型2560维度", "description": "火山引擎豆包标准向量模型2560维度",
"contextWindow": 4096, "contextWindow": 4096,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"text_embedding", "text_embedding",
"semantic_search", "semantic_search",
@@ -298,7 +299,8 @@
"chinese_optimized" "chinese_optimized"
], ],
"inputPrice": 0.5, "inputPrice": 0.5,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": {} "extra": {}
}, },
{ {
@@ -308,14 +310,13 @@
"voice_clone" "voice_clone"
], ],
"description": "火山引擎声音复刻,支持极少样本", "description": "火山引擎声音复刻,支持极少样本",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"voice_clone", "voice_clone",
"chinese_optimized", "chinese_optimized",
"few_shot" "few_shot"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"maxCloneSamples": 3, "maxCloneSamples": 3,
"minCloneDuration": 5 "minCloneDuration": 5
@@ -328,15 +329,14 @@
"realtime_voice" "realtime_voice"
], ],
"description": "火山引擎实时语音交互", "description": "火山引擎实时语音交互",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"realtime", "realtime",
"speech_to_speech", "speech_to_speech",
"low_latency", "low_latency",
"chinese_optimized" "chinese_optimized"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"supportedModes": [ "supportedModes": [
"speech-to-speech" "speech-to-speech"
@@ -351,14 +351,13 @@
"simultaneous_interpret" "simultaneous_interpret"
], ],
"description": "火山引擎同声传译,支持中英双向", "description": "火山引擎同声传译,支持中英双向",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"simultaneous_interpretation", "simultaneous_interpretation",
"chinese_optimized", "chinese_optimized",
"low_latency" "low_latency"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"streamingSupported": true "streamingSupported": true
} }
@@ -370,14 +369,13 @@
"translation" "translation"
], ],
"description": "火山引擎机器翻译,支持多语种互译", "description": "火山引擎机器翻译,支持多语种互译",
"contextWindow": 0,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"translation", "translation",
"multilingual", "multilingual",
"chinese_optimized" "chinese_optimized"
], ],
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": {} "extra": {}
} }
] ]

View File

@@ -20,7 +20,6 @@
"serviceType": ["embedding"], "serviceType": ["embedding"],
"description": "智谱嵌入模型v3支持自定义维度模型上下文窗口 8K单条输入最多 3072 tokens。走 OpenAI 兼容 /embeddings 端点Anthropic 协议不提供 embeddings", "description": "智谱嵌入模型v3支持自定义维度模型上下文窗口 8K单条输入最多 3072 tokens。走 OpenAI 兼容 /embeddings 端点Anthropic 协议不提供 embeddings",
"contextWindow": 8192, "contextWindow": 8192,
"maxOutputTokens": 0,
"capabilities": [ "capabilities": [
"text_embedding", "text_embedding",
"semantic_search", "semantic_search",
@@ -28,7 +27,8 @@
"custom_dimensions" "custom_dimensions"
], ],
"inputPrice": 0.5, "inputPrice": 0.5,
"defaultTemperature": 1, "defaultTemperature": null,
"defaultTopP": null,
"extra": { "extra": {
"maxInputTokensPerItem": 3072, "maxInputTokensPerItem": 3072,
"maxBatchItems": 64, "maxBatchItems": 64,