高精度语义搜索
多模态检索
智能推荐引擎
内容理解与分析
知识图谱构建
# 使用默认维度 curl -X POST \ https://open.bigmodel.cn/api/paas/v4/embeddings \ -H "Authorization: Bearer your-api-key" \ -H "Content-Type: application/json" \ -d '{ "model": "embedding-3", "input": "这是一段需要向量化的文本" }' # 自定义维度 curl -X POST \ https://open.bigmodel.cn/api/paas/v4/embeddings \ -H "Authorization: Bearer your-api-key" \ -H "Content-Type: application/json" \ -d '{ "model": "embedding-3", "input": "这是一段需要向量化的文本", "dimensions": 512 }'
维度选择策略
性能优化
质量提升
存储优化
Was this page helpful?