Model Inference Pricing: Examples & Companies

115 companies in the corpus Updated full analysis
Definition

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.

Also known as: AI Inference PricingLLM API Pricing

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.

Per 1M tokens · output is the expensive half
Output tokens cost 4–10× input — and drive the bill INPUT OUTPUT DeepSeek-V3.1 $0.21 / $0.79 · 4× Claude Opus 4.8 $5 / $25 · 5× GPT-5.5 $5 / $30 · 6× $0 $30 / 1M SAME RAG WORKLOAD · 1M QUERIES/MO $13,500 Claude Sonnet 4.6 16× ↓ $815 DeepSeek -V3.1 …before batch (~50% off) or cached input (50–80% off)

How it works

Inference pricing uses three primary billing units, each mapping to a different underlying cost driver.

Billing unitWhere it’s usedRepresentative rates (2026)
Input + output tokensLLM 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 outputImage, embedding, transcription, rerankFal 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-secondDedicated deployments, GPU cloudsRunPod 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 modelBilling unitsFree tier Verified
01.AIYi open-weight models + Yi API + enterprise vertical solutionsYes2026-06-11
Abacus.AIAI super-assistant (ChatLLM) plus an enterprise agentic AI platformNo2026-06-02
AI21 LabsJamba foundation models, Maestro orchestration & enterprise AIYes2026-06-11
Aleph AlphaPhariaAI sovereign-AI platform, specialized models & professional servicesNo2026-06-11
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
Arize AIAI & LLM observability (Arize AX + Phoenix OSS)Yes2026-06-09
AssemblyAISpeech-to-Text & Audio AI APIsYes2026-07-06
Autodesk (Flow Studio, formerly Wonder Dynamics)AI VFX automation platform (Flow Studio)Yes2026-06-16
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
Bland AIAI phone call automation platform — inbound and outbound voice agents at scaleYes2026-05-29
BraintrustLLM evaluation & observability platformYes2026-07-14
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
Character.aiConsumer AI companion and roleplay chat platformYes2026-05-29
ChromaOpen-source vector database + Chroma CloudYes2026-06-09
ClipdropAI image-editing and generation tools (background removal, upscaling, text-to-image), now part of JasperYes2026-06-05
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
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
DescriptAI-powered audio and video editingYes2026-05-31
ElevenLabsVoice AI platform across ElevenCreative, ElevenAgents, and ElevenAPIYes2026-06-30
Essential AIEnterprise foundation models & data-workflow automationNo2026-06-11
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
GrokxAI's consumer and business AI assistantYes2026-06-16
GroqGroqCloud — LPU-based ultra-low-latency inference API for Llama, GPT-OSS, Qwen, Whisper transcription, and Orpheus text-to-speechYes2026-07-14
HedraAI video, avatar, image, and audio generation platform (Hedra Studio + API)Yes2026-06-04
HeliconeOpen-source LLM observability & AI gatewayYes2026-06-09
HeyGenAI avatar and video generation platformYes2026-05-30
HiggsfieldAI video and image generation platform with a credit-metered subscriptionYes2026-06-06
Hugging FaceAI model hub, inference endpoints & computeYes2026-06-15
HumanloopLLM evals, prompt management & observabilityYes2026-06-09
Hume AIEmpathic Voice Interface (EVI) + Octave TTS + expression-measurement APIsYes2026-06-30
HyperbolicGPU cloud marketplace & serverless AI inferenceYes2026-06-15
IdeogramText-aware AI image generation platformYes2026-06-15
Inflection AIEnterprise foundation models (Inflection 3.0) + Pi assistantNo2026-06-11
Janitor AIConsumer AI character chat / roleplay platformYes2026-06-16
Jina AISearch Foundation API (Embeddings, Reranker, Reader, DeepSearch, Classifier)Yes2026-06-03
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
LiveKitOpen-source real-time (WebRTC) communications, LiveKit Cloud & Agents frameworkYes2026-06-30
LMNTLow-latency AI text-to-speech (TTS) API with voice cloningYes2026-06-04
MidjourneyAI image and video generation via subscription with GPU-hour meteringNo2026-05-29
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
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
NomicNomic Platform (AEC agentic workflows) + Atlas data-exploration app + Nomic Embed embedding/Developer APIYes2026-06-04
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
Paige AIFDA-cleared AI for cancer pathology — clinical diagnostics + pharma/life-sciences foundation modelsNo2026-06-10
Perplexity AIAI-native answer engine with citations and multi-model searchYes2026-05-29
Physical IntelligenceRobotics foundation models (Vision-Language-Action policies for robots)No2026-06-14
PineconeManaged vector database (serverless)Yes2026-06-09
PlaygroundAI image generation and graphic-design studio with a monthly credit poolYes2026-06-04
PlayHTText-to-speech & voice cloning API (PlayAI)Yes2026-06-09
PoeMulti-model AI chat subscription (by Quora)Yes2026-06-16
PortkeyAI gateway & LLMOps governance platformYes2026-06-10
PredibaseFine-tuning & serving platform for open-source LLMsYes2026-06-15
QdrantOpen-source vector database + Qdrant CloudYes2026-06-09
RecraftAI image and vector generation studio plus a per-image generation APIYes2026-07-14
RecursionAI-enabled drug discovery platform (Recursion OS) — pharma partnerships, internal pipeline & NVIDIA-powered computeNo2026-06-10
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
RoboflowComputer-vision platform (dataset management, model training, deployment)Yes2026-07-14
RunPodGPU cloud marketplace — Secure Cloud and Community Cloud Pods, Serverless endpoints, and persistent storageNo2026-07-14
RunwayVideo generation and AI editingYes2026-06-24
SambaNovaSambaNova Cloud inference API & RDU AI systemsYes2026-06-15
Sarvam AISovereign Indic LLM, speech & translation APIsYes2026-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
Stability AIBrand Studio creative platform and open generative media modelsYes2026-06-11
SunoAI music generationYes2026-05-31
SynthesiaEnterprise AI video generationYes2026-05-31
Synthflow AINo-code AI voice-agent builderNo2026-06-24
TempusPrecision-medicine platform — genomic diagnostics, multimodal clinical data licensing & oncology AI apps (NASDAQ: TEM)No2026-06-10
Together AIAI Acceleration Cloud — serverless inference, dedicated endpoints, GPU clusters, Code Sandbox, fine-tuningYes2026-07-14
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
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
VectaraEnterprise RAG-as-a-Service and agent platform for trusted, grounded, auditable AINo2026-06-02
VellumPersonal AI assistant (ex LLM application development platform)Yes2026-06-10
Voyage AIEmbedding and reranker models (text, code, multimodal) for retrieval and RAGYes2026-06-04
WeaviateAI-native vector database (open-source core + Weaviate Cloud managed serverless, dedicated/Enterprise Cloud, BYOC)Yes2026-07-06
Weights & BiasesMLOps experiment tracking, W&B Weave LLM observability/evals, Models registry, and Serverless InferenceYes2026-07-14
WriterEnterprise agentic AI platform (Palmyra models, WRITER Agent)No2026-06-15
xAIGrok API and agentic AI stackYes2026-07-14
You.comWeb search, contents, research, and finance-research APIs for AI systemsYes2026-06-01
Zhipu AIGLM foundation models, per-token API, and GLM Coding PlanYes2026-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

Back to companies