Skip to main content
Qdrant is an open-source vector similarity search engine built for production-ready vector search applications. It provides a convenient API to store, search, and manage vectors with additional payload data. The Prisma AIRS AI Gateway provides a proxy to Qdrant - you can log your Qdrant requests and manage auth for Qdrant clusters on the AI Gateway.

Using Qdrant with the AI Gateway

The AI Gateway provides a consistent API to interact with models from various providers. To integrate Qdrant with the AI Gateway:

1. Install the OpenAI SDK

Add the OpenAI SDK to your application to interact with Qdrant through the AI Gateway.

2. Create a New Integration

To use Qdrant with the AI Gateway, get your API key from Qdrant App, then add it to the AI Gateway to create Qdrant integration. You will also need your AI Gateway API Key from the AI Gateway’s Dashboard.

3. Use the OpenAI SDK to interact with Qdrant

Last modified on September 15, 2026