向量嵌入Embedding&重排Reranker
ベクトル埋め込み embedding & リランキング reranker
Section titled “ベクトル埋め込み embedding & リランキング reranker”一、埋め込み embedding
Section titled “一、埋め込み embedding”curl https://api.4allapi.com/v1/embeddings \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-你的key" \ -d '{ "input": "你的文本内容", "model": "text-embedding-ada-002" }'
二、リランキング reranker
Section titled “二、リランキング reranker”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 フッター
Section titled “4All API フッター”4All API · 一站式AI大模型API聚合平台 | 価格 | お問い合わせ
© 2025 4All API. All rights reserved.