Files
config-center/compute/providers/zhipu-embedding.json
xieyuanxiang cc2fb7b9a5 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>
2026-04-24 19:53:57 +08:00

40 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "provider-zhipu-embedding-001",
"provider": "zhipu-embedding",
"brandGroup": "zhipu",
"label": "智谱 Embedding",
"baseUrl": "https://open.bigmodel.cn/api/paas/v4",
"apiFormat": "openai-completions",
"apiKeyRef": "zhipu",
"apiKeyVerified": false,
"enabled": false,
"status": "unconfigured",
"priceCurrency": "CNY",
"services": [
"embedding"
],
"models": [
{
"modelName": "embedding-3",
"displayName": "智谱 embedding-3",
"serviceType": ["embedding"],
"description": "智谱嵌入模型v3支持自定义维度模型上下文窗口 8K单条输入最多 3072 tokens。走 OpenAI 兼容 /embeddings 端点Anthropic 协议不提供 embeddings",
"contextWindow": 8192,
"capabilities": [
"text_embedding",
"semantic_search",
"rag",
"custom_dimensions"
],
"inputPrice": 0.5,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"maxInputTokensPerItem": 3072,
"maxBatchItems": 64,
"vectorDimensions": "256-2048"
}
}
]
}