Pure Usage Pricing: Examples & Companies

114 companies in the corpus Updated full analysis
Definition

Pure Usage Pricing is a pricing model where the customer pays only for what they consume, with no fixed recurring fee beyond a possible minimum.

Also known as: Pay-As-You-Go PricingPAYG PricingConsumption Pricing

What is it

Pure Usage Pricing is a pricing model where the customer pays only for what they consume, with no fixed recurring fee beyond a possible minimum. The bill starts at zero and scales linearly — or with volume discounts — as consumption rises. Every incremental unit is billed at a rate, and there is no seat charge, platform fee, or subscription floor doing the revenue heavy-lifting.

It is the no-commitment model, and it dominates the developer-facing inference and infrastructure segments. DeepSeek bills its API from $0.0028 per 1M tokens on a V4-Flash cache hit; Cohere charges $2.50 / $10 per 1M tokens for Command A, $0.12 per 1M for Embed v4, and $2 per 1,000 queries for Rerank; AssemblyAI meters transcription at $0.15/hr for Universal-2 with no minimum, upfront fee, or contract on its pay-as-you-go plan. In each case the developer-as-buyer wants exactly one thing: to pay nothing until they ship production traffic.

The model spans two structurally different clusters. On the API side sit LLM and embedding endpoints, speech and audio APIs, image generators, and web-search APIs. On the infrastructure side sit GPU clouds and serverless-compute platforms — RunPod rents pods by the GPU-hour, Modal meters serverless work by the GPU-second. What unites them is that idle capacity generates no charge: no tokens processed, no GPU-seconds consumed, no bill.

The trade-off is symmetrical and well understood. The vendor gives up a revenue floor — a slow month is a slow invoice — and the buyer gives up cost predictability, since a busy month or a misconfigured agent can multiply the bill. Most of the discipline in this category is about managing that two-sided uncertainty: prepaid credits and committed tiers for the vendor, spend caps and alerts for the buyer.

Four vendors · four units · one $0 base fee
Different units, same rule — the bill starts at $0 TOKENS $0.0028 DeepSeek · /1M cache-hit rate QUERIES $2 Cohere Rerank · /1k reranked GPU-HOURS $2.89 RunPod H100 · /hr pod, per hour GPU-SECONDS $0.001097 Modal H100 · /s serverless $0 BASE FEE · ON ALL FOUR no seat, no platform floor — idle capacity bills nothing PAY ONLY FOR USE →

How it works

Pure usage pricing has one moving part: a meter multiplied by a rate. The design decisions are which unit to meter, how steep the volume curve is, and what structural discounts sit on top. The billing unit follows the workload — tokens for text models, minutes for audio, GPU-hours or GPU-seconds for compute, requests for search and scraping.

SegmentPrimary unitRate examples (corpus)
LLM / embedding APIstokens (per 1M)DeepSeek from $0.0028/1M (cache hit); Cohere Command A $2.50 / $10; Embed v4 $0.12/1M
Audio / speech APIsmedia-minutes / hoursAssemblyAI $0.15/hr (Universal-2), $0.21/hr (Universal-3 Pro); Deepgram per-minute PAYG
GPU compute (pods)GPU-hoursRunPod H100 $2.89/hr, RTX 4090 $0.69/hr
GPU compute (serverless)GPU-secondsModal H100 $0.001097/s, A100 $0.000694/s, T4 $0.000164/s
Web search / datarequestsExa Search $7/1k requests (≈$0.007/call); Tavily $0.008/credit

The math is deliberately legible. A worked example on Cohere’s Rerank API: reranking 500,000 queries in a month at $2 per 1,000 queries costs 500,000 ÷ 1,000 × $2 = $1,000, with no seat or platform fee added. A worked example on Modal: running an H100 for 40 hours of serverless inference at $0.001097 per GPU-second costs 40 × 3,600 × $0.001097 ≈ $158, billed per second so a job that finishes early stops the meter.

Unit math: Total bill = Σ (units_consumed × unit_rate) − discounts. There is no + base_fee term — that absence is what makes the model “pure.”

Rates are rarely a single flat number. Four structural discounts recur across the corpus. Volume tiers drop the per-unit rate above a monthly threshold. Batch / async processing typically earns roughly half the synchronous rate. Cached-input discounts apply when input tokens match a cached prefix — DeepSeek’s $0.0028/1M cache-hit rate is an order of magnitude below its cache-miss rate. Prepaid credits reward paying in advance: Deepgram’s Growth plan offers up to 20% savings via prepaid annual credits ($4K+/year).


Companies using this

