Hosted API
POST /api/v1/embeddings — document-space vectors from the exact self-hosted model that indexes and retrieves Conare memories. Available today on every plan.Custom models
An embedding model fine-tuned on your data, acceptance-gated on your real queries, served with its own reranker. Sales-led.
Why same-model vectors matter
Retrieval quality degrades silently when the vectors in your index and the vectors at query time come from different representations. The hosted API returns vectors from the same model Conare retrieves with, which makes it the right choice when:- you’re building your own vector features (clustering, dedup, similarity heuristics) next to Conare memory or ConareDB, and the representations must agree;
- you want model pinning semantics — an explicit guarantee that vectors from a different model are never silently substituted into your index.