Pareta builds state-of-the-art rerankers, embeddings, and
custom models for production AI systems — lightweight, blazing fast, and
accurate where generalist models aren't. Two of them carry a retrieval
stack: pareta-embed and pareta-rerank, each
measured above its frontier baseline at a fraction of the price. Call them
directly from any stack, or let Pareta use them for you.
Standard REST endpoints with your Pareta API key — they work with any retrieval stack, no other Pareta usage required.
curl https://api.pareta.ai/v1/embeddings \ -H "Authorization: Bearer $PARETA_API_KEY" \ -d '{"input": ["governed metrics catalog", "..."]}' curl https://api.pareta.ai/v1/rerank \ -H "Authorization: Bearer $PARETA_API_KEY" \ -d '{"query": "termination clause", "documents": ["...", "..."]}'
Or don't call them at all: requests to model:"auto" that
need retrieval use the same models automatically.