What is it
Model inference pricing is pricing 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. “Inference” is the forward pass through an already-trained model: you send an input, the model produces an output — text, an image, a transcript, an embedding vector — and you pay for the compute that output consumed.
Model inference is the largest single use-case category in the UsagePricing corpus: 114 companies tag it as a primary use case. They span the full stack, from frontier API labs like OpenAI and Anthropic, to discounted open-model platforms like DeepInfra and Together AI, to raw GPU clouds like RunPod and Lambda, to modality specialists in voice, image, and embeddings.
The defining feature of this category is its price spread — and its speed of deflation. Discounted open-weight models start near DeepInfra’s Llama-3.1-8B at $0.02/1M input tokens; frontier models like Claude Opus 4.8 sit at $5/$25 and OpenAI’s GPT-5.5 at $5/$30 per 1M input/output. Between those poles are dozens of hosted-model platforms competing on the same open weights, which pushes the floor lower with every model generation. Because the underlying rates change quarterly, inference is the one category where a cost model built six months ago is almost always wrong.
The other defining feature is transparency. Inference is the most publicly-priced segment in the corpus — nearly every vendor here ships a public per-token or per-GPU-hour rate card, because their buyers are engineers who compare rates before they ever talk to sales. Gated pricing in inference almost always signals dedicated-capacity or enterprise-commitment tiers, not the standard self-serve API.
How it works
Inference pricing uses three primary billing units, each mapping to a different underlying cost driver.
| Billing unit | Where it’s used | Representative rates (2026) |
|---|---|---|
| Input + output tokens | LLM text APIs (priced separately) | Claude Opus 4.8 $5/$25 · GPT-5.5 $5/$30 · DeepSeek V4-Flash ~$0.14/$0.28 · Cohere Command A $2.50/$10 |
| Per request / per output | Image, embedding, transcription, rerank | Fal Seedream V4 $0.03/image · Voyage voyage-4 $0.06/1M · Cohere Rerank $2/1,000 queries · Groq Whisper Turbo $0.04/hr audio |
| GPU-hour / GPU-second | Dedicated deployments, GPU clouds | RunPod H100 $2.89/hr · Lambda H100 SXM $3.99/hr · Baseten H100 $0.10833/min (~$6.50/hr) · Replicate H100 $0.001525/sec |
The token model carries a structural asymmetry: output tokens cost 4–10× more than input tokens on the same model, because generation is far more compute-intensive than encoding the prompt. On Cohere Command A that ratio is exactly 4× ($2.50 in / $10 out); on Claude Opus 4.8 it is 5× ($5 / $25). This is why a chat workload heavy on long completions costs far more per call than a classification workload that emits a single token.
A worked example. Suppose a RAG assistant processes 2,000 input tokens (a retrieved context block) and emits 500 output tokens per query, running 1M queries a month. On Claude Sonnet 4.6 at $3/1M in and $15/1M out, that is (2,000 × 1M ÷ 1M × $3) + (500 × 1M ÷ 1M × $15) = $6,000 input + $7,500 output = $13,500/month. Route the same workload to DeepInfra’s DeepSeek-V3.1 at $0.21/$0.79 and it drops to $420 + $395 = $815/month — a 16× swing driven purely by model choice, before any batch or cache discount applies. Model those tradeoffs on a DeepSeek pricing calculator or an OpenAI pricing calculator against your real prompt shape.
Two structural discounts sit on top of the base rate on most platforms:
- Cached-input pricing (50–80% off): when a prompt reuses a processed prefix — a fixed system prompt, a repeated document, a stable RAG context — the reused tokens bill at a cache-hit rate. Fireworks AI bills cached input at 50% of list; Baseten quotes 50–80% off; DeepSeek’s V4-Flash cache-hit input drops to $0.0028/1M, one-tenth of its miss rate.
- Batch processing (~50% off): asynchronous, latency-tolerant jobs run at roughly half the synchronous rate at Fireworks and Together, and at 33% off on Voyage AI’s embedding batch API. Fireworks stacks the two — cached input at 50%, then another 50% off for batch.
Companies using this
The 114 companies below all tag model inference as a primary use case. The list runs from frontier LLM labs and multi-model routing platforms through GPU clouds, vector databases, and voice, image, and embedding specialists — use the table’s filters to narrow by pricing model, billing unit, or free-tier availability.
Patterns observed
Output-premium token pricing is nearly universal. Every LLM-API vendor in this set prices input and output tokens separately, with output 4–10× higher. Cohere Command A is 4× ($2.50/$10), Claude Sonnet 4.6 and Opus 4.8 are 5×, and OpenAI’s GPT-5.5 is 6× ($5/$30). The asymmetry is the single most important thing to model, because it means your bill is dominated by how much the model writes, not how much you send.
Hosted platforms cluster tightly around the open-weight floor, and it keeps dropping. Together AI, Fireworks AI, DeepInfra, Groq, SambaNova, and Cerebras all serve overlapping open models (Llama, Qwen, GPT-OSS, DeepSeek, Kimi) at nearly indistinguishable rates — GPT-OSS-120B runs $0.15/$0.60 at Groq and Together, $0.22/$0.59 at SambaNova, and $0.35/$0.75 at Cerebras. When the model is a commodity, competition moves to throughput (Groq’s LPU silicon, Cerebras’s wafer-scale) and to structural discounts rather than the headline rate.
GPU clouds meter time, at ever-finer granularity. RunPod (H100 $2.89/hr), Lambda (H100 SXM $3.99/hr), Replicate (H100 $0.001525/sec), and Baseten (H100 $0.10833/min, ~$6.50/hr) all bill raw GPU time rather than tokens — and increasingly quote per-second or per-minute, which makes scale-to-zero economics visible. Baseten explicitly markets per-minute pricing so a 4-minute warm burst costs a legible $0.43, granularity that Bedrock and Vertex AI hide behind hourly abstractions.
Free tiers are the onboarding default, and they’re mostly credit grants. Free access is more common in inference than in any other corpus category. Most vendors — DeepSeek, Fireworks AI, Groq, Cerebras — offer either a free web tier or a starter credit grant. Voyage AI gives the first 200M embedding tokens free; SambaNova hands you $5 of credits that expire in 30 days — a deliberate nudge from trial to pay-as-you-go. The pattern reflects a self-serve, developer-led sales motion where the goal is to get an API key generating tokens as fast as possible.
Pass-through and marketplace models are emerging. OpenRouter routes to 400+ models at each provider’s exact per-token rate with no markup, monetizing instead through a 5.5% credit-purchase fee — and by May 2026 processed ~100 trillion tokens/month. Hugging Face Inference Providers does the same, charging the underlying provider’s rate with no HF markup. This layer competes on breadth and routing, not price, since price is by definition identical to going direct.
Counterexamples & variants
Per-request and per-pixel billing where tokens don’t fit. Not everything reduces to a token. Fal bills generative media per output — Seedream V4 at $0.03/image, Veo 3 video at $0.40/second — and per-megapixel for models like Qwen ($0.02/MP). Cohere’s Rerank API bills per query ($2/1,000 queries), not per token, because reranking cost tracks the number of documents scored. Voyage AI’s multimodal models bill on two meters simultaneously — $0.12/1M text tokens and $0.60/1B pixels — with each image clamped between $0.00003 and $0.0012. Any cost model that assumes “inference = tokens” will misprice these entirely.
GPU-time vendors invert the free-tier norm. The near-universal free-tier pattern breaks on dedicated compute. Lambda has no free GPU tier at all — you pay per-minute for any instance you launch, and persistent storage keeps billing (~$0.20/GiB/month) even on a stopped instance, so orphaned volumes are a real hidden cost. Hugging Face Inference Endpoints require an active subscription and a card on file with no free dedicated GPU. When the marginal cost of serving is a reserved GPU rather than a shared token pool, “free” stops being economical.
Hosted middlemen that price near first-party, and those that don’t. The usual expectation is that a hosted-inference reseller adds a 30–50% markup. Baseten is a notable counterexample — its Model APIs price DeepSeek V3.1 at $0.50/$1.50, within 5–10% of DeepSeek’s own first-party rates. Meanwhile OpenRouter and Hugging Face formalize zero-markup pass-through as the product itself. The variant to watch is the opposite: dedicated-deployment tiers where the token rate disappears entirely and pricing becomes GPU-utilization negotiation, as on Baseten’s per-minute dedicated deployments or Lambda’s committed 1-Click Clusters.
GPU list prices can rise, against the deflation narrative. Token prices fall each generation, but raw GPU rates don’t always follow. Lambda raised its on-demand H100 SXM rate from $2.99 to $3.99/GPU/hr between 2025 and 2026 as hyperscaler and superintelligence demand outstripped capacity — a reminder that the “everything gets cheaper” assumption applies to model efficiency, not to the underlying silicon supply.
What this means for buyers vs vendors
For buyers
Never compare list prices at the model level — compare cost per real workload. The output-token premium means a chatty, long-completion workload and a terse classification workload with the same “price” can differ 10× in practice, so plug your actual input/output token shape into a DeepSeek pricing calculator or OpenAI pricing calculator before committing. Then ask three procurement questions of any inference vendor: (1) does cached-input pricing apply to my prompt structure, and at what discount — a stable system prompt or large RAG context can cut input cost 50–80% at Fireworks AI or Baseten; (2) can any portion of my workload run async for the ~50% batch discount; and (3) if I outgrow the shared API, what does a dedicated deployment cost in GPU-hours, and is that cheaper than tokens at my volume? Re-baseline the whole model at least twice a year — DeepSeek and open-weight platforms routinely reset the floor, and a cheaper new model may already meet your quality bar. Grounding these tradeoffs in the fundamentals of usage-based pricing models and in how to choose the right usage metric makes the comparison far cleaner.
For vendors
Transparency is the price of entry here — engineers will not adopt an API whose rate card they can’t read, so publish per-token or per-GPU-hour rates and let the self-serve motion do the qualifying. Differentiate on structure, not headline: because open-weight models are a commodity served at near-identical rates by Together AI, Groq, and SambaNova alike, your leverage is throughput, cached-input and batch discounts, and billing granularity (Baseten’s per-minute meter is a genuine differentiator). Free credits or a free web tier are effectively table stakes for onboarding — but structure them as an expiring grant, as SambaNova does with its 30-day $5 credit, to convert trial into pay-as-you-go rather than subsidize idle experimentation. If you resell hosted models, decide deliberately whether you compete on markup or on pass-through: OpenRouter’s zero-markup model with a 5.5% credit fee is a distinct strategy from a marked-up rebrand, and buyers can tell the difference. Whichever you choose, prepaid credits are the dominant funding mechanism in this category — the prepaid credits model guide covers how to structure grants, top-ups, and expiry.
| Company | Product | Pricing model | Billing units | Free tier | Verified |
|---|---|---|---|---|---|
| 01.AI | Yi open-weight models + Yi API + enterprise vertical solutions | Yes | 2026-06-11 | ||
| Abacus.AI | AI super-assistant (ChatLLM) plus an enterprise agentic AI platform | No | 2026-06-02 | ||
| AI21 Labs | Jamba foundation models, Maestro orchestration & enterprise AI | Yes | 2026-06-11 | ||
| 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 | ||
| Anyscale | Managed Ray platform for distributed AI training, inference, and batch processing (RayTurbo, Anyscale Compute Units) | Yes | 2026-05-29 | ||
| Arize AI | AI & LLM observability (Arize AX + Phoenix OSS) | Yes | 2026-06-09 | ||
| AssemblyAI | Speech-to-Text & Audio AI APIs | Yes | 2026-07-06 | ||
| Autodesk (Flow Studio, formerly Wonder Dynamics) | AI VFX automation platform (Flow Studio) | Yes | 2026-06-16 | ||
| Baichuan AI | Baichuan & medical M-series LLM APIs | Yes | 2026-06-11 | ||
| Baseten | ML inference infrastructure — dedicated GPU deployments, Model APIs, and Truss framework | Yes | 2026-05-29 | ||
| BentoML | BentoCloud — managed model-serving & inference platform | Yes | 2026-06-15 | ||
| Bland AI | AI phone call automation platform — inbound and outbound voice agents at scale | Yes | 2026-05-29 | ||
| Braintrust | LLM evaluation & observability platform | Yes | 2026-07-14 | ||
| 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 | ||
| Character.ai | Consumer AI companion and roleplay chat platform | Yes | 2026-05-29 | ||
| Chroma | Open-source vector database + Chroma Cloud | Yes | 2026-06-09 | ||
| Clipdrop | AI image-editing and generation tools (background removal, upscaling, text-to-image), now part of Jasper | Yes | 2026-06-05 | ||
| Cohere | Command, Embed, Rerank APIs | Yes | 2026-05-29 | ||
| CoreWeave | GPU cloud & AI compute infrastructure | No | 2026-06-15 | ||
| Daily | Real-time voice and video WebRTC APIs (Video SDK + Pipecat Cloud) | Yes | 2026-07-14 | ||
| Databricks (Mosaic AI) | Mosaic AI — enterprise GenAI & ML on the Data Intelligence Platform | Yes | 2026-06-15 | ||
| Deepgram | Usage-based speech-to-text, text-to-speech, and voice agent APIs | Yes | 2026-05-31 | ||
| DeepInfra | Serverless inference cloud — per-token LLM/embedding APIs, per-image and per-minute media models, per-hour on-demand GPU containers, and reserved DeepCluster GPU clusters | No | 2026-07-14 | ||
| DeepL | AI translation, writing, and translation API | Yes | 2026-06-16 | ||
| DeepSeek | DeepSeek API (V4-Flash + V4-Pro models, 1M context) with token-based pricing and aggressive cache discounts | Yes | 2026-06-05 | ||
| Descript | AI-powered audio and video editing | Yes | 2026-05-31 | ||
| 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 | ||
| Fal | Generative-media inference platform — serverless per-output model APIs plus dedicated GPU compute | No | 2026-06-01 | ||
| Fireworks AI | Generative AI inference platform — serverless per-token, on-demand GPU, fine-tuning, batch API | Yes | 2026-05-30 | ||
| Freepik | AI creative suite — image, video, audio generation plus a 200M+ stock library | Yes | 2026-06-05 | ||
| Gladia | Speech-to-text & audio intelligence API | Yes | 2026-06-09 | ||
| Gemini API & AI Studio | Yes | 2026-07-14 | |||
| 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 transcription, and Orpheus text-to-speech | Yes | 2026-07-14 | ||
| Hedra | AI video, avatar, image, and audio generation platform (Hedra Studio + API) | Yes | 2026-06-04 | ||
| Helicone | Open-source LLM observability & AI gateway | Yes | 2026-06-09 | ||
| HeyGen | AI avatar and video generation platform | Yes | 2026-05-30 | ||
| Higgsfield | AI video and image generation platform with a credit-metered subscription | Yes | 2026-06-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 | ||
| Hyperbolic | GPU cloud marketplace & serverless AI inference | Yes | 2026-06-15 | ||
| Ideogram | Text-aware AI image generation platform | Yes | 2026-06-15 | ||
| Inflection AI | Enterprise foundation models (Inflection 3.0) + Pi assistant | No | 2026-06-11 | ||
| Janitor AI | Consumer AI character chat / roleplay platform | Yes | 2026-06-16 | ||
| Jina AI | Search Foundation API (Embeddings, Reranker, Reader, DeepSearch, Classifier) | Yes | 2026-06-03 | ||
| Lambda | GPU cloud & AI compute infrastructure | No | 2026-06-09 | ||
| LanceDB | AI-native multimodal lakehouse | Yes | 2026-06-09 | ||
| 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 | ||
| LiveKit | Open-source real-time (WebRTC) communications, LiveKit Cloud & Agents framework | Yes | 2026-06-30 | ||
| LMNT | Low-latency AI text-to-speech (TTS) API with voice cloning | Yes | 2026-06-04 | ||
| Midjourney | AI image and video generation via subscription with GPU-hour metering | No | 2026-05-29 | ||
| Milvus | Vector database (OSS) + Zilliz Cloud (managed) | Yes | 2026-06-09 | ||
| MiniMax | Foundation models, Hailuo video & per-token API | Yes | 2026-06-11 | ||
| Mistral AI | Open and commercial LLM APIs | Yes | 2026-07-06 | ||
| Modal | Serverless compute and GPU platform — per-second billing for Python functions, batch jobs, and model serving | Yes | 2026-07-14 | ||
| Moonshot AI | Kimi assistant + Kimi/Moonshot open-weight LLM API | Yes | 2026-06-11 | ||
| Murf AI | AI voice / text-to-speech platform (Murf Studio app + Murf API) | Yes | 2026-06-01 | ||
| Nebius | AI cloud & GPU compute infrastructure | No | 2026-06-15 | ||
| Netlify | Web development & deployment platform (Agent Runners / AI) | Yes | 2026-07-14 | ||
| Nomic | Nomic Platform (AEC agentic workflows) + Atlas data-exploration app + Nomic Embed embedding/Developer API | Yes | 2026-06-04 | ||
| 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 | ||
| OctoAI | Generative AI inference platform (acquired by NVIDIA, sunset Oct 2024) | No | 2026-06-15 | ||
| 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 | ||
| OpenRouter | Multi-model LLM API routing marketplace | Yes | 2026-07-14 | ||
| Paige AI | FDA-cleared AI for cancer pathology — clinical diagnostics + pharma/life-sciences foundation models | No | 2026-06-10 | ||
| 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 | ||
| Pinecone | Managed vector database (serverless) | Yes | 2026-06-09 | ||
| Playground | AI image generation and graphic-design studio with a monthly credit pool | Yes | 2026-06-04 | ||
| PlayHT | Text-to-speech & voice cloning API (PlayAI) | Yes | 2026-06-09 | ||
| Poe | Multi-model AI chat subscription (by Quora) | Yes | 2026-06-16 | ||
| Portkey | AI gateway & LLMOps governance platform | Yes | 2026-06-10 | ||
| Predibase | Fine-tuning & serving platform for open-source LLMs | Yes | 2026-06-15 | ||
| Qdrant | Open-source vector database + Qdrant Cloud | Yes | 2026-06-09 | ||
| Recraft | AI image and vector generation studio plus a per-image generation API | Yes | 2026-07-14 | ||
| Recursion | AI-enabled drug discovery platform (Recursion OS) — pharma partnerships, internal pipeline & NVIDIA-powered compute | No | 2026-06-10 | ||
| Reka AI | Natively multimodal models (Spark, Edge, Flash, Core) + Research & Vision APIs | Yes | 2026-06-11 | ||
| Replicate | Cloud platform for running, fine-tuning, and deploying AI models via REST API | Yes | 2026-05-30 | ||
| Resemble AI | AI deepfake detection & watermarking + voice generation APIs | No | 2026-07-14 | ||
| Retell AI | Conversational voice-agent API platform | No | 2026-07-14 | ||
| Rev AI | Pay-as-you-go speech-to-text, transcription, and audio-intelligence APIs | Yes | 2026-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 app | Yes | 2026-06-15 | ||
| Roboflow | Computer-vision platform (dataset management, model training, deployment) | Yes | 2026-07-14 | ||
| RunPod | GPU cloud marketplace — Secure Cloud and Community Cloud Pods, Serverless endpoints, and persistent storage | No | 2026-07-14 | ||
| Runway | Video generation and AI editing | Yes | 2026-06-24 | ||
| SambaNova | SambaNova Cloud inference API & RDU AI systems | Yes | 2026-06-15 | ||
| Sarvam AI | Sovereign Indic LLM, speech & translation APIs | Yes | 2026-06-11 | ||
| Snowflake Cortex | AI functions and model APIs on Snowflake | Yes | 2026-07-06 | ||
| Speechmatics | Speech-to-text and text-to-speech APIs with per-hour usage pricing | Yes | 2026-07-06 | ||
| Stability AI | Brand Studio creative platform and open generative media models | Yes | 2026-06-11 | ||
| Suno | AI music generation | Yes | 2026-05-31 | ||
| Synthesia | Enterprise AI video generation | Yes | 2026-05-31 | ||
| Synthflow AI | No-code AI voice-agent builder | No | 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-07-14 | ||
| turbopuffer | Serverless vector and full-text search database on object storage | No | 2026-07-14 | ||
| Twelve Labs | Video understanding foundation models (Marengo for search/embeddings, Pegasus for analysis) delivered as a usage-metered API | Yes | 2026-06-02 | ||
| Unstructured | Document ingestion / ETL API | Yes | 2026-07-14 | ||
| Upstash | Upstash (Redis, Vector, QStash, Search, Workflow) | Yes | 2026-07-14 | ||
| Vapi | Voice AI infrastructure for developers | No | 2026-06-09 | ||
| Vast.ai | GPU rental marketplace — on-demand, interruptible (spot), and reserved cloud GPUs plus autoscaling serverless inference | No | 2026-07-14 | ||
| 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 | ||
| Voyage AI | Embedding and reranker models (text, code, multimodal) for retrieval and RAG | Yes | 2026-06-04 | ||
| 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-07-14 | ||
| Writer | Enterprise agentic AI platform (Palmyra models, WRITER Agent) | No | 2026-06-15 | ||
| xAI | Grok API and agentic AI stack | Yes | 2026-07-14 | ||
| You.com | Web search, contents, research, and finance-research APIs for AI systems | Yes | 2026-06-01 | ||
| Zhipu AI | GLM foundation models, per-token API, and GLM Coding Plan | Yes | 2026-06-11 |
Explore this theme in the knowledge graph
FAQ
What is model inference pricing?
Model inference pricing is the billing structure a vendor charges when a customer calls a trained AI model to generate output — text tokens, images, embeddings, transcripts, or audio. You pay for the compute consumed during the forward pass, typically quoted per million tokens, per request or image, or per GPU-hour.
How much do inference tokens cost per million?
The spread is enormous and still falling. Open-weight models on discounted platforms start near DeepInfra's Llama-3.1-8B at $0.02/1M input, while frontier models like Claude Opus 4.8 run $5/$25 and OpenAI GPT-5.5 runs $5/$30 per 1M input/output. Output tokens are typically priced 4–10× higher than input tokens on the same model.
What is cached-input pricing and how much does it save?
Cached-input pricing is a discounted rate for prompts that reuse a previously processed input prefix, such as a fixed system prompt or a large RAG context. Discounts run 50–80% off the standard input rate. Fireworks bills cached input at 50% of list, Baseten quotes 50–80% off, and DeepSeek's V4-Flash cache-hit input drops to $0.0028/1M — one-tenth of its miss rate.
When should I use batch pricing instead of real-time inference?
Batch (asynchronous, latency-tolerant) processing earns roughly 50% off the synchronous rate at Fireworks, Together, and other platforms, and 33% off at Voyage AI's embedding API. If any part of your workload — evaluation pipelines, document processing, data enrichment — can tolerate a minutes-to-hours window, batch API can halve the token bill with no model change.
Are inference prices billed per token, per request, or per GPU-hour?
All three, depending on modality. LLM text APIs bill per input and output token; image, embedding, and transcription APIs often bill per request or per output (Fal's Seedream at $0.03/image, Cohere Rerank at $2/1,000 queries); and GPU clouds like RunPod, Lambda, and Baseten bill per GPU-hour or GPU-minute for dedicated deployments.
Related use cases
- AI Coding Tools PricingPricing for AI-native developer tools — code editors, completion engines, and agent platforms that write or modify code.
- AI Sales & CRM PricingPricing for CRM, sales-engagement, and revenue-intelligence platforms — the incumbents adding AI to the sales motion, typically a per-seat license with a separate AI credit meter on top.
- Code Generation PricingPricing for AI services whose primary output is generated source code, typically measured in tokens, requests, or completed tasks.
- AI Agents PricingPricing for AI agent platforms — products that perform multi-step autonomous tasks on the user's behalf.
- 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.