113 companies in the corpus price primarily on pure usage — the largest single pricing-model cohort here, concentrated in developer APIs (DeepSeek, Cohere, Tavily) and GPU / serverless infrastructure (RunPod, Modal, Vast.ai). The table below lists every one, with its billing units, free-tier status, and verification date.


Patterns observed

Three patterns hold consistently across the 113 companies on this page.

  • A free tier is nearly universal, and it is the acquisition funnel. Pure-usage vendors give developers a way to integrate at zero cost, then let real traffic convert them. The shapes vary: Deepgram grants a $200 credit with no card required; Modal bundles $30 of free credits into its $0 Starter tier; Tavily refreshes 1,000 free search credits every month. Because the meter only becomes valuable at production volume, giving away the low end costs the vendor little.

  • The billing unit tracks the underlying cost driver, not the customer’s mental model. AssemblyAI bills the hour of audio it processes, RunPod bills the GPU-hour it rents, Cohere bills the token it generates. This is the opposite of outcome-based pricing: the meter is chosen so the vendor’s margin is protected regardless of whether the customer got value from any given call.

  • Prices deflate, and vendors bake in discount ladders rather than one flat rate. Cache-hit discounts, batch rates, and volume tiers are standard equipment — Cohere alone lists distinct Command, Embed, and Rerank rates, each with its own volume curve. Every serious inference vendor ships some version of this laddering; the flat “one rate for everyone” model is now the exception, not the rule.

A fourth, softer pattern: pure-usage vendors sell almost entirely self-serve. The overwhelming majority onboard with a credit card and no purchase order, which is why the model and the developer buyer are so tightly coupled — the pricing structure is itself a go-to-market choice.


Counterexamples & variants

The cleanest counterexample is the drift toward hybrid. Pure usage is often a starting point, not an endpoint. Exa launched as Metaphor Systems selling flat $100 and $250/month subscription tiers in early 2024, scrapped them within months for pure pay-as-you-go credits — then in the April 2026 endpoint-card redesign re-introduced per-endpoint pricing structure and raised its base Search rate from $5 to $7 per 1,000 requests. The trajectory of many vendors here is pure-usage → small platform or seat fee + metered usage, i.e. hybrid pricing, once they start selling to teams and enterprises.

Modal is the instructive variant: it is tagged pure-usage because its economics are per-second GPU, CPU, and memory, but it layers flat plan fees ($0 Starter, $250 Team) on top. That flat fee is small relative to the metered spend for any real workload, so the model reads as pure usage in practice — but it is technically a hybrid, and the line between the two categories is genuinely fuzzy at the edges. ElevenLabs sits on the other side of the same line: it appears in the pure-usage cohort for its PAYG API surface but is primarily hybrid, pairing subscription plans with usage metering.

The other genuine variant is the sales-gated pure-usage vendor. Metronome, itself a usage-billing infrastructure platform now part of Stripe, prices usage-based but publishes no public rates beyond a free Starter tier — the Custom plan is sales-quoted. This inverts the category’s usual transparency: pure usage normally means published per-unit prices a developer can read off a page, but billing-infra vendors and enterprise-tier compute providers frequently hide the number behind a conversation. The model is still consumption-based; the legibility that usually comes with it is not.

Finally, the “minimum” clause in the definition matters. A handful of vendors run pure-usage rates but enforce a monthly minimum spend or a minimum prepaid credit purchase. That minimum is a soft floor — it does not make the model hybrid, but it does mean the bill does not literally start at zero, which is worth checking in procurement.


What this means for buyers vs vendors

For buyers

Pure usage is the friendliest model to start with and the easiest to lose control of. The zero floor means you can pilot at near-zero cost, so favor it for early-stage and spiky workloads where you can’t yet forecast volume. Before you scale, ask three questions: is there a spend cap, alert, or hard-stop credit wallet (Deepgram, Modal, and prepaid-wallet vendors offer these); what discounts unlock at your volume (cache-hit, batch, and volume-tier rates can cut the effective price by 50-90%); and how stable is the rate — pure-usage vendors reprice more often than seat plans, so read the pricing page’s change history. See our guide to usage invoicing and billing cycles for how these bills are actually computed, and model your own numbers in the pricing calculators.

For vendors

Pure usage fits when your buyer is a developer, your cost is genuinely variable, and your unit of consumption is measurable and cheap to meter. It removes friction from acquisition — a free tier plus per-unit rates is the lowest-commitment ask you can make — but it hands you revenue that swings with customer traffic and offers no floor. The standard mitigations are all visible in this corpus: prepaid credits and committed-use tiers to pull revenue forward, and a paid team/enterprise tier that adds a flat platform fee once accounts are large enough to tolerate it, drifting you toward hybrid pricing. Start from our introduction to usage-based pricing before committing to a meter — the unit you pick is nearly impossible to change once customers have built against it.


