OpenPAI offers embedding and rerank models from the major vendors, ready to use for RAG / semantic retrieval / recommendation scenarios.
Embedding models
OpenAI
Google
Chinese / open-source
Example
See the Embeddings API.
Rerank models
Rerank is used in RAG to re-sort the initial recall results, improving Top-K recall quality.
Available models
API
OpenPAI provides a dedicated /v1/rerank endpoint, fully compatible with the Cohere / Jina request structure:
Response:
See the Rerank API.
Selection guidance
Persist embedding vectors on your application side; only rerank the Top-50/100 recalls — there’s no need to rerank the full dataset.