All companies
technology

Pinecone pricing

pinecone.io facts checked analysis reviewed
Quick summary
In this page
AI Summary
  • Pinecone is a managed serverless vector database that bills on four usage dimensions: read units (RU), write units (WU), storage (per GB-month), and egress (per GB returned, $0.10/GB with a 100 GB/mo allowance on paid tiers) — separated so each scales independently.
  • Four plans: Starter (free, capped), Builder ($20/mo flat), Standard ($50/mo minimum + pay-as-you-go), Enterprise ($500/mo minimum). Usage rates rise with tier — Standard is ~$16–18/M RU and ~$4–4.50/M WU; Enterprise is ~$24–27/M RU and ~$6–6.75/M WU; storage ~$0.33/GB/mo.
  • A read uses ~1 RU per 1 GB of namespace size (min 0.25 RU/query); a write uses 1 WU per 1 KB (min 5 WU/request) — so cost scales with index size and write volume, not query count.
  • The 2024 serverless rewrite replaced the old provisioned pod-based pricing, cutting cost 10x–50x for bursty/variable workloads but introducing read-unit and capacity-fee unpredictability that draws bill-shock complaints at scale.
Pricing summary
Pinecone 2026 — Pricing overview
Tiered plans with pure pay-as-you-go billing on read units, write units, and storage. Paid tiers carry a monthly platform minimum.
Starter
Free
Individuals prototyping RAG and small apps
Builder
$20 /mo flat
Solo devs and small teams past the free caps
Enterprise
$500 /mo min + usage
Large orgs needing SLAs, networking, and compliance
Bring Your Own Cloud (BYOC) runs Pinecone inside your own cloud account at custom pricing. Standard/Enterprise usage rates increase with tier. Serverless bills four meters — read units, write units, storage, and egress. Verified against pinecone.io/pricing on 2026-07-23.

About

Pinecone is a fully-managed vector database — the storage and search layer that powers retrieval-augmented generation (RAG), semantic search, recommendation, and AI-agent memory. You upsert embeddings (vectors), and Pinecone indexes them for low-latency similarity search at scale, without you operating any infrastructure. Founded in 2019, it became one of the defining “vector DB” category leaders during the 2023 LLM boom and has raised over $130M (a $100M Series B in 2023 at a reported ~$750M valuation).

The defining moment for Pinecone’s pricing was the January 2024 serverless rewrite. The original product sold provisioned pods — fixed compute units you sized and paid for monthly whether or not you queried them. Serverless separated reads, writes, and storage into independently-scaling layers backed by blob storage, and rebuilt billing around four usage meters: read units (RU), write units (WU), storage (per GB-month), and egress (per GB returned). New accounts only see serverless; pods are legacy. Beyond the core database, Pinecone now sells hosted Inference (embedding/reranking, billed per token/request), Assistant (RAG-as-a-service, billed on tokens and ingestion units), and — as of mid-2026 — Nexus, an agent knowledge engine in public preview (request access; no public price yet).

For the most current information on Pinecone’s pricing and market position, visit Pinecone.


Pricing summary : How Pinecone’s pricing model works

Pinecone combines a tiered plan (which sets limits, features, and a monthly minimum) with pure usage-based billing on four serverless meters. You don’t pay per seat; you pay for vector operations, data stored, and data returned.

  • Read units (RU) — measure compute, I/O, and network consumed by queries, fetches, and lists. A query uses ~1 RU per 1 GB of namespace size, with a 0.25 RU minimum per query. Crucially, top_k and whether you return metadata don’t change the cost — only the size of the namespace being scanned does. Fetch is 1 RU per 10 records (min 1); list is a flat 1 RU per call.
  • Write units (WU) — cover upserts, updates, and deletes at 1 WU per 1 KB of request, minimum 5 WU per request.
  • Storage — a per-GB monthly rate on total index size across namespaces (~$0.33/GB/mo on Standard/Enterprise).
  • Egress — data returned on serverless reads, billed at $0.10/GB with a monthly allowance (1 GB Free, 10 GB Builder, 100 GB Standard/Enterprise). On Free/Builder, reads are blocked once the allowance is hit; on Standard/Enterprise, overage is billed per GB and reads keep serving.

Plans step the usage rates up with tier: Builder is a flat $20/mo (usage beyond its limits is blocked, not billed); Standard applies a $50/mo platform minimum then bills usage at ~$16–18/M RU, ~$4–4.50/M WU, $0.33/GB, $0.10/GB egress; Enterprise applies a $500/mo minimum at higher rates ($24–27/M RU, ~$6–6.75/M WU). Support is tiered — Free support is included on Builder and Standard, Pro support is included on Enterprise, and Developer/Pro support are available as add-ons. Hosted Inference and Assistant carry their own per-token/per-request rates.

What makes this different: Pinecone decoupled the three cost drivers of a database — reading, writing, and storing — and prices each independently, so a read-heavy RAG app and a write-heavy ingestion pipeline pay very differently. The RU formula keying off namespace size (not result count) is the unusual mechanic: it rewards good namespace partitioning and penalizes giant flat indexes.


Pricing by product

Database (plans)

PlanMonthly baseIncluded / limitsKey features
StarterFree5 indexes, 100 namespaces/index, 2 GB storage, 2M WU / 1M RU/mo, 1 GB egress/moOn-Demand DB, Inference, Assistant; dense/sparse/full-text indexes; Console metrics; Discord support (AWS us-east-1 only)
Builder$20 flat10 indexes, 1,000 namespaces/index, 10 GB storage, 5M WU / 2M RU/mo, 10 GB egress/moEverything in Starter + all clouds/regions, multiple projects/users, Prometheus + Datadog, Free support (usage beyond limits is blocked, not billed)
Standard$50 minimum20 indexes, 100k namespaces/index, unlimited storage, 100 GB egress/mo includedPay-as-you-go; Dedicated Read Nodes, import from object storage, backup/restore, RBAC, SAML SSO, HIPAA add-on ($190/mo), Free support
Enterprise$500 minimum200 indexes, 100k namespaces/index, unlimited storage, 100 GB egress/mo includedEverything in Standard + 99.95% uptime SLA, BYOC, private networking, CMEK, audit logs, service accounts, admin APIs, HIPAA included, Pro support
BYOCCustom (contact sales)Runs in your own cloud account/VPCZero-access ops (no SSH/VPN/inbound); public or private connectivity via AWS PrivateLink / GCP Private Service Connect / Azure Private Link; Pro support

Database (Standard / Enterprise pay-as-you-go rates)

MeterStandardEnterprise
Storage$0.33/GB/mo$0.33/GB/mo
Write units$4–$4.50 per million (varies by cloud/region)$6–$6.75 per million
Read units$16–$18 per million (varies by cloud/region)$24–$27 per million
Egress$0.10/GB (100 GB/mo included)$0.10/GB (100 GB/mo included)
Import from object storage$0.25/GB$0.25/GB
Backups$0.10/GB/mo$0.10/GB/mo
Restore from backup$0.15/GB$0.15/GB
HIPAA compliance add-on$190/mo (6-month min)Included

Inference & Assistant (usage add-ons)

ItemRate (Standard/Enterprise)Free / Builder included
Embedding — llama-text-embed-v2$0.16/M tokens5M / 10M tokens/mo
Embedding — multilingual-e5-large, pinecone-sparse-english-v0$0.08/M tokens5M / 10M tokens/mo
Reranking — bge-reranker-v2-m3, pinecone-rerank-v0, cohere-rerank-v3.5$2 per 1k requests500 / 1,000 requests/mo
Assistant — storage$3/GB/mo1 GB / 3 GB included
Assistant — input / output tokens$8/M / $15/M500k / 2M in; 300k / 1M out
Assistant — context processed tokens$5/M500k / 2M/mo
Assistant — ingestion units$0.0005/unit ($0.001 multi-modal)1,000 / 10k/mo

Other products

  • Dedicated Read Nodes (DRN) — provisioned nodes reserved for your index (no shared queues, no read rate limits); indexes on DRN are exempt from read-unit limits. Available on Standard/Enterprise.
  • Nexus — an agent knowledge engine (retrieval + assembly + reasoning offloaded from the LLM), in public preview as of mid-2026; request access, no public price yet.
  • Prepaid credits / committed use — Standard/Enterprise orgs can purchase $8,000–$25,000 in prepaid credits at List Price for discounted rates and extra capacity; larger committed-use contracts unlock bigger discounts (contact sales).

Sales motions across products: Starter/Builder/Standard are self-serve PLG (credit card, instant provisioning); Enterprise and BYOC are sales-led/quoted. A one-time $250 bulk-import credit (1 TB, loading from object storage) is offered to Standard/Enterprise orgs, valid through 2026-08-31.


Hidden costs : What Pinecone users actually pay

The headline rates undersell the real bill at scale. Three things drive the gap between calculator estimates and dashboard reality:

  1. Write units are the cost driver, not reads. AI-agent loops upsert vectors repeatedly; each upsert burns a 5-WU minimum even for tiny payloads, so write-heavy ingestion can dominate the bill on workloads that look read-heavy.
  2. Capacity fees. Sustained concurrent load can trigger additional capacity charges that, per third-party analysis, have “no published rate, no published activation threshold, and no published formula” — appearing retroactively in billing. This is the single most-cited transparency complaint.
  3. The $50 (Standard) / $500 (Enterprise) minimum is a floor you pay even at low usage, so small production apps effectively pay a subscription.
Line item (illustrative: ~10M vectors, modest RAG traffic, Standard)Monthly cost
Platform minimum$50
Storage (~GB-scale index)~$10–30
Read units (query volume)~$20–60
Write units (ingestion / re-embeds)~$20–80
Possible capacity fee at sustained load~$50–150
Estimated total~$100–200

Want to estimate your own Pinecone bill? Use the Pinecone pricing calculator to model your costs based on usage patterns.


Pricing evolution : Pinecone pricing history and changes

Cadence

PeriodPrice changesProduct / SKU additionsNotes
2019–2023Pod-based plans (s1/p1/p2)Provisioned, always-on pods billed monthly
2024 Q1Model overhaulServerless (RU/WU/storage)Pods → usage units; 10x–50x cheaper for variable load
2024 Q3GA on Azure + GCPMulti-cloud, all-region on Standard
2025–2026Tier rates setBuilder / Standard / Enterprise / BYOCPer-tier usage rates; $250 bulk-import credit promo
2026 (mid)Egress meter documentedNexus (public preview)2026-07-23: egress becomes a 4th billed meter ($0.10/GB, 100 GB/mo included on Standard/Enterprise); Nexus agent knowledge engine enters preview; bulk-import credit extended to 2026-08-31. Core RU/WU/storage rates unchanged

Tracked range: 2019–present. Serverless (2024) is the pivotal repricing event.

Notable changes

  • 2019 — Founded with provisioned pod-based pricing.
  • 2024-01-16Serverless launch. Pricing flips from pods/month to read units, write units, and storage GB. Reported 10x–50x cost reduction for variable workloads; 40–60% for bursty RAG. Pods become legacy for new accounts.
  • 2024-08 — Serverless reaches GA on Azure and GCP (previously AWS-only).
  • 2026 — Four-tier structure (Starter free / Builder $20 / Standard $50 min / Enterprise $500 min) plus BYOC; tiered usage rates; one-time $250 (1 TB) bulk-import credit through 2026-08-31.
  • 2026 (mid-year) — Serverless model documents egress as a fourth billed meter ($0.10/GB, 100 GB/mo included on Standard/Enterprise); Pinecone Nexus (agent knowledge engine) enters public preview.

What’s unique : Pinecone’s distinctive pricing mechanics

1. Four independent meters for one database. Reads, writes, storage, and — as of mid-2026 — egress (data returned per GB) are priced separately and scale independently, a deliberate consequence of the serverless storage/compute split. Few databases expose all four as distinct line items, and the egress meter makes the network cost of large result payloads explicit rather than folding it into read pricing.

2. Read cost keyed to namespace size, not result count. 1 RU per 1 GB scanned (0.25 RU floor) means top_k=10 and top_k=100 cost the same; partitioning data into smaller namespaces is the lever to cut read spend. This is unusual and counterintuitive to teams used to per-query pricing.

3. Usage rates that escalate by plan tier. The same RU/WU/GB units cost progressively more on Standard vs. Enterprise — you pay a premium for SLA, networking, and compliance not just as a platform fee but baked into per-unit rates.


Strengths & weaknesses

StrengthsWeaknesses
Serverless decoupling cut costs 10x–50x for variable/bursty workloads vs. podsCapacity fees are opaque — no published rate, threshold, or formula
Genuinely useful free Starter tier for prototyping RAGWrite-unit 5-WU minimum punishes high-frequency small upserts (agent loops)
Public, itemized usage rates on Starter/Builder/Standard$50/$500 minimums make it a subscription for small production apps
Fully managed, multi-cloud (AWS/Azure/GCP), strong enterprise controlsCold-start latency (200–800ms) after inactivity is architectural
RU model rewards good namespace designAt scale (>$300/mo) self-hosted Qdrant/pods can win on cost

Billing UX : Pinecone billing controls and transparency

  • Billing controls — Self-serve plan selection and upgrade by credit card on Starter/Builder/Standard; Enterprise and BYOC are quoted. Monthly platform minimums apply on Standard ($50) and Enterprise ($500); Builder is a flat $20 where usage beyond limits is blocked rather than billed. Prepaid credits ($8,000–$25,000 range) can be purchased in the console (Settings > Billing > Plans) for discounted List-Price rates and extra capacity.
  • Usage visibility — Console shows RU/WU/storage/egress consumption, and every read/write API response returns the RUs, WUs, and egress it consumed for real-time cost monitoring; Builder+ adds Prometheus and Datadog metric export. Egress overages bill per GB on Standard/Enterprise but block reads (429 RESOURCE_EXHAUSTED) on Free/Builder once the allowance is hit. The recurring complaint is that capacity fees surface retroactively rather than being predictable in advance, which is the main bill-shock vector.
  • Payment options — Card self-serve on lower tiers; invoicing, cloud-marketplace billing (AWS, GCP, and Microsoft Azure PAYG listings), and committed-use contracts available for Standard/Enterprise. The Standard plan includes a 3-week free trial with $300 in credits. HIPAA compliance is a $190/mo Standard add-on (6-month minimum; included on Enterprise). A one-time $250 / 1 TB bulk-import credit is offered to Standard/Enterprise orgs, valid through 2026-08-31.

Strategic wins : Why Pinecone’s pricing decisions worked

1. Serverless repricing matched cost to value

By killing always-on pods and billing actual reads, writes, and storage, Pinecone aligned price with usage for the bursty, spiky workloads RAG actually produces — and slashed bills 10x–50x for variable customers. That removed the biggest objection (paying for idle pods) and broadened the funnel. See usage-based pricing strategy for the framework this exemplifies.

2. A free tier that’s actually usable as a wedge

The Starter plan’s quotas (2 GB, 1M RU, 2M WU) are enough to build a real prototype, making Pinecone the default first choice for developers entering the RAG space — classic PLG land-and-expand. Related: how AI companies structure pricing.

3. Tiered usage rates monetize the enterprise without a separate SKU

Rather than gating features alone, Pinecone charges more per unit on Standard and Enterprise. This captures willingness-to-pay from compliance-bound buyers while keeping the same simple meter. See choosing the right usage metric.


Areas to improve : Gaps in Pinecone’s pricing approach

1. Capacity-fee opacity drives bill shock

The most damaging gap: capacity fees with no published rate, threshold, or formula appear after the fact, producing 3–5x gaps between estimates and actual bills. Publishing the activation threshold and rate would directly address the top community complaint. See bill shock and cost unpredictability.

2. The write-unit model is misaligned with agent workloads

A 5-WU-per-request floor makes high-frequency small upserts — exactly what autonomous agent loops generate — expensive, even though those apps are nominally “read-heavy.” Volume-based WU discounts or a smaller minimum would fit modern AI patterns better.

3. Read pricing is hard to forecast

Because RU scales with namespace size rather than query count, teams struggle to predict spend without deeply understanding their data layout — and the mid-2026 egress meter ($0.10/GB on data returned) adds a second read-side variable that keys off result-payload size, not query count. Clearer cost estimators and namespace-aware budgeting tools would reduce the predictability gap that pushes large users toward self-hosting.


Monetization stack & signals : how Pinecone builds & buys its revenue engine

Buys 2 Builds 2 3 open roles

The read — where the monetization investment is going

Pinecone is a build-then-buy monetization story. Its original billing engine was built in-house but couldn't keep up with multi-product, complex-metering usage pricing — by Pinecone's own account the team still calculated some invoices manually — so when it launched serverless it adopted Orb as the system of record for all usage and billing data. The metering layer itself (the read-unit / write-unit computation surfaced in every API response) is operated in-house; Orb consolidates that usage into invoices, plans, and discounts. Current revenue-adjacent hiring is light and skews to the data platform (one Senior Data Platform Engineer building out a dbt project on a BigQuery/Snowflake warehouse for usage analytics) plus customer-facing product and docs roles, rather than a dedicated billing-platform team.

Stack — build vs buy
Builds in-house · 2
  • In-house billing (legacy, replaced by Orb) In-house build Press Jun 2026

    “Pinecone's original billing system was built in-house, not supporting multi-product billing and complex metering. In some cases, the team still had to calculate invoices manually.”

  • Serverless usage metering (read/write units) Metering inferred Docs Jun 2026

    “Every read operation will have its associated RUs returned in its response.”

Buys (vendor) · 2
  • Orb Billing Press 1 Press 2 Jun 2026

    “Pinecone uses Orb to support sophisticated multi-product usage-based pricing for its customers.”

  • dbt Data platform Job post Jun 2026

    “Develop and maintain our DBT project, including staging, intermediate, and marts.”

Open roles in the revenue & lifecycle org — 3
View open roles

Signals reviewed · derived from public job posts, press & filings, product docs

Job postings fill and close over time — once a posting is filled we keep it as a dated citation (the quoted evidence remains); use View open roles for current listings.

Key takeaways

  1. Decoupling the three cost drivers of a database (read/write/store) is the headline move — it matched price to value and cut bills 10x–50x for variable workloads.
  2. The RU formula keys off namespace size, not result count — an unusual mechanic that rewards good data partitioning and surprises teams expecting per-query pricing.
  3. Write units, not reads, are often the real cost driver for AI-agent workloads because of the 5-WU per-request minimum.
  4. Capacity fees are the transparency weak point — unpublished rates and thresholds create the bill-shock complaints that dominate community feedback.
  5. For the vector-DB category, Pinecone proved usage-metered managed infra can beat provisioned capacity — but only while spend stays below the self-host crossover (~$300/mo).

UBP implications

  1. Separate your meters when your costs are separable. Pinecone’s reads/writes/storage split is a textbook example of pricing each independent cost driver so customers only pay for what they use.
  2. A usage meter is only as good as its predictability. The capacity-fee backlash shows that an opaque or retroactive charge can undo the goodwill of an otherwise fair usage model — see outcome-based pricing trends for where buyer expectations are heading.
  3. Mind the minimum. Platform minimums turn a “pure usage” story into a subscription for small customers — fine as a floor, but be honest about it in positioning. See choosing the right usage metric.

Sources


Bottom line

Pinecone is the category-defining managed vector database, and its 2024 serverless rewrite is one of the cleaner examples of repricing infrastructure around real usage: separate read, write, and storage meters that cut bills 10x–50x for the bursty workloads RAG produces. The model’s genius — RU keyed to namespace size, and by mid-2026 four independent meters (read, write, storage, egress) — is also its friction: write-unit minimums punish agent loops, and unpublished capacity fees create the bill-shock complaints that push the biggest users toward self-hosted Qdrant or legacy pods past ~$300/month. For most teams, the free Starter tier and pay-as-you-go Standard plan remain the fastest way to ship a vector search app.

Want to compare Pinecone against other Infrastructure, Compute & MLOps companies? Browse the pricing blueprint.

Pricing timeline : Major events on a vertical axis

Each milestone below corresponds to a public pricing change, product launch, or material adjustment. Major events use a filled marker; minor adjustments use a faded one.

Egress becomes a 4th billed meter; Nexus enters public preview

Serverless pricing now documents four usage meters — read units, write units, storage, and egress ($0.10/GB, 100 GB/mo included on Standard/Enterprise). Pinecone Nexus (agent knowledge engine) launched in public preview. Core RU/WU/storage plan rates unchanged; the $250 (1 TB) bulk-import credit was extended to 2026-08-31.

Egress becomes a 4th billed meter; Nexus enters public preview - Serverless pricing now documents four usage meters — read units, write units, st
captured

Plan structure: Starter / Builder / Standard / Enterprise + BYOC

Four self-serve/sales tiers verified: Starter (free), Builder ($20 flat), Standard ($50 min), Enterprise ($500 min), plus Bring Your Own Cloud (BYOC) at custom pricing. Usage rates step up by tier. One-time $250 bulk-import credit (1 TB) for Standard/Enterprise through 2026-08-31.

Serverless GA on Azure and GCP

Pinecone Serverless reached general availability on Microsoft Azure and Google Cloud, in addition to AWS, with all-cloud-region availability on the Standard plan.

Pinecone Serverless launches — pricing flips to read/write/storage units

Serverless rewrite separated reads, writes, and storage into independently-scaling layers backed by blob storage. Pricing moved from provisioned pods/month to read units, write units, and storage GB — cutting cost 10x–50x for variable workloads (40–60% for bursty RAG).

Pinecone founded (pod-based managed vector DB)

Pinecone launched as a fully-managed vector database with provisioned pod-based pricing — you sized and paid for pods (e.g. s1/p1/p2) per month regardless of query volume.

Trivia
  • · Pinecone's 2024 serverless rewrite pushed the source of truth into blob storage and split reads, writes, and storage into independently-billed layers — making the old pod-based pricing obsolete for new accounts.
  • · A Pinecone query costs ~1 read unit per 1 GB of namespace size, with a 0.25 RU floor — so top_k and metadata inclusion don't change the price; only how much data the query scans does.
  • · For bursty RAG workloads that go quiet overnight, serverless saved customers an estimated 40–60% versus the always-on pod model.

Questions & answers

What is Pinecone's pricing model?
Pinecone uses tiered plans with pure usage-based billing. You pick a plan (Starter free, Builder $20/mo, Standard $50/mo minimum, or Enterprise $500/mo minimum) and pay across four serverless meters: read units (RU), write units (WU), storage per GB, and — since mid-2026 — egress at $0.10/GB (100 GB/mo included on paid tiers). Paid tiers apply a monthly platform minimum; usage above it is pay-as-you-go.
Does Pinecone offer a free tier?
Yes. The Starter plan is free with caps: up to 5 indexes, 100 namespaces, 2 GB storage, 2M write units/month, and 1M read units/month, with community (Discord) support. It is enough to prototype RAG and small apps before upgrading.
How much does Pinecone cost per month?
Builder is a $20/month flat plan. Standard starts at a $50/month minimum and Enterprise at a $500/month minimum, both pay-as-you-go above the minimum. On Standard, storage is ~$0.33/GB/mo, write units ~$4–4.50 per million, and read units ~$16–18 per million; Enterprise rates are higher. Real bills depend on index size, write volume, and query rate.
Is Pinecone pricing usage-based or subscription?
Both. There is a subscription-like platform minimum per paid tier, but the variable cost is pure usage-based — metered on read units, write units, storage, and (since mid-2026) egress on data returned. There are no per-seat charges; you pay for vector operations, data stored, and data returned.