Revert "Merge pull request #1 from desirecore/model-field-official-audit"

This reverts commit 88a8cf2db6, reversing
changes made to ca99ea272f.
This commit is contained in:
2026-04-25 19:34:29 +08:00
parent 88a8cf2db6
commit 371336cdd6
114 changed files with 527 additions and 6091 deletions

View File

@@ -18,22 +18,15 @@
"modelName": "embedding-3",
"displayName": "智谱 embedding-3",
"serviceType": ["embedding"],
"description": "智谱嵌入模型v3支持自定义维度;模型上下文窗口 8K单条输入最多 3072 tokens。走 OpenAI 兼容 /embeddings 端点Anthropic 协议不提供 embeddings",
"contextWindow": 8192,
"description": "智谱嵌入模型v3支持自定义维度,单条最大3072 tokens。走 OpenAI 兼容 /embeddings 端点Anthropic 协议不提供 embeddings",
"contextWindow": 3072,
"capabilities": [
"text_embedding",
"semantic_search",
"rag",
"custom_dimensions"
"rag"
],
"inputPrice": 0.5,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"maxInputTokensPerItem": 3072,
"maxBatchItems": 64,
"vectorDimensions": "256-2048"
}
"extra": {}
}
]
}