Weaviate
Self-serve, free tier
As of July 20, 2026, Weaviate's pricing: The Free Forever tier costs nothing; Flex starts at $45/mo and charges $0.00465 per 1M vector dimensions plus $0.12/GiB storage, while Premium Shared at $400/mo cuts those rates to $0.003875 and $0.10 respectively. A developer building a small prototype stays free, but anyone scaling vector volume or storage will want to model usage costs carefully before committing to a tier, since backup costs on Flex ($0.0264/GiB) run more than six times the Premium Shared rate ($0.0042/GiB).
Corroborated across multiple dated, sourced facts.
| Fact | Value | Provenance | As of | Source |
|---|---|---|---|---|
| pricing.model | hybrid | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.tier.flex.monthly_usd | 45 usd per month | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.tier.flex.name | Flex | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.tier.free-forever.is_free | yes | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.tier.free-forever.monthly_usd | 0 usd per month | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.tier.free-forever.name | Free Forever | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.tier.premium-dedicated.is_contact_sales | yes | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.tier.premium-dedicated.name | Premium Dedicated | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.tier.premium-shared.monthly_usd | 400 usd per month | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.tier.premium-shared.name | Premium Shared | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.token.modernbert-colmodernbert.input_per_1m | 0.065 usd per 1m tokens | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.token.snowflake-arctic-embed-m-v15.input_per_1m | 0.025 usd per 1m tokens | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.token.snowflake-arctic-embed-m-v20.input_per_1m | 0.04 usd per 1m tokens | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.backup-flex.per_unit | 0.0264 usd per gib | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.backup-premium-dedicated.per_unit | 0.0063 usd per gib | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.backup-premium-shared.per_unit | 0.0042 usd per gib | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.query-agent-monthly-plan.per_unit | 30 usd per org per month | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.storage-flex.per_unit | 0.12 usd per gib | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.storage-premium-dedicated.per_unit | 0.1505 usd per gib | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.storage-premium-shared.per_unit | 0.1 usd per gib | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.vector-dimensions-flex.per_unit | 0.00465 usd per 1m dimensions | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.vector-dimensions-premium-dedicated.per_unit | 0.002718 usd per 1m dimensions | company stated | 2026-07-20 | weaviate.io/pricing |
| pricing.usage.vector-dimensions-premium-shared.per_unit | 0.003875 usd per 1m dimensions | company stated | 2026-07-20 | weaviate.io/pricing |
No observed pricing facts yet for Activeloop, Chroma, KDB.AI, Marqo, Milvus, MyScale, Vespa and Weaviate.
GET https://api.bixel.com/v1/companies/weaviate.io/facts?dimension=pricing
{
"data": {
"facts": [
{
"key": "pricing.model",
"value": "hybrid",
"provenance": "company_stated",
"as_of": "2026-07-20",
"source_url": "weaviate.io/pricing"
},
{
"key": "pricing.tier.free-forever.name",
"value": "Free Forever",
"provenance": "company_stated",
"as_of": "2026-07-20",
"source_url": "weaviate.io/pricing"
},
{
"key": "pricing.tier.free-forever.monthly_usd",
"value": 0,
"provenance": "company_stated",
"as_of": "2026-07-20",
"source_url": "weaviate.io/pricing"
},
{
"key": "pricing.tier.free-forever.is_free",
"value": true,
"provenance": "company_stated",
"as_of": "2026-07-20",
"source_url": "weaviate.io/pricing"
},
"…"
]
}
}# any MCP client (Claude, agents)
const record = await bixel.get_company_facts({ domain: "weaviate.io", dimension: "pricing" })
# returns the pricing record above,
# each value with its source_url + as_of,
# ready to reason overPublic record, read from companies' own pages and boards. Every fact dated and sourced; provenance (observed vs company stated) shown inline.