Company Product Pricing modelBilling unitsFree tier Verified
01.AIYi open-weight models + Yi API + enterprise vertical solutionsYes2026-06-11
Agility RoboticsDigit humanoid robot + Agility Arc cloud platform (Robots-as-a-Service)No2026-06-14
AI21 LabsJamba foundation models, Maestro orchestration & enterprise AIYes2026-06-11
AiderOpen-source CLI AI pair programmerYes2026-06-08
AnthropicClaude API (token-based) + Claude.ai consumer subscriptions (Free/Pro/Team/Enterprise)Yes2026-07-06
AnyscaleManaged Ray platform for distributed AI training, inference, and batch processing (RayTurbo, Anyscale Compute Units)Yes2026-05-29
ApptronikApollo general-purpose humanoid robot (RaaS + outright sale)No2026-06-14
AssemblyAISpeech-to-Text & Audio AI APIsYes2026-07-06
Baichuan AIBaichuan & medical M-series LLM APIsYes2026-06-11
BasetenML inference infrastructure — dedicated GPU deployments, Model APIs, and Truss frameworkYes2026-05-29
BentoMLBentoCloud — managed model-serving & inference platformYes2026-06-15
BitoAI code review (per-seat) and AI Architect codebase intelligence (usage-based)No2026-06-08
Bland AIAI phone call automation platform — inbound and outbound voice agents at scaleYes2026-05-29
Bright DataWeb data platform — proxy networks, scraping APIs, a managed scraping browser, SERP and unlocker APIs, ready-made datasets, and eCommerce insightsYes2026-07-14
BrowserbaseBrowser-agent infrastructure: headless browser sessions, web Search/Fetch APIs, agent identity, runtime, and a model gateway behind one API keyYes2026-06-02
CartesiaReal-time voice AI platform (Sonic TTS, voice cloning, voice agents)Yes2026-05-29
CerebrasWafer-scale AI inference cloud and WSE hardware systemsYes2026-05-30
ChromaOpen-source vector database + Chroma CloudYes2026-06-09
Claude CodeAgentic coding tool by Anthropic (terminal CLI, IDE, web)No2026-06-16
CohereCommand, Embed, Rerank APIsYes2026-05-29
CoreWeaveGPU cloud & AI compute infrastructureNo2026-06-15
DailyReal-time voice and video WebRTC APIs (Video SDK + Pipecat Cloud)Yes2026-07-14
Databricks (Mosaic AI)Mosaic AI — enterprise GenAI & ML on the Data Intelligence PlatformYes2026-06-15
DecagonAI customer support agent platformNo2026-06-11
DeepgramUsage-based speech-to-text, text-to-speech, and voice agent APIsYes2026-05-31
DeepInfraServerless inference cloud — per-token LLM/embedding APIs, per-image and per-minute media models, per-hour on-demand GPU containers, and reserved DeepCluster GPU clustersNo2026-07-14
DeepLAI translation, writing, and translation APIYes2026-06-16
DeepSeekDeepSeek API (V4-Flash + V4-Pro models, 1M context) with token-based pricing and aggressive cache discountsYes2026-06-05
ElevenLabsVoice AI platform across ElevenCreative, ElevenAgents, and ElevenAPIYes2026-06-30
ExaAI web search API for agents — search, contents, deep research, and monitoring endpoints billed per requestYes2026-07-14
FalGenerative-media inference platform — serverless per-output model APIs plus dedicated GPU computeNo2026-06-01
Fireworks AIGenerative AI inference platform — serverless per-token, on-demand GPU, fine-tuning, batch APIYes2026-05-30
FreepikAI creative suite — image, video, audio generation plus a 200M+ stock libraryYes2026-06-05
GladiaSpeech-to-text & audio intelligence APIYes2026-06-09
GoogleGemini API & AI StudioYes2026-07-14
GroqGroqCloud — LPU-based ultra-low-latency inference API for Llama, GPT-OSS, Qwen, Whisper transcription, and Orpheus text-to-speechYes2026-07-14
Hippocratic AISafety-focused healthcare LLM — patient-facing AI agents for non-diagnostic clinical tasksNo2026-06-10
Hugging FaceAI model hub, inference endpoints & computeYes2026-06-15
HyperbolicGPU cloud marketplace & serverless AI inferenceYes2026-06-15
HyperlineHyperline — quote-to-cash billing, CPQ and usage-based monetization platform for SaaSYes2026-06-10
Inflection AIEnterprise foundation models (Inflection 3.0) + Pi assistantNo2026-06-11
Jina AISearch Foundation API (Embeddings, Reranker, Reader, DeepSearch, Classifier)Yes2026-06-03
LabelboxAI training-data platform (data labeling, curation & model evaluation)Yes2026-06-15
LambdaGPU cloud & AI compute infrastructureNo2026-06-09
LanceDBAI-native multimodal lakehouseYes2026-06-09
Lightning AICloud GPU/CPU Studio compute platform for building, training, and serving AI models, billed by the second with a credit pool.Yes2026-06-02
LinkupWeb search API for AI agents — Search, Fetch, and async Research endpoints with grounded, structured resultsYes2026-07-14
LiveKitOpen-source real-time (WebRTC) communications, LiveKit Cloud & Agents frameworkYes2026-06-30
MakeVisual, no-code automation (iPaaS) platform connecting 3,000+ apps and AI agentsYes2026-06-11
Maven AGIEnterprise AI agent platform for customer supportNo2026-06-11
MercorAI talent marketplace + enterprise data partnerships for frontier AI labsNo2026-07-14
MetronomeUsage-based billing and metering infrastructure platformYes2026-07-14
micro1Human-data engine, RL environments, and agent evaluation for frontier AI labsNo2026-07-14
MilvusVector database (OSS) + Zilliz Cloud (managed)Yes2026-06-09
MiniMaxFoundation models, Hailuo video & per-token APIYes2026-06-11
Mistral AIOpen and commercial LLM APIsYes2026-07-06
ModalServerless compute and GPU platform — per-second billing for Python functions, batch jobs, and model servingYes2026-07-14
Moonshot AIKimi assistant + Kimi/Moonshot open-weight LLM APIYes2026-06-11
MultiOnAutonomous web-browsing AI agent API (wound down)No2026-06-10
Murf AIAI voice / text-to-speech platform (Murf Studio app + Murf API)Yes2026-06-01
NebiusAI cloud & GPU compute infrastructureNo2026-06-15
NetlifyWeb development & deployment platform (Agent Runners / AI)Yes2026-07-14
Novita AIPay-as-you-go AI cloud: 200+ model inference APIs, on-demand GPUs, and per-second agent sandboxes under one APIYes2026-07-06
OctoAIGenerative AI inference platform (acquired by NVIDIA, sunset Oct 2024)No2026-06-15
OpenAIChatGPT consumer subscriptions + GPT-5.x API with token-based usage billingYes2026-06-30
OpenPipeOpenPipe fine-tuning and hosted inference platform (small specialized models / RL for agents)Yes2026-06-04
OpenRouterMulti-model LLM API routing marketplaceYes2026-07-14
OxylabsWeb data collection: residential, datacenter, ISP & mobile proxies plus Web Scraper API and Web UnblockerYes2026-07-06
ParloaEnterprise AI Agent Management Platform (AMP) for contact-center voice and chat automationNo2026-06-07
Patronus AILLM and AI agent evaluation, monitoring, and guardrail platformYes2026-06-04
Perplexity AIAI-native answer engine with citations and multi-model searchYes2026-05-29
PhotoRoomAI image-editing app and per-image Image Editing / Remove Background API for e-commerce product visualsYes2026-06-05
PineconeManaged vector database (serverless)Yes2026-06-09
PlayHTText-to-speech & voice cloning API (PlayAI)Yes2026-06-09
PoeMulti-model AI chat subscription (by Quora)Yes2026-06-16
PredibaseFine-tuning & serving platform for open-source LLMsYes2026-06-15
QdrantOpen-source vector database + Qdrant CloudYes2026-06-09
QodoQodo (formerly Codium AI) — AI code integrity platform: Qodo Gen (IDE plugin), Qodo Merge (PR review agent), and Qodo Command (CLI / agentic quality workflows)No2026-06-30
Reka AINatively multimodal models (Spark, Edge, Flash, Core) + Research & Vision APIsYes2026-06-11
ReplicateCloud platform for running, fine-tuning, and deploying AI models via REST APIYes2026-05-30
Resemble AIAI deepfake detection & watermarking + voice generation APIsNo2026-07-14
Retell AIConversational voice-agent API platformNo2026-07-14
Rev AIPay-as-you-go speech-to-text, transcription, and audio-intelligence APIsYes2026-06-04
Rewind.ai (the original Rewind AI rebranded to Limitless, acquired by Meta)AI tools aggregator (token-balance) — on the domain once home to the Rewind personal-memory appYes2026-06-15
RunPodGPU cloud marketplace — Secure Cloud and Community Cloud Pods, Serverless endpoints, and persistent storageNo2026-07-14
RytrAI writing assistant for short-form marketing copy and contentYes2026-06-07
SambaNovaSambaNova Cloud inference API & RDU AI systemsYes2026-06-15
Sarvam AISovereign Indic LLM, speech & translation APIsYes2026-06-11
Scale AIData engine, GenAI platform & contributor marketplaceNo2026-06-15
ScraperAPIWeb scraping API that handles proxies, browsers, and CAPTCHAs behind a single endpointNo2026-06-04
SerpApiReal-time search-results API (Google, Bing, and other engines)Yes2026-06-04
SierraConversational AI customer agentsNo2026-06-11
Snowflake CortexAI functions and model APIs on SnowflakeYes2026-07-06
SpeechmaticsSpeech-to-text and text-to-speech APIs with per-hour usage pricingYes2026-07-06
Stripe BillingStripe Billing — recurring, usage-based, and metered billing on the Stripe platformNo2026-06-10
TavilyTavily Search APIYes2026-06-03
TogaiUsage-based metering and billing infrastructure platformYes2026-06-03
Together AIAI Acceleration Cloud — serverless inference, dedicated endpoints, GPU clusters, Code Sandbox, fine-tuningYes2026-07-14
Trigger.devBackground jobs and workflow orchestration for developersYes2026-06-16
turbopufferServerless vector and full-text search database on object storageNo2026-07-14
Twelve LabsVideo understanding foundation models (Marengo for search/embeddings, Pegasus for analysis) delivered as a usage-metered APIYes2026-06-02
UnstructuredDocument ingestion / ETL APIYes2026-07-14
UpstashUpstash (Redis, Vector, QStash, Search, Workflow)Yes2026-07-14
Usage AICloud commitment management & savings optimization (AWS / Azure / GCP)Yes2026-06-16
VapiVoice AI infrastructure for developersNo2026-06-09
Vast.aiGPU rental marketplace — on-demand, interruptible (spot), and reserved cloud GPUs plus autoscaling serverless inferenceNo2026-07-14
Voyage AIEmbedding and reranker models (text, code, multimodal) for retrieval and RAGYes2026-06-04
WaymoWaymo One autonomous robotaxi serviceNo2026-06-14
WeaviateAI-native vector database (open-source core + Weaviate Cloud managed serverless, dedicated/Enterprise Cloud, BYOC)Yes2026-07-06
xAIGrok API and agentic AI stackYes2026-07-14
You.comWeb search, contents, research, and finance-research APIs for AI systemsYes2026-06-01
ZapierWorkflow-automation (iPaaS) platform connecting 9,000+ apps, with separately-metered AI Agents and Chatbots add-onsYes2026-06-30
ZenRowsUniversal Scraper API, Scraping Browser, and Residential ProxiesYes2026-06-04
Zhipu AIGLM foundation models, per-token API, and GLM Coding PlanYes2026-06-11

Explore this theme in the knowledge graph

FAQ

What is pure usage pricing?

Pure usage pricing is a model where the customer pays only for what they consume — per token, per request, per minute, or per GPU-hour — with no fixed recurring fee beyond a possible minimum. The bill starts at zero and scales with actual consumption.

How is pure usage different from hybrid pricing?

Hybrid pricing pairs a fixed component — a seat, platform fee, or minimum — with metered usage. In pure usage there is no meaningful fixed component: every line on the invoice maps to a unit of consumption. Many vendors, like Modal and Exa, run a $0 pure-usage tier and only add a flat fee at their team plan.

Which companies use pure usage pricing?

It dominates developer-facing inference and infrastructure. In this corpus 113 companies price this way, including DeepSeek, Cohere, and AssemblyAI on the API side, and RunPod, Modal, and Vast.ai on the GPU-compute side.

Do pure-usage APIs have a spend cap?

Not by default. A runaway loop or agent can generate a large bill before anyone notices. Look for vendors offering configurable spend limits, usage alerts, or prepaid credit wallets that stop at zero rather than overaging.

Are pure-usage token prices rising or falling?

Falling. Every frontier-model generation has cut per-token rates — DeepSeek's V4-Flash reaches $0.0028/1M tokens on a cache hit. Budget assumptions for pure-usage APIs should be revisited at least twice a year.

Related pricing models

Related guides & calculators

Back to companies