{"slug":"qdrant-cloud","name":"Qdrant Cloud","owner":null,"repo":null,"category":"vector-db-infra","lang":"","blurb":"Managed cloud for the popular open-source Qdrant vector engine, with a genuinely free-forever 1GB cluster (no credit card) and a cloud management API.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Managed cloud for the popular open-source Qdrant vector engine, with a genuinely free-forever 1GB cluster (no credit card) and a cloud management API.","website":"https://qdrant.tech","docs_url":"https://qdrant.tech/documentation/","signup_url":"https://cloud.qdrant.io","pricing_model":"freemium","pricing_note":"Free-forever cluster (0.5 vCPU, 1GB RAM, 4GB disk, no CC); Standard ~$0.078/GB-hr (~$57/mo per GB RAM)","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Sign up with no credit card, create a free cluster and receive an API key instantly; a Cloud Management API and official MCP server allow programmatic cluster/key control. Caveat: idle free clusters suspend after 1 week, delete after 4 weeks.","mcp_server":"https://github.com/qdrant/mcp-server-qdrant","sdks":["Python","TypeScript","Rust","Go","REST/gRPC"],"code_sample":"{\"lang\":\"python\",\"code\":\"from qdrant_client import QdrantClient\\nfrom qdrant_client.models import PointStruct\\n\\nclient = QdrantClient(url=\\\"https://YOUR-CLUSTER.qdrant.io\\\", api_key=\\\"YOUR_API_KEY\\\")\\nclient.upsert(\\n    collection_name=\\\"docs\\\",\\n    points=[PointStruct(id=1, vector=[0.1, 0.2, 0.3], payload={\\\"title\\\": \\\"hello\\\"})],\\n)\\nhits = client.query_points(collection_name=\\\"docs\\\", query=[0.1, 0.2, 0.3], limit=3)\"}","tags":["vector-db","open-source","managed","rag","agents"],"useCases":[],"codeSample":{"lang":"python","code":"from qdrant_client import QdrantClient\nfrom qdrant_client.models import PointStruct\n\nclient = QdrantClient(url=\"https://YOUR-CLUSTER.qdrant.io\", api_key=\"YOUR_API_KEY\")\nclient.upsert(\n    collection_name=\"docs\",\n    points=[PointStruct(id=1, vector=[0.1, 0.2, 0.3], payload={\"title\": \"hello\"})],\n)\nhits = client.query_points(collection_name=\"docs\", query=[0.1, 0.2, 0.3], limit=3)"},"oneLiner":"Managed cloud for the popular open-source Qdrant vector engine, with a genuinely free-forever 1GB cluster (no credit card) and a cloud management API.","docsUrl":"https://qdrant.tech/documentation/","signupUrl":"https://cloud.qdrant.io","pricingModel":"freemium","pricingNote":"Free-forever cluster (0.5 vCPU, 1GB RAM, 4GB disk, no CC); Standard ~$0.078/GB-hr (~$57/mo per GB RAM)","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Sign up with no credit card, create a free cluster and receive an API key instantly; a Cloud Management API and official MCP server allow programmatic cluster/key control. Caveat: idle free clusters suspend after 1 week, delete after 4 weeks.","mcpServer":"https://github.com/qdrant/mcp-server-qdrant"}