コンテンツにスキップ

向量嵌入Embedding&重排Reranker

ベクトル埋め込み embedding & リランキング reranker

Section titled “ベクトル埋め込み embedding & リランキング 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 · 一站式AI大模型API聚合平台 | 価格 | お問い合わせ

© 2025 4All API. All rights reserved.