What is it
AI Agents Pricing is the pricing for AI agent platforms — products that perform multi-step autonomous tasks on the user’s behalf.
Agents break the assumptions older pricing rested on. A chatbot answers one prompt; an agent plans, calls tools, loops, and retries — so a single run can consume 10–100x the tokens of a chat turn and make external tool calls that cost money of their own. Cost per task is therefore high and variable, and the value is the completed job, not the text generated. That mismatch is why the billable unit for agents is still unsettled in 2026.
147 of the in-corpus companies serve the agents use case, and three competing units are in play. Per token is today’s default — Anthropic, OpenAI, and Google price the agent exactly like any other model workload. Per action bills each discrete tool call separately, emerging at agent-native search vendors like Exa and You.com. Per outcome charges only on a verified completion — rare, and led by Intercom Fin at $0.99 per resolution and Sierra’s sales-only per-resolution model.
Most application-layer agents don’t pick one purely. They wrap variable agent work inside a fixed seat or credit allowance — Cursor at $20/mo Pro, Cognition’s Devin at $20 Pro / $200 Max, Rox at $50/mo Core — so the base bill stays predictable while heavy runs draw down (and eventually overflow) the pool.
How it works
Four structures cover almost every agent product in the corpus. The first three are the pure billable units; the fourth is the packaging wrapper most app-layer agents actually ship.
| Structure | What you pay for | Status | Examples (real prices) |
|---|---|---|---|
| Per token | Everything the agent reads + writes, including tool outputs | Default today | Anthropic Opus $5/$25 per MTok · Groq Llama 3.3 70B $0.59/$0.79 per MTok |
| Per action | Each discrete tool call — search, code run, research task | Emerging | Exa Search $7/1k requests · You.com Search $5/1k, Research from $12/1k |
| Per outcome | Only a completed, verified result | Rare (few live) | Intercom Fin $0.99/resolution · Ada ~$1–$3.50/resolution |
| Hybrid / credit pool | A seat/platform fee + metered agent usage on top | Common at app layer | Cursor $20/mo Pro · Cognition Devin $20/$200 · Rox $50/mo Core |
Worked example — the same coding task, three ways. Say an agent completes one feature-implementation task that reads and writes 200,000 tokens on an Opus-class model ($5 input / $25 output per million) and makes 3 web searches.
- Per token: at a rough 150k input / 50k output split, that’s
0.15 × $5 + 0.05 × $25 = $0.75 + $1.25 = $2.00in model spend, plus3 × $0.007 = $0.02for searches at Exa’s $7/1k rate — about $2.02 for the task, and the buyer carries all the variance. - Per action: the vendor might expose the run as a fixed number of billable actions (a research call, a code-execution call) so the buyer sees legible line items instead of raw token counts — but the underlying token variance still exists, it’s just re-packaged.
- Per outcome: Intercom Fin would charge a flat $0.99 regardless of whether the run burned 40k tokens or 400k — the vendor absorbs the variance, which is exactly why outcome pricing is hard to ship profitably.
Why cost is hard to predict: one agent run might issue 5 tool calls and 40K tokens, while another issues 50 and 400K. Token pricing makes the buyer bear that variance; per-action makes it legible but still variable; per-outcome shifts it to the vendor. The three units are ranked by who bears the cost risk, not by technical difficulty.
This page sits at the intersection of two emerging trends we track: per-action / agent-tool pricing and outcome-based pricing.
Companies using this
147 companies in the current corpus serve the agents use case — the single largest use-case cohort on the site. They span frontier model APIs (Anthropic, OpenAI, Google, DeepSeek), inference clouds (Groq, Together AI, Fireworks AI, Baseten), agent-native search (Exa, You.com, Perplexity AI), coding agents (Cursor, Claude Code, Cognition), support agents (Intercom Fin, Sierra, Decagon, Ada), workflow automation (Zapier, n8n, Lindy), and even embodied agents (1X Technologies). The table below lists each company’s structure, billing units, free tier, and last-verified date.
Patterns observed
Per-token still dominates, but it’s the floor, not the future. Most agent platforms bill tokens because that’s what the underlying model costs — Groq prices Llama 3.3 70B at $0.59/$0.79 per million tokens, and every inference cloud (Together AI, Fireworks AI, Baseten, Replicate) meters the same way. It’s the honest cost-plus floor, but it pushes all consumption risk onto the buyer, which is why nearly no application-layer agent bills raw tokens directly.
Tool calls are becoming their own line item. Beyond the flat search rate, the per-action layer is already fanning into sub-units — Exa adds Deep Search at $12–15/1k and Contents at $1/1k pages, You.com adds Research from $12/1k, and Groq has begun pricing built-in agent tools (web search, code execution) per session on top of tokens. This is the agent-tool pricing trend in motion — the industry starting to name and bill the actions an agent takes, not just the tokens it moves.
Outcome pricing is the talked-about endpoint, and it now has more than one live case. The unit is spreading past its origin: alongside Intercom Fin, Ada (~$1–$3.50/resolution reported), Decagon, Forethought, Maven AGI, and Lorikeet all bill support resolutions as the unit. Outcome pricing clusters in customer support because that’s where the result is measurable and attributable — see outcome-based pricing.
App-layer agents wrap usage in a seat or credit pool. The seat holds revenue steady while the meter recovers variable cost: Cursor runs usage pools up to a $200 Ultra tier, Cognition bills enterprise Devin in ACUs above its self-serve tiers, and Rox meters its Core plan in Agent Actions. This is hybrid pricing applied to agents — the most common landing spot precisely because it splits the variance between buyer and vendor.
Counterexamples & variants
The raw model API prices the agent like nothing special. The counterexample to “agents need new units” is the frontier APIs selling the exact same per-token rate whether you’re building a chatbot or a 50-tool autonomous agent. There’s no agent-specific unit at all, and that’s deliberate: the API sells capability, and the agent logic — along with its cost risk — lives entirely in the buyer’s application. For an infrastructure vendor, refusing to invent an agent unit is the correct move, because it never controls how chatty the buyer’s agent is.
The embodied-agent variant swaps tokens for robot-hours and hardware. The most extreme divergence is physical agents. 1X Technologies sells its NEO humanoid at a published $20,000 outright or $499/mo (six-month minimum), while Agility Robotics and Apptronik meter robot-hours under Robots-as-a-Service contracts. The agents-pricing frame still applies — you’re paying for autonomous tasks completed — but the unit is a physical hour of labor, not a token, which shows how far the “pay for the job” logic can stretch.
Outcome pricing breaks where the outcome isn’t clean. Per-outcome only works where the result is measurable and attributable, which is why it consolidated in support first. It’s much harder for coding or research agents: what’s the billable “outcome” of a Devin run that writes code a human still has to review? That’s exactly why Cognition bills Devin in subscription tiers and ACUs rather than per shipped feature. The variant to watch is whether coding and research agents ever find a defensible outcome unit — until they do, they stay on hybrid credit pools, and the per-outcome column stays dominated by customer support.
What this means for buyers vs vendors
For buyers
Budget per completed task, not per message. Include tool-call outputs in your token estimate and any per-action fees on top — a chatty agent can cost several multiples of a single chat turn, and the worked example above is a floor, not a ceiling. When a vendor offers outcome pricing, scrutinise two things: the outcome definition (Intercom Fin only bills an end-to-end resolution or a configured handoff, not every conversation) and the per-unit price against your cost to do the job another way. For the fundamentals of matching a price to consumption, start with our introduction to usage-based pricing and the breakdown of usage-based pricing models. If you’re evaluating token spend directly, our pricing calculator lets you model model-by-model cost per task before you commit.
For vendors
Pick the unit that matches who should bear consumption risk. Per-token is simplest but pushes all risk to the buyer — fine for an API like OpenAI, dangerous for an app-layer agent where a runaway loop torches your margin. Per-action (Exa, You.com) makes spend legible and is a good intermediate step. Per-outcome (Sierra, Ada) is the strongest value alignment but demands a measurable, defensible result and shifts variance onto you — only ship it where the outcome is clean, which today means support resolutions. Most agent products land on a hybrid credit pool: a fixed fee plus metered usage that splits the variance while the market figures out outcomes. Whichever you choose, get your value metric right first — see choosing the right usage metric.
| Company | Product | Pricing model | Billing units | Free tier | Verified |
|---|---|---|---|---|---|
| 11x | Autonomous AI digital workers — Alice (outbound SDR) and Julian (inbound phone agent) | No | 2026-06-05 | ||
| 1X Technologies | NEO home humanoid robot & EVE enterprise robotics (RaaS) | No | 2026-06-14 | ||
| Abacus.AI | AI super-assistant (ChatLLM) plus an enterprise agentic AI platform | No | 2026-06-02 | ||
| Ada | AI agent platform for automated customer service across chat, email, voice, and SMS | No | 2026-06-07 | ||
| Adept | ACT-1 — action-oriented AI agents that operate software via the UI | No | 2026-06-16 | ||
| Agility Robotics | Digit humanoid robot + Agility Arc cloud platform (Robots-as-a-Service) | No | 2026-06-14 | ||
| Aleph Alpha | PhariaAI sovereign-AI platform, specialized models & professional services | No | 2026-06-11 | ||
| Anthropic | Claude API (token-based) + Claude.ai consumer subscriptions (Free/Pro/Team/Enterprise) | Yes | 2026-07-06 | ||
| Apify | Apify Platform — web scraping and browser-automation cloud with an Actors marketplace | Yes | 2026-06-03 | ||
| Apptronik | Apollo general-purpose humanoid robot (RaaS + outright sale) | No | 2026-06-14 | ||
| Athina AI | Collaborative AI development platform for building, testing, evaluating and monitoring LLM features | Yes | 2026-06-04 | ||
| Augment Code | AI coding assistant with a context engine, IDE/CLI agents, and async cloud agents for production-scale codebases | No | 2026-06-02 | ||
| Automation Anywhere | Automation 360 (agentic process automation / RPA) | Yes | 2026-06-11 | ||
| Bardeen | AI browser automation and workflow agents | Yes | 2026-06-10 | ||
| 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 | ||
| 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 | ||
| 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 | ||
| Cartesia | Real-time voice AI platform (Sonic TTS, voice cloning, voice agents) | Yes | 2026-05-29 | ||
| Cerebras | Wafer-scale AI inference cloud and WSE hardware systems | Yes | 2026-05-30 | ||
| Claude Code | Agentic coding tool by Anthropic (terminal CLI, IDE, web) | No | 2026-06-16 | ||
| 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 | ||
| Cognosys | Autonomous AI agents (rebranded Ottogrid, acquired by Cohere) | Yes | 2026-06-16 | ||
| 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 | ||
| Covariant | Covariant Brain — AI for autonomous warehouse robotic picking | No | 2026-06-14 | ||
| Cresta | AI coaching and intelligence for contact centers | No | 2026-06-11 | ||
| CrewAI | Multi-agent orchestration framework (OSS) + CrewAI AMP enterprise platform | Yes | 2026-06-10 | ||
| Cursor (Anysphere) | AI code editor | Yes | 2026-05-30 | ||
| Daily | Real-time voice and video WebRTC APIs (Video SDK + Pipecat Cloud) | Yes | 2026-06-09 | ||
| Decagon | AI customer support agent platform | No | 2026-06-11 | ||
| DeepSeek | DeepSeek API (V4-Flash + V4-Pro models, 1M context) with token-based pricing and aggressive cache discounts | Yes | 2026-06-05 | ||
| Dify | Dify Cloud + self-hosted LLM app development platform | Yes | 2026-06-03 | ||
| Digits | AI-native accounting & bookkeeping platform | No | 2026-06-24 | ||
| Dropzone AI | Autonomous AI SOC analyst that investigates every security alert end-to-end | No | 2026-06-08 | ||
| Dust | Enterprise AI agent deployment platform | Yes | 2026-06-24 | ||
| 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 | ||
| ElevenLabs | Voice AI platform across ElevenCreative, ElevenAgents, and ElevenAPI | Yes | 2026-06-30 | ||
| Essential AI | Enterprise foundation models & data-workflow automation | No | 2026-06-11 | ||
| EvenUp | AI Claims Intelligence Platform for personal injury law firms | No | 2026-06-16 | ||
| Exa | AI web search API for agents — search, contents, deep research, and monitoring endpoints billed per request | Yes | 2026-06-01 | ||
| Figure | General-purpose humanoid robots (Figure 03) & Helix AI | No | 2026-06-14 | ||
| 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 | ||
| Forethought | AI customer support automation | No | 2026-06-11 | ||
| Frase | Agentic SEO and GEO platform that researches, writes, optimizes, and tracks AI-search visibility for content teams. | No | 2026-06-24 | ||
| Galileo | AI observability, evaluation, and guardrails platform for agents and LLM apps | Yes | 2026-06-04 | ||
| Genspark | All-in-one AI agent workspace (Super Agent, AI Slides/Sheets/Docs, image/video/audio generation) on a credit-based model | Yes | 2026-06-02 | ||
| 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 | ||
| Gemini API & AI Studio | Yes | 2026-07-06 | |||
| Gorgias | Conversational AI helpdesk for ecommerce — ticketing, chat, and an AI Agent that automates support and drives sales | No | 2026-06-07 | ||
| Granola | AI notepad for back-to-back meetings | Yes | 2026-06-15 | ||
| 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 | ||
| Hebbia | Matrix — agentic AI for institutional knowledge work and document analysis | No | 2026-06-15 | ||
| Hippocratic AI | Safety-focused healthcare LLM — patient-facing AI agents for non-diagnostic clinical tasks | No | 2026-06-10 | ||
| HoneyHive | AI observability and evaluation platform for LLM and agent applications | Yes | 2026-06-04 | ||
| Imbue | Reasoning-agent research lab and coding-agent tools (Sculptor) | No | 2026-06-16 | ||
| Insilico Medicine | Pharma.AI generative drug-discovery platform + clinical pipeline | Yes | 2026-06-14 | ||
| Intercom Fin | Fin AI Agent for customer service | No | 2026-06-30 | ||
| Ironclad AI | AI-powered contract lifecycle management (CLM) | No | 2026-06-16 | ||
| Isomorphic Labs | AI-first drug discovery & design (Isomorphic Drug Design Engine) | No | 2026-06-14 | ||
| Jina AI | Search Foundation API (Embeddings, Reranker, Reader, DeepSearch, Classifier) | Yes | 2026-06-03 | ||
| Krisp | AI noise-cancellation, meeting transcription/notes, call-center voice AI, and a developer Voice AI SDK | Yes | 2026-06-04 | ||
| 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 | ||
| Legora | Collaborative AI for lawyers — review, drafting, and research | No | 2026-06-06 | ||
| Lindy | AI executive assistant (iMessage/SMS) — formerly AI agent-builder platform | No | 2026-06-10 | ||
| Linear | Issue tracking and project planning for software teams | Yes | 2026-06-21 | ||
| Linkup | Web search API for AI agents — Search, Fetch, and async Research endpoints with grounded, structured results | Yes | 2026-06-04 | ||
| 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 | ||
| Lorikeet | AI customer-support agent that resolves chat, email, SMS, and voice tickets | No | 2026-06-07 | ||
| Make | Visual, no-code automation (iPaaS) platform connecting 3,000+ apps and AI agents | Yes | 2026-06-11 | ||
| Manus | General AI agent that executes multi-step tasks autonomously in the cloud | Yes | 2026-06-02 | ||
| Maven AGI | Enterprise AI agent platform for customer support | No | 2026-06-11 | ||
| Mem0 | Memory layer for AI agents and applications | Yes | 2026-06-10 | ||
| Mercor | AI talent marketplace + enterprise data partnerships for frontier AI labs | No | 2026-06-30 | ||
| 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 | ||
| MiniMax | Foundation models, Hailuo video & per-token API | Yes | 2026-06-11 | ||
| MultiOn | Autonomous web-browsing AI agent API (wound down) | No | 2026-06-10 | ||
| n8n | Fair-code workflow automation platform for technical teams, billed by monthly workflow executions | Yes | 2026-06-02 | ||
| Nabla | Nabla Copilot — ambient AI clinical assistant (medical scribe) for clinicians | Yes | 2026-06-10 | ||
| 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 | ||
| Nooks | AI sales platform — parallel dialer, AI SDR, and coaching | No | 2026-06-05 | ||
| Notion AI | AI workspace, agents, and knowledge management | Yes | 2026-06-15 | ||
| Novita AI | Pay-as-you-go AI cloud: 200+ model inference APIs, on-demand GPUs, and per-second agent sandboxes under one API | Yes | 2026-07-06 | ||
| OpenAI | ChatGPT consumer subscriptions + GPT-5.x API with token-based usage billing | Yes | 2026-06-30 | ||
| OpenPipe | OpenPipe fine-tuning and hosted inference platform (small specialized models / RL for agents) | Yes | 2026-06-04 | ||
| Otter.ai | AI meeting transcription, notes & assistant | Yes | 2026-06-15 | ||
| 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 | ||
| Parloa | Enterprise AI Agent Management Platform (AMP) for contact-center voice and chat automation | No | 2026-06-07 | ||
| Patronus AI | LLM and AI agent evaluation, monitoring, and guardrail platform | Yes | 2026-06-04 | ||
| Perplexity AI | AI-native answer engine with citations and multi-model search | Yes | 2026-05-29 | ||
| Physical Intelligence | Robotics foundation models (Vision-Language-Action policies for robots) | No | 2026-06-14 | ||
| Pi | Pi — personal, emotionally intelligent AI assistant (consumer app) | Yes | 2026-06-16 | ||
| Pipedream | Workflow automation and integration platform for developers | Yes | 2026-06-16 | ||
| Poe | Multi-model AI chat subscription (by Quora) | Yes | 2026-06-16 | ||
| Poolside | AI coding foundation model | No | 2026-06-16 | ||
| Predibase | Fine-tuning & serving platform for open-source LLMs | Yes | 2026-06-15 | ||
| PromptLayer | Prompt management, evaluation, and observability platform for LLM and AI-agent teams | Yes | 2026-06-04 | ||
| 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 | ||
| 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 | ||
| Resemble AI | Voice generation & cloning APIs + deepfake detection | No | 2026-06-09 | ||
| 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 app | Yes | 2026-06-15 | ||
| Roboflow | Computer-vision platform (dataset management, model training, deployment) | Yes | 2026-06-02 | ||
| Rox | AI agent swarm for sales reps (AE copilot) | Yes | 2026-06-05 | ||
| Salesforce | Agentic CRM — Sales Cloud, Service Cloud and the Agentforce digital-labor platform | No | 2026-07-06 | ||
| Salesloft | AI-powered revenue orchestration platform for sales-engagement, conversation intelligence, forecasting and deal management | No | 2026-07-06 | ||
| Sana AI | Enterprise AI assistant (Sana Agents) and AI learning platform (Sana Learn) | Yes | 2026-06-15 | ||
| Sanctuary AI | Phoenix general-purpose humanoid robot & Carbon AI control system | No | 2026-06-14 | ||
| Shield AI | Hivemind autonomy software, V-BAT & X-BAT autonomous aircraft | No | 2026-06-14 | ||
| 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 | ||
| Speechmatics | Speech-to-text and text-to-speech APIs with per-hour usage pricing | Yes | 2026-07-06 | ||
| Spellbook | AI contract drafting and review inside Microsoft Word | No | 2026-06-06 | ||
| Superhuman | Superhuman Mail | No | 2026-06-08 | ||
| Tavily | Tavily Search API | Yes | 2026-06-03 | ||
| Tavus | Conversational Video Interface (CVI) API for real-time AI humans / avatars, plus PALs consumer AI companions | Yes | 2026-06-24 | ||
| Thomson Reuters (CoCounsel) | CoCounsel — legal generative-AI assistant (formerly Casetext) | No | 2026-06-16 | ||
| Together AI | AI Acceleration Cloud — serverless inference, dedicated endpoints, GPU clusters, Code Sandbox, fine-tuning | Yes | 2026-06-30 | ||
| Trigger.dev | Background jobs and workflow orchestration for developers | Yes | 2026-06-16 | ||
| Typeface | Arc enterprise marketing AI platform | No | 2026-06-16 | ||
| 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 | ||
| Vapi | Voice AI infrastructure for developers | No | 2026-06-09 | ||
| Vectara | Enterprise RAG-as-a-Service and agent platform for trusted, grounded, auditable AI | No | 2026-06-02 | ||
| Vellum | Personal AI assistant (ex LLM application development platform) | Yes | 2026-06-10 | ||
| Waymo | Waymo One autonomous robotaxi service | No | 2026-06-14 | ||
| Weights & Biases | MLOps experiment tracking, W&B Weave LLM observability/evals, Models registry, and Serverless Inference | Yes | 2026-06-16 | ||
| Writer | Enterprise agentic AI platform (Palmyra models, WRITER Agent) | No | 2026-06-15 | ||
| xAI | Grok API and agentic AI stack | Yes | 2026-06-11 | ||
| Yellow.ai | Conversational CX automation platform | Yes | 2026-06-11 | ||
| You.com | Web search, contents, research, and finance-research APIs for AI systems | Yes | 2026-06-01 | ||
| Zapier | Workflow-automation (iPaaS) platform connecting 9,000+ apps, with separately-metered AI Agents and Chatbots add-ons | Yes | 2026-06-30 | ||
| 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 | ||
| Zoho | Cloud CRM suite with per-seat editions and the Zia AI assistant (now Zia Agents) | Yes | 2026-07-06 |
Explore this theme in the knowledge graph
FAQ
How is AI agent pricing different from chatbot pricing?
A chatbot answers one prompt; an agent runs a multi-step task — planning, calling tools, looping — which can consume 10–100x the tokens of a single chat turn and makes external tool calls. So agent pricing has to account for variable, hard-to-predict consumption per task, which is why it's drifting from per-token toward per-action and per-outcome units.
What are the ways to price an AI agent?
Three. Per token (today's default — you pay for everything the agent reads and writes, e.g. Anthropic Opus at $5/$25 per million tokens), per action (each tool call — web search, code run, research task — billed separately, e.g. Exa Search at $7 per 1,000 requests), and per outcome (pay only when the agent completes the job — Intercom Fin at $0.99 per resolution).
Why is agent pricing moving toward outcomes?
Because an agent's value is the task it completes, not the tokens it burns — and a seat fee or token bill maps poorly to that. As agents take on discrete, verifiable tasks like a resolved support ticket, vendors such as Intercom, Sierra, and Ada can charge for the result. Adoption is early but it is the clear direction.
How much does an AI agent cost per task?
It depends on the unit. Outcome vendors publish per-result prices — Intercom Fin is $0.99 per resolution; Ada is reported at roughly $1–$3.50 per resolution. Token and action agents bill the underlying spend, so a chatty coding run can cost several dollars while a simple lookup costs cents. Model a realistic task and multiply by volume.
What is a credit pool in AI agent pricing?
A credit pool is a hybrid model where you pay a fixed monthly fee that includes an allowance of agent usage, then pay overage beyond it. Cursor ($20/mo Pro), Cognition's Devin ($20 Pro / $200 Max), and Rox ($50/mo Core) all wrap variable agent work inside a seat or credit allowance so the base bill stays predictable.
How should I budget for an AI agent?
Estimate cost per completed task, not per message: tokens per run (including tool-call outputs), plus any per-action tool fees. A chatty agent can cost multiples of a single chat turn. Model a realistic task and multiply by expected volume, then compare against any per-outcome price a vendor offers.
Related use cases
- AI Coding Tools PricingPricing for AI-native developer tools — code editors, completion engines, and agent platforms that write or modify code.
- Code Generation PricingPricing for AI services whose primary output is generated source code, typically measured in tokens, requests, or completed tasks.
- Model Inference PricingPricing for AI model inference services — APIs and platforms that run trained models on user inputs, typically billed per token, per request, or per GPU-hour.
- Data Pipeline PricingPricing for data collection, scraping, and pipeline services — platforms that extract, transform, and deliver web data, typically billed per request, per GB, or per record.
- Customer Support AI PricingPricing for AI products that automate customer service — chatbots, ticket triage, and autonomous resolution agents.
- Web Hosting PricingPricing for platforms that host web applications, typically billed across multiple dimensions — bandwidth, requests, compute, and storage.
- Serverless Functions PricingPricing for serverless function platforms, billed per invocation plus compute time consumed.
- AI UI Generation PricingPricing for AI products that generate UI components or full pages from prompts — typically billed per credit or generation.
- AI Analytics PricingPricing for AI products whose core job is analytics — querying, evaluating, and reporting on data, models, or market signals.
- AI Marketing Tools PricingPricing for AI marketing products — content generation, ad creative, outbound campaigns, and sales-marketing automation.
- AI Monitoring PricingPricing for products that monitor AI systems and software — LLM observability, evaluation in production, and security monitoring.
- Billing Infrastructure PricingPricing for usage-billing and metering platforms — the vendors that meter, rate, and invoice usage for other companies.
- Payments AI PricingPricing for AI-enabled billing and payment infrastructure platforms that help software companies meter usage, generate invoices, and collect revenue.
- AI Cost Tracking PricingPricing for platforms that track, analyze, and optimize AI API spending — the observability layer for AI infrastructure costs.