Skip to content

向量嵌入Embedding&重排Reranker

Vector Embedding embedding & Re-ranking reranker

Section titled “Vector Embedding embedding & Re-ranking reranker”
Terminal window
curl https://api.4allapi.com/v1/embeddings \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-你的key" \
-d '{
"input": "你的文本内容",
"model": "text-embedding-ada-002"
}'

Terminal window
curl https://api.4allapi.com/v1/rerank \
-H "Authorization: Bearer sk-你的key" \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"query": "ping",
"documents": ["pong"],
"model": "Qwen/Qwen3-Reranker-8B"
}'


4All API · One-stop AI large model API aggregation platform | Pricing | Contact Us

© 2025 4All API. All rights reserved.