What is it
Hybrid Pricing Model is a pricing model that combines a fixed recurring fee with variable usage-based charges, both meaningful to the bill.
The fixed component is typically a per-user seat fee, a platform access fee, or a prepaid credit pool. The variable component meters consumption on the dimension that drives the vendor’s underlying cost — tokens for LLM products, resolutions for AI support agents, GPU-hours for inference clouds, minutes for voice and video. Hybrid has become the default packaging for AI software because a pure subscription under-prices heavy users while pure usage scares off cautious ones.
It is the most common paid structure in the corpus: 144 companies price on a hybrid basis. Intercom charges $29–$132 per seat for platform access plus $0.99 per Fin AI resolution; GitHub Copilot layers usage-based “AI Credits” on top of its Pro, Pro+, and Business seats; inference clouds like Modal pair a fixed plan with per-second GPU billing. What separates them is where each draws the line between fixed and metered, and how aggressively the meter ramps.
Hybrid is also the endpoint of a broader move we track in subscription-to-usage drift: vendors that tried pure usage have mostly re-added a fixed floor, and vendors that started flat have bolted on a meter.
How it works
Every hybrid model picks two things: what the fixed fee buys, and what unit the meter counts.
| Dimension | What it does | Real examples |
|---|---|---|
| Fixed component | The predictable baseline. Pays for platform access, seats, baseline support, or a prepaid pool. | Cursor: $20/mo Pro seat. Vercel: $20/mo Pro. Modal: $250/mo Team. Bland AI: $299/mo Build. Apify: $29 Starter → $999 Business. |
| Variable component | The metered consumption that scales with usage. | Cursor: per-token credit depletion. Intercom: $0.99/Fin resolution. Modal: per-second GPU ($0.001097/sec H100). LangSmith: $2.50–$5.00 per 1k traces. |
The unit math depends on whether the fixed fee includes a usage allowance. Two patterns dominate:
bill = max(fixed_fee, usage_at_rate) The fixed fee pre-buys an equivalent dollar amount of usage. Cursor’s $20 Pro seat = $20 of credits is the cleanest example; GitHub Copilot’s AI Credits at $0.01/credit and Cartesia’s free 20K credits follow the same shape.
bill = fixed_fee + max(0, (usage − included) × rate) The fixed fee includes some usage; everything above incurs overage. Vercel’s Pro plan (included bandwidth, edge requests, build minutes, then metered) and Helicone’s $79 Pro plan (10K free requests, then log/storage overage) follow this shape.
Worked example (Pattern A): a Cursor Pro user at $20/month who consumes $34 of model credits pays max($20, $34) = $34 — the seat fee is effectively a floor, and the overage is the delta. Worked example (Pattern B): an Intercom team on a $99/seat plan with 5 seats that resolves 400 tickets via Fin pays (5 × $99) + (400 × $0.99) = $495 + $396 = $891. Pattern A is honest about variable cost but produces unpredictable bills; Pattern B is more familiar but obscures unit economics.
Companies using this
The 144 companies below span every AI category: coding tools (Cursor, GitHub Copilot, Codeium, Sourcegraph Cody), customer-support automation (Intercom, Decagon, Gladly), voice and video (ElevenLabs, Cartesia, Bland AI, Retell AI), inference and hosting clouds (Modal, RunPod, Replicate, Together AI, Groq), LLM observability (LangSmith, Helicone), and billing infrastructure (Stripe Billing, Orb). The table below lists their structural choices side by side — fixed vs. metered, billing units, and free-tier availability.
Patterns observed
-
The fixed component tracks how buyers budget: per-seat in B2B, per-account in prosumer, per-platform in infra. GitHub Copilot ($19–$39/user Business/Enterprise) charges per seat; consumer creative tools like Cartesia ($4 Pro → $239 Scale) charge per account; inference clouds like RunPod charge a platform fee that buys access, not seats.
-
The variable component meters the dimension that drives vendor cost. Inference clouds meter GPU-time — Modal at $0.001097/sec for an H100, RunPod at $2.89/hr, Replicate at $0.001525/sec dedicated. Voice and media tools meter what they consume: ElevenLabs bills characters and Bland AI $0.14/min. The meter is whatever the vendor pays upstream, marked up.
-
The fixed component is increasingly a credit pool, not a seat. A large share of these companies — Cartesia (20K free credits), Apify (prepaid compute units), Roboflow (unified credit metering) — express the fixed fee as a monthly credit allotment the variable usage draws down. See credit-based billing for that mechanic in depth.
-
Free or freemium entry is table stakes. Most of these companies offer a free or freemium tier before the paid hybrid plans — Helicone (10K free requests), Retell AI ($10 free credits), and Modal (Starter $0 + $30 credits) all seed usage before the meter starts. The PLG conversion path is no longer optional in this category.
Counterexamples & variants
Hybrid breaks down when the variable component dominates so heavily that the fixed fee becomes a token gate. The June 2025 Cursor incident is the canonical case: heavy users on the $20 Pro plan burned through the credit pool and hit unexpected $10–$20 daily charges with no in-product warning, effectively making the seat fee irrelevant. Cursor’s response — spend visibility, clearer credit accounting, and refunds — became the playbook for the category and fed the broader shift toward in-product spend dashboards and advance-notice policies.
The opposite failure mode is a hybrid where the variable component is too small to matter — legacy SaaS that meters “API calls” at fractions of a cent against a multi-thousand-dollar contract. The metering is theatre, not pricing; the corpus classifies those as subscription, not hybrid.
The genuine counterexamples to hybrid sit at two poles. On one end are the pure-usage voice and inference plays with no fixed floor at all — Retell AI bills strictly $0.07–$0.31/min with no seat, and Vapi passes STT/LLM/TTS through at cost on top of a per-minute host fee. On the other end are the sales-gated, quote-only enterprise variants: Glean publishes no prices, wrapping per-user Enterprise Flex seats and pooled FlexCredits behind a quote, and outcome-only agents like Sierra and Decagon bill per resolution with no seat component. These edges show the boundary of the model: strip the fixed floor and it becomes pure usage; strip the meter and it becomes flat subscription.
What this means for buyers vs vendors
For buyers
Ask three questions of any hybrid pricing page: what’s the included quota, what’s the overage rate, and where do I see real-time consumption? A hybrid plan with vague included quotas and no in-product spending dashboard is structurally bill-shock-prone — invisible usage until the invoice lands is the failure mode to screen out.
Model your two extremes before you sign. Run the light-user case (do you overpay for a floor you’ll never fill?) and the power-user case (does the meter blow past the seat fee?). For credit-pool models like Cartesia, confirm whether unused credits roll over and what an overage credit actually costs. Our introduction to usage-based pricing walks through the value-metric framework you’ll need to compare offers, and the pricing calculator hub lets you model seat-plus-usage totals against your own volume.
For vendors
Hybrid is the right default for any product where customer usage varies more than about 3x. Below that, a flat per-seat fee suffices. Above it, you’re either subsidizing heavy users (pure per-seat) or leaving easy expansion revenue on the table (pure usage). The winners in this corpus — Modal, Together AI, Vercel — meter the exact unit that drives their COGS, so the metered line item stays margin-positive by construction.
The operational half is where most implementations stall — invoicing the metered component, prorating mid-cycle changes, and reconciling prepaid credits against consumption. Get it wrong and you produce churn surveys full of “the bill was a surprise”; see our guide on usage invoicing and billing cycles for the mechanics that keep a hybrid bill defensible.
| Company | Product | Pricing model | Billing units | Free tier | Verified |
|---|---|---|---|---|---|
| 1X Technologies | NEO home humanoid robot & EVE enterprise robotics (RaaS) | No | 2026-06-14 | ||
| 6sense | ABM and B2B revenue-intelligence platform — predictive account scoring, buyer intent data, and AI sales/marketing workflows | Yes | 2026-07-06 | ||
| AiSDR | Autonomous AI SDR for outbound email and LinkedIn outreach | No | 2026-06-21 | ||
| Anyscale | Managed Ray platform for distributed AI training, inference, and batch processing (RayTurbo, Anyscale Compute Units) | Yes | 2026-05-29 | ||
| Apify | Apify Platform — web scraping and browser-automation cloud with an Actors marketplace | Yes | 2026-06-03 | ||
| Apollo.io | Sales intelligence + engagement platform — B2B contact database, prospecting, and email/call sequencing | Yes | 2026-06-05 | ||
| Arcads | AI-generated UGC video ads | No | 2026-06-11 | ||
| Arize AI | AI & LLM observability (Arize AX + Phoenix OSS) | Yes | 2026-06-09 | ||
| Artisan | Ava — an autonomous AI BDR/SDR that finds leads, enriches data, and runs outbound campaigns | Yes | 2026-06-06 | ||
| Augment Code | AI coding assistant with a context engine, IDE/CLI agents, and async cloud agents for production-scale codebases | No | 2026-06-02 | ||
| Autodesk (Flow Studio, formerly Wonder Dynamics) | AI VFX automation platform (Flow Studio) | Yes | 2026-06-16 | ||
| Automation Anywhere | Automation 360 (agentic process automation / RPA) | Yes | 2026-06-11 | ||
| Baseten | ML inference infrastructure — dedicated GPU deployments, Model APIs, and Truss framework | Yes | 2026-05-29 | ||
| Bland AI | AI phone call automation platform — inbound and outbound voice agents at scale | Yes | 2026-05-29 | ||
| Bolt.new | AI full-stack web app generation (StackBlitz) | Yes | 2026-06-08 | ||
| Braintrust | LLM evaluation & observability platform | Yes | 2026-06-09 | ||
| Bright Data | Web data platform — proxy networks, scraping APIs, a managed scraping browser, SERP and unlocker APIs, ready-made datasets, and eCommerce insights | Yes | 2026-06-04 | ||
| Browse AI | No-code web scraping and website-monitoring platform that turns any site into a structured dataset or API | Yes | 2026-06-04 | ||
| Browserbase | Browser-agent infrastructure: headless browser sessions, web Search/Fetch APIs, agent identity, runtime, and a model gateway behind one API key | Yes | 2026-06-02 | ||
| Byword | AI SEO article generation platform that researches, writes, optimizes and publishes long-form content at scale | Yes | 2026-06-07 | ||
| Canva | Visual design and content platform with seat-based plans and AI design credits | Yes | 2026-06-21 | ||
| Captions | AI video editing and creation app | Yes | 2026-06-11 | ||
| Cartesia | Real-time voice AI platform (Sonic TTS, voice cloning, voice agents) | Yes | 2026-05-29 | ||
| Chargebee | Chargebee — subscription billing & revenue management platform (Billing, RevRec, Retention, Receivables) | Yes | 2026-06-10 | ||
| Clay | AI-powered GTM data-enrichment and outbound platform billed on Actions plus Data Credits | Yes | 2026-07-06 | ||
| Close | SMB sales CRM with built-in calling, email, SMS, and an AI sales agent (Chloe) | No | 2026-07-06 | ||
| Codeium | AI coding assistant (free extension) + Windsurf AI-first IDE (freemium + seat subscription) | Yes | 2026-05-29 | ||
| Cognition | Devin autonomous software engineer | Yes | 2026-06-16 | ||
| Comet | AI/ML observability and experiment-tracking platform — Opik (LLM/agent observability) and Comet MLOps (experiment tracking) | Yes | 2026-06-02 | ||
| Composio | Tool-calling and integration infrastructure that connects AI agents to 1,000+ apps with managed auth and tool execution | Yes | 2026-06-10 | ||
| Continue.dev | Open-source AI coding agent (IDE extension + hosted platform) | Yes | 2026-06-24 | ||
| Copy.ai | GTM AI workflow platform | No | 2026-06-15 | ||
| Creatify | AI ad-creative platform — turns a product URL into video and image ads | Yes | 2026-06-30 | ||
| CrewAI | Multi-agent orchestration framework (OSS) + CrewAI AMP enterprise platform | Yes | 2026-06-10 | ||
| Crowdin | Crowdin (localization management) + Crowdin Enterprise | Yes | 2026-06-08 | ||
| Cursor (Anysphere) | AI code editor | Yes | 2026-05-30 | ||
| Decagon | AI customer support agent platform | No | 2026-06-11 | ||
| DeepL | AI translation, writing, and translation API | Yes | 2026-06-16 | ||
| Descript | AI-powered audio and video editing | Yes | 2026-05-31 | ||
| Diffbot | Web-extraction APIs (Extract, Crawl, Natural Language) plus a Knowledge Graph, metered on monthly credits | Yes | 2026-06-04 | ||
| E2B | Open-source cloud sandboxes for AI agents — secure, isolated micro-VMs that run LLM-generated code, coding agents, and computer-use workflows | Yes | 2026-06-02 | ||
| Eko Health | AI cardiac & pulmonary disease detection on a digital stethoscope | Yes | 2026-06-30 | ||
| ElevenLabs | Voice AI platform across ElevenCreative, ElevenAgents, and ElevenAPI | Yes | 2026-06-30 | ||
| Firecrawl | Web-scraping and data-extraction API for AI agents — scrape, crawl, map, search, and extract pages into clean markdown/JSON | Yes | 2026-06-30 | ||
| Fireworks AI | Generative AI inference platform — serverless per-token, on-demand GPU, fine-tuning, batch API | Yes | 2026-05-30 | ||
| Flexprice | Flexprice — open-source usage metering & billing infrastructure for AI/SaaS | Yes | 2026-07-06 | ||
| FLORA | AI-powered creative canvas and workflow platform | Yes | 2026-06-11 | ||
| Forethought | AI customer support automation | No | 2026-06-11 | ||
| Freepik | AI creative suite — image, video, audio generation plus a 200M+ stock library | Yes | 2026-06-05 | ||
| Freshworks | Freshworks CRM (Freshsales) — AI-native sales CRM with the Freddy AI copilot and agent layer, part of the Freshworks customer-experience and IT-service suite. | Yes | 2026-07-06 | ||
| Galileo | AI observability, evaluation, and guardrails platform for agents and LLM apps | Yes | 2026-06-04 | ||
| Gamma | AI presentations, documents and websites | Yes | 2026-06-11 | ||
| GitHub Copilot | AI pair programmer and coding agent embedded in GitHub, VS Code, and most major IDEs. | Yes | 2026-06-30 | ||
| GitLab | AI-native DevSecOps platform (source control, CI/CD, security, agents) | Yes | 2026-06-21 | ||
| Gladly | AI-first customer experience (CX) platform built around lifetime value rather than ticket deflection | No | 2026-06-07 | ||
| Glean | Enterprise AI search and knowledge (Work AI) platform | No | 2026-05-31 | ||
| Gorgias | Conversational AI helpdesk for ecommerce — ticketing, chat, and an AI Agent that automates support and drives sales | No | 2026-06-07 | ||
| Grok | xAI's consumer and business AI assistant | Yes | 2026-06-16 | ||
| Groq | GroqCloud — LPU-based ultra-low-latency inference API for Llama, GPT-OSS, Qwen, Whisper, and Mixtral | Yes | 2026-05-29 | ||
| Gumloop | No-code AI workflow and agent automation platform billed on credits | Yes | 2026-06-30 | ||
| Helicone | Open-source LLM observability & AI gateway | Yes | 2026-06-09 | ||
| Heptabase | Visual knowledge management with AI | No | 2026-06-15 | ||
| HubSpot | AI-native customer platform (CRM) spanning Marketing, Sales, Service, Content, and Data Hubs, with Breeze AI | Yes | 2026-07-06 | ||
| Hugging Face | AI model hub, inference endpoints & compute | Yes | 2026-06-15 | ||
| Humanloop | LLM evals, prompt management & observability | Yes | 2026-06-09 | ||
| Hume AI | Empathic Voice Interface (EVI) + Octave TTS + expression-measurement APIs | Yes | 2026-06-30 | ||
| Hyperline | Hyperline — quote-to-cash billing, CPQ and usage-based monetization platform for SaaS | Yes | 2026-06-10 | ||
| Ideogram | Text-aware AI image generation platform | Yes | 2026-06-15 | ||
| Intercom | Fin AI Agent + Customer Service Suite | No | 2026-07-06 | ||
| Intercom Fin | Fin AI Agent for customer service | No | 2026-06-30 | ||
| InVideo AI | Prompt/text-to-video AI generation (invideo AI) | Yes | 2026-06-11 | ||
| Kaiber | Kaiber — AI video & animation creation (Superstudio, Canvas, Motion, Flipbook) | No | 2026-06-11 | ||
| Keap | All-in-one CRM, sales, and marketing-automation platform for small businesses | No | 2026-07-06 | ||
| Krea AI | Real-time AI image and video generation studio | Yes | 2026-06-11 | ||
| Kustomer | AI-first CRM and customer-service platform unifying omnichannel support, automation, and AI agents | No | 2026-06-07 | ||
| LangChain | Agent orchestration frameworks + LangSmith platform | Yes | 2026-06-10 | ||
| Langfuse | Open-source LLM observability, evals, and prompt management | Yes | 2026-06-09 | ||
| LangSmith | LLM tracing and evaluation | Yes | 2026-06-09 | ||
| lemlist | Multichannel sales-engagement platform — cold email, LinkedIn, calls, SMS, plus a 650M+ B2B lead database | No | 2026-06-30 | ||
| Lightning AI | Cloud GPU/CPU Studio compute platform for building, training, and serving AI models, billed by the second with a credit pool. | Yes | 2026-06-02 | ||
| Lindy | AI executive assistant (iMessage/SMS) — formerly AI agent-builder platform | No | 2026-06-10 | ||
| LiveKit | Open-source real-time (WebRTC) communications, LiveKit Cloud & Agents framework | Yes | 2026-06-30 | ||
| LlamaIndex | RAG/agent orchestration framework + LlamaCloud document parsing | Yes | 2026-06-10 | ||
| LMNT | Low-latency AI text-to-speech (TTS) API with voice cloning | Yes | 2026-06-04 | ||
| Lokalise | Lokalise localization management platform | No | 2026-06-30 | ||
| Lovable | AI full-stack web app generation | Yes | 2026-06-30 | ||
| Luma AI | Dream Machine — text/image-to-video, image and audio generation (plus Genie 3D) | Yes | 2026-06-11 | ||
| m3ter | Usage-based billing and metering infrastructure for B2B SaaS | No | 2026-06-03 | ||
| Manus | General AI agent that executes multi-step tasks autonomously in the cloud | Yes | 2026-06-02 | ||
| Maxio | Maxio — SaaS billing, subscription management & revenue recognition (formed from SaaSOptics + Chargify) | No | 2026-06-10 | ||
| Microsoft Dynamics 365 | Microsoft's enterprise CRM + ERP suite — Sales, Customer Service, Field Service, Business Central, Finance and Supply Chain, with Copilot woven in | No | 2026-07-06 | ||
| Modal | Serverless compute and GPU platform — per-second billing for Python functions, batch jobs, and model serving | Yes | 2026-05-29 | ||
| Motion | Motion AI productivity platform (Pro AI, Business AI) | No | 2026-06-08 | ||
| Netlify | Web development & deployment platform (Agent Runners / AI) | Yes | 2026-07-06 | ||
| Nomic | Nomic Platform (AEC agentic workflows) + Atlas data-exploration app + Nomic Embed embedding/Developer API | Yes | 2026-06-04 | ||
| Opus Clip | OpusClip — AI long-form-to-short video repurposing and clip generation | Yes | 2026-06-11 | ||
| Orb | Usage-based billing infrastructure for AI and software companies | No | 2026-06-03 | ||
| Outreach | AI Agent Platform for revenue teams — sales execution, deal management, conversation intelligence and forecasting for AEs, sales leaders and RevOps | No | 2026-07-06 | ||
| Oxylabs | Web data collection: residential, datacenter, ISP & mobile proxies plus Web Scraper API and Web Unblocker | Yes | 2026-07-06 | ||
| Paige AI | FDA-cleared AI for cancer pathology — clinical diagnostics + pharma/life-sciences foundation models | No | 2026-06-10 | ||
| Pika | Pika — AI text-to-video and image-to-video generation | Yes | 2026-06-11 | ||
| Pinecone | Managed vector database (serverless) | Yes | 2026-06-09 | ||
| Pipedream | Workflow automation and integration platform for developers | Yes | 2026-06-16 | ||
| Playground | AI image generation and graphic-design studio with a monthly credit pool | Yes | 2026-06-04 | ||
| Poe | Multi-model AI chat subscription (by Quora) | Yes | 2026-06-16 | ||
| PolyAI | Enterprise voice AI assistants for contact centers | No | 2026-06-09 | ||
| Portkey | AI gateway & LLMOps governance platform | Yes | 2026-06-10 | ||
| PromptLayer | Prompt management, evaluation, and observability platform for LLM and AI-agent teams | Yes | 2026-06-04 | ||
| Puzzle | Puzzle — AI-native accounting platform | Yes | 2026-06-08 | ||
| Qodo | Qodo (formerly Codium AI) — AI code integrity platform: Qodo Gen (IDE plugin), Qodo Merge (PR review agent), and Qodo Command (CLI / agentic quality workflows) | No | 2026-06-30 | ||
| Recraft | AI image and vector generation studio plus a per-image generation API | Yes | 2026-06-01 | ||
| Regie.ai | AI SDR agents for prospecting, outreach, and sales content (Auto-Pilot) | No | 2026-06-05 | ||
| Relevance AI | No-code platform for building AI agents and multi-agent 'AI Workforces' for sales, marketing, and operations teams. | Yes | 2026-06-02 | ||
| Replicate | Cloud platform for running, fine-tuning, and deploying AI models via REST API | Yes | 2026-05-30 | ||
| Replit AI | AI coding workspace and Replit Agent | Yes | 2026-06-16 | ||
| Reply.io | Multichannel sales engagement platform with AI SDR (Jason), B2B contact data, and email deliverability tooling | Yes | 2026-06-11 | ||
| Retell AI | Conversational voice-agent API platform | No | 2026-06-30 | ||
| Roboflow | Computer-vision platform (dataset management, model training, deployment) | Yes | 2026-06-02 | ||
| Rows | Rows AI spreadsheet | Yes | 2026-06-08 | ||
| Rox | AI agent swarm for sales reps (AE copilot) | Yes | 2026-06-05 | ||
| RunPod | GPU cloud marketplace — Secure Cloud and Community Cloud Pods, Serverless endpoints, and persistent storage | No | 2026-07-06 | ||
| Salesforce | Agentic CRM — Sales Cloud, Service Cloud and the Agentforce digital-labor platform | No | 2026-07-06 | ||
| Schematic | Schematic — runtime monetization, feature entitlements & usage metering platform for SaaS | Yes | 2026-06-10 | ||
| Sierra | Conversational AI customer agents | No | 2026-06-11 | ||
| Skydio | Autonomous drones, docks & flight-autonomy software for defense, public safety & enterprise | No | 2026-06-14 | ||
| Smartlead | Cold-email outreach and deliverability infrastructure with unlimited mailboxes, warmup, and a unified master inbox | No | 2026-06-04 | ||
| Sourcegraph Cody | Enterprise code intelligence platform with AI Deep Search and pooled AI credits | No | 2026-06-09 | ||
| Stability AI | Brand Studio creative platform and open generative media models | Yes | 2026-06-11 | ||
| Stripe Billing | Stripe Billing — recurring, usage-based, and metered billing on the Stripe platform | No | 2026-06-10 | ||
| Synthflow AI | No-code AI voice-agent builder | No | 2026-06-24 | ||
| Tabnine | Private, deployable-anywhere AI coding platform (completions, chat, agents) | No | 2026-06-09 | ||
| Tavus | Conversational Video Interface (CVI) API for real-time AI humans / avatars, plus PALs consumer AI companions | Yes | 2026-06-24 | ||
| Tempus | Precision-medicine platform — genomic diagnostics, multimodal clinical data licensing & oncology AI apps (NASDAQ: TEM) | No | 2026-06-10 | ||
| Together AI | AI Acceleration Cloud — serverless inference, dedicated endpoints, GPU clusters, Code Sandbox, fine-tuning | Yes | 2026-06-30 | ||
| Tome | Tome — AI-native presentation & storytelling app (deck product sunset 2025; pivoted to AI sales) | Yes | 2026-06-11 | ||
| Trigger.dev | Background jobs and workflow orchestration for developers | Yes | 2026-06-16 | ||
| Udio | AI music generation | Yes | 2026-06-11 | ||
| UiPath AI | Agentic automation platform (RPA + AI agents) | No | 2026-06-11 | ||
| Uniphore | Business AI Cloud — enterprise conversational AI & agentic automation | No | 2026-06-09 | ||
| Upstash | Upstash (Redis, Vector, QStash, Search, Workflow) | Yes | 2026-06-03 | ||
| V0 by Vercel | AI UI component generation by Vercel | Yes | 2026-06-08 | ||
| Vantage | Vantage — cloud + AI cost monitoring and FinOps platform | Yes | 2026-06-10 | ||
| Vapi | Voice AI infrastructure for developers | No | 2026-06-09 | ||
| VEED AI | VEED — online video editor with AI generation tools | Yes | 2026-06-11 | ||
| Vellum | Personal AI assistant (ex LLM application development platform) | Yes | 2026-06-10 | ||
| Vercel | Frontend cloud platform | Yes | 2026-07-06 | ||
| Waymo | Waymo One autonomous robotaxi service | No | 2026-06-14 | ||
| Weaviate | AI-native vector database (open-source core + Weaviate Cloud managed serverless, dedicated/Enterprise Cloud, BYOC) | Yes | 2026-07-06 | ||
| Weights & Biases | MLOps experiment tracking, W&B Weave LLM observability/evals, Models registry, and Serverless Inference | Yes | 2026-06-16 | ||
| Windsurf | Agentic AI software development IDE | Yes | 2026-06-08 | ||
| Yellow.ai | Conversational CX automation platform | Yes | 2026-06-11 | ||
| Zendesk AI | Zendesk AI agents, Copilot & Advanced AI for customer service | No | 2026-06-11 | ||
| ZenRows | Universal Scraper API, Scraping Browser, and Residential Proxies | Yes | 2026-06-04 | ||
| ZoomInfo | GTM / sales-intelligence platform (contact + company data, intent, and the ZoomInfo Copilot AI GTM assistant) | No | 2026-07-06 |
Explore this theme in the knowledge graph
FAQ
What is a hybrid pricing model?
A hybrid pricing model combines a fixed recurring fee — typically a per-seat subscription or platform access charge — with variable usage-based charges that scale with consumption. Both components are meaningful to the bill; neither is a rounding error. Cursor's $20/mo Pro seat plus a per-token credit pool is a textbook example.
How is hybrid pricing different from pure usage-based pricing?
Pure usage-based pricing has no fixed component — the customer pays only for what they consume, like Retell AI's $0.07–$0.31/min voice agents. Hybrid keeps a fixed baseline (platform access, seats, or a credit pool) and meters consumption on top. The fixed floor improves revenue predictability for the vendor and budget predictability for the buyer.
How common is hybrid pricing among AI companies?
144 companies in the UsagePricing blueprint corpus price on a hybrid model, making it the single most common paid structure — it spans AI coding tools, voice agents, inference clouds, LLM observability, and billing infrastructure alike.
When does hybrid pricing fail?
Hybrid fails when the variable component overwhelms the fixed component without warning, or when the usage unit isn't intuitive to the buyer. Cursor's June 2025 switch to a $20 credit pool — where heavy users hit unexpected $10–$20 daily charges — is the canonical cautionary tale that pushed the category toward in-product spend dashboards and advance-notice policies.
Why have AI companies moved toward hybrid pricing?
AI inference cost varies enormously across customers. A flat per-seat fee subsidizes heavy users at the expense of light ones; a pure usage model scares off cautious buyers who want budget predictability. Hybrid threads the needle: a fixed baseline for predictability plus a metered component that captures cost from power users.
Related pricing models
- Seat Plus Usage PricingA subset of hybrid pricing where a per-user seat fee is combined with usage-based charges that typically dominate the bill at scale.
- Outcome-Based PricingA pricing model where the customer is charged per business outcome — a resolved support ticket, a converted lead, a closed sale — rather than per unit of input.
- Freemium PricingA pricing model that combines a permanently free tier with paid upgrade plans, used to drive product-led growth and self-serve acquisition.
- Subscription PricingA pricing model that charges a flat recurring fee — monthly or annual — with no usage component meaningful to the bill.
- Pure Usage PricingA pricing model where the customer pays only for what they consume, with no fixed recurring fee beyond a possible minimum.
- Committed-Use PricingA pricing model where the customer commits to a minimum spend over a period (typically annual) in exchange for a discounted rate.
- Seat-Based PricingA pricing model where the primary billing dimension is the number of named users, regardless of their consumption.