Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
文本相关性重排序
/v1/rerank
model
rerank-multilingual-v3.0
query
documents
top_n
curl https://your-domain.com/v1/rerank \ -H "Authorization: Bearer sk-xxxx" \ -H "Content-Type: application/json" \ -d '{ "model": "rerank-multilingual-v3.0", "query": "什么是量子纠缠", "documents": ["量子力学基础", "经典力学", "量子纠缠的原理"], "top_n": 2 }'