{"slug":"zilliz-cloud","name":"Zilliz Cloud (Milvus)","owner":null,"repo":null,"category":"vector-db-infra","lang":"","blurb":"The fully-managed cloud from the makers of Milvus — serverless vector search that scales to billions of vectors, with a free tier and startup credits.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"The fully-managed cloud from the makers of Milvus — serverless vector search that scales to billions of vectors, with a free tier and startup credits.","website":"https://zilliz.com","docs_url":"https://docs.zilliz.com","signup_url":"https://cloud.zilliz.com/signup","pricing_model":"freemium","pricing_note":"Free tier: 5GB storage + compute credits; Serverless ~$0.096/CU-hr compute + ~$0.04/GB/mo storage; $100 signup credits","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free signup provisions a serverless cluster and API token (public endpoint) instantly, no CC, plus $100 credits. Cloud control-plane API for cluster management; Milvus/Zilliz MCP server available.","mcp_server":"https://github.com/zilliztech/mcp-server-milvus","sdks":["Python","Node.js","Go","Java","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"from pymilvus import MilvusClient\\n\\nclient = MilvusClient(uri=\\\"https://YOUR-CLUSTER.zillizcloud.com\\\", token=\\\"YOUR_API_KEY\\\")\\nclient.insert(collection_name=\\\"docs\\\", data=[{\\\"id\\\": 1, \\\"vector\\\": [0.1, 0.2, 0.3]}])\\nres = client.search(collection_name=\\\"docs\\\", data=[[0.1, 0.2, 0.3]], limit=3)\"}","tags":["vector-db","milvus","open-source","serverless","rag","scale"],"useCases":[],"codeSample":{"lang":"python","code":"from pymilvus import MilvusClient\n\nclient = MilvusClient(uri=\"https://YOUR-CLUSTER.zillizcloud.com\", token=\"YOUR_API_KEY\")\nclient.insert(collection_name=\"docs\", data=[{\"id\": 1, \"vector\": [0.1, 0.2, 0.3]}])\nres = client.search(collection_name=\"docs\", data=[[0.1, 0.2, 0.3]], limit=3)"},"oneLiner":"The fully-managed cloud from the makers of Milvus — serverless vector search that scales to billions of vectors, with a free tier and startup credits.","docsUrl":"https://docs.zilliz.com","signupUrl":"https://cloud.zilliz.com/signup","pricingModel":"freemium","pricingNote":"Free tier: 5GB storage + compute credits; Serverless ~$0.096/CU-hr compute + ~$0.04/GB/mo storage; $100 signup credits","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free signup provisions a serverless cluster and API token (public endpoint) instantly, no CC, plus $100 credits. Cloud control-plane API for cluster management; Milvus/Zilliz MCP server available.","mcpServer":"https://github.com/zilliztech/mcp-server-milvus"}