Cloud Inference
Embed and Search in One API Call
Qdrant Cloud runs inference alongside your vector search, so you can simplify your data pipeline.

What You Get
Inference Runs Inside Your Cluster
Qdrant Cloud Inference ships a set of hosted models you call through the same API as your database.

One call from query to result.
Send raw text, image or multivectors, get ranked results back. Your application code handles one request type, covering both vectorization and retrieval in a single operation.
Run hybrid search at no inference cost.
Pair a free dense model like all-MiniLM-L6-v2 with BM25; free models carry no token charges and are available even on free-tier clusters. SPLADE and other larger models are metered. Sparse and dense embeddings run together, so keyword-precision and semantic recall are available in the same query through the same managed endpoint. Cluster resources bill as usual.
How It Works
From Raw Content to Search Results in Three Steps
Managed Cloud handles the inference layer so your code stays simple.
Learn MoreCloud Inference Enabled Automatically
Managed deployments on Qdrant Cloud have Cloud Inference enabled by default at no extra cost. Name the model in your upsert or query call and Qdrant embeds it in-cluster.
Pass your content as an Inference Object
In your upsert or query, replace the pre-computed vector with an Inference Object: the input, such as text or an image, plus the model to use. Qdrant embeds in-cluster on the same request, storing the vector when you write and matching against it when you search.
Keep one integration surface for external models
Point the call at OpenAI, Cohere, Jina AI, or OpenRouter and Qdrant Cloud proxies the request with your provider key, then stores or searches the result in the same operation. Your application uses the Qdrant client, with no provider SDKs to maintain.
Cloud Inference Approaches
Pick the Model that Fits Your Budget and Speed Needs
Inference speeds vary by model size and type. You're billed per token on the text or images you embed, and the rate depends on the model: several are free, others are metered. Inference speed varies by model too, so a cheaper model isn't always the faster one. You can read more about choosing an embedding model, or contact us to talk through sizing.
