Note: For setting the embedding model name, refer to the System Supported Rerank Models List. When switching models, you only need to modify the corresponding model name.
The response data format is fully compatible with OpenAI.
cURL Request Example
Authorizations
token
Body
application/json
rerank model
Example:
"rerank-multilingual-v3.0"
query string
Example:
"Where is the capital of the United States?"
document list
Example:
["text 1", "text 2", "text 3"]
top N documents
Example:
10
auto retry times, default 0, means no retry
Example:
0