mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 06:50:51 +08:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
||
"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,
|
||
"extra": {
|
||
"maxInputTokensPerItem": 3072,
|
||
"maxBatchItems": 64,
|
||
"vectorDimensions": "256-2048"
|
||
}
|
||
}
|
||
]
|
||
}
|