Pricing is the single most consequential decision in choosing a frontier LLM, and it is also the dimension where most published comparisons are out of date within a quarter. This article cuts through that. Below is a current, sourced view of input and output token pricing across the four models that account for the majority of production frontier-model traffic in 2026 (OpenAI’s GPT-5.5, Anthropic’s Claude Sonnet 4.6, Google’s Gemini 3.5 Flash, and DeepSeek’s V4), together with the levers that meaningfully change your bill at scale: prompt caching, batch processing, and long-context surcharges.
The piece is built around two questions. First: at list price, what does each model cost per million tokens, and how do the quoted rates compare on the inputs and outputs that actually drive a production bill? Second: when you apply a representative workload (100 million tokens a month, 80% input and 20% output, with realistic cache hit rates), what is the monthly bill in dollars on each model? The first answer establishes the rate card; the second tells you what that rate card becomes once it touches a real production pattern.
Quick Read: Across the four frontier models, list pricing spans roughly two orders of magnitude. DeepSeek V4 is the cheapest at $0.435 per million input tokens; Claude Opus 4.7 is the most expensive at $5.00. The shape of your workload, particularly your cache hit rate and your input-to-output ratio, changes, which model is cheapest in practice, often by more than the rate card suggests.
Provider pricing pages are written for that provider’s own customers, not for someone evaluating four options side by side. The result is that comparing them produces three persistent traps:
The comparison below normalizes for these traps where it can, and flags them explicitly where it cannot.
All figures in US dollars per million tokens. Sourced from each provider’s official pricing documentation as of May 2026.
Reading the table: Cached input is the rate paid on tokens served from prompt cache (typically system prompts, few-shot examples, or document prefixes that recur across requests). Batch is the rate paid for asynchronous workloads with up to 24-hour latency. Long-context surcharge denotes whether the provider raises rates above a context-length threshold; for those that do, the threshold is given in parentheses.
GPT-5.5 is OpenAI’s frontier model for complex professional workloads: coding agents, multi-step planning, long-running tool use, and document analysis, where reasoning depth is the dominant requirement.
It is also the most expensive of the major US frontier models on input ($5.00 per million) and the highest on output ($30.00 per million), which means it earns its position on workloads where the alternative is paying a flagship rate to a different model that solves the problem less reliably.
GPT-5.5 supports caching at a 90% discount, batch processing at 50% off, and long-context pricing kicks in around the 270K-token mark, which is relevant for very long codebases or full-repository contexts but not for typical RAG workloads.
Sonnet 4.6 is Anthropic’s recommended model for the majority of production workloads, and the price-to-capability ratio is the reason. At $3 input and $15 output per million tokens, it sits below GPT-5.5 on both rates while delivering near-Opus quality on the workloads that dominate most production systems: coding, analysis, RAG pipelines, customer-facing chat, and structured output generation.
Sonnet’s distinguishing pricing feature is that the full 1M token context window is available at standard rates (there is no long-context surcharge), which makes it the cheapest credible option for workloads that occasionally need to ingest very long documents or full repositories.
Prompt caching cuts cached input to 10% of standard, which is decisive for any workload with a stable system prompt.
Gemini 3.5 Flash is the cheapest flagship-class model from a major US provider on raw API pricing, at $1.50 input and $9.00 output per million tokens. For most production traffic, that is the relevant pricing tier, and it materially undercuts both GPT-5.5 and Claude Opus 4.7.
Higher price than prior Flash models leads to increased overall costs in token-heavy agentic scenarios (5.5x Intelligence Index cost vs. Gemini 3 Flash due to pricing + usage).
Gemini’s other distinguishing feature is the genuinely free tier in Google AI Studio, which is useful for prototyping but not relevant to production cost models.
DeepSeek V4 lists at $0.435 per million input tokens and $0.87 per million output tokens, which is between five and seventy times cheaper than the US frontier models, depending on which one you compare against.
The model itself is competitive on many benchmarks, particularly reasoning and code. The caveats are worth being explicit about: data is processed in China, which is a non-starter for some regulated workloads; English-language quality is strong, but the model is optimized differently to the US frontier models, and head-to-head testing on your specific workload is essential rather than optional.
For workloads where these caveats are acceptable, DeepSeek genuinely changes the cost equation.
Opus is included in the table for completeness, but for the great majority of production traffic, Sonnet 4.6 is the better economic choice.
Opus costs 1.67x Sonnet on both input and output, and for workloads where Sonnet is sufficient (which is most of them), that premium has no offsetting benefit.
Reach for Opus when evaluations show Sonnet is failing on a specific class of task: highly autonomous coding agents, long-horizon professional workflows, and tasks where instruction-following at the margin is decisive.
Headline pricing per million tokens means little until it touches a representative workload.
The example below uses a profile that approximates a non-trivial production system: 100 million total tokens per month, split 80% input (80M) and 20% output (20M), with a 30% cache hit rate on the input portion.
This pattern is broadly representative of a customer-facing chat or RAG workload with a stable system prompt and document context.
The math for each model: cached input cost + uncached input cost + output cost.
Cached input is billed at 10% of the standard for the providers that offer caching.
On a representative workload, Sonnet 4.6 in turn is roughly half the cost of GPT-5.5. DeepSeek is in a different cost universe entirely.
These are list-price numbers; applying batch processing where eligible cuts each total by a further 50% on the inputs and outputs (though not the cache hits).
Two observations worth carrying forward:
List pricing is the floor, not the ceiling. Five additional costs are worth budgeting for explicitly, because they routinely surprise teams scaling from prototype to production.
Models with extended reasoning modes (GPT-5.5 Thinking, DeepSeek V4 thinking mode) generate internal reasoning content that counts as output tokens.
A single high-effort reasoning call on a long prompt can run 20,000 reasoning tokens, which is $0.60 of output cost on GPT-5.5 before the visible response is produced.
Budget per workload, not per request.
Both Gemini 3.5 Flash and GPT-5.5 raise rates above a context-length threshold.
RAG pipelines that include large documents can silently push every request into the higher bracket without anyone noticing until the bill arrives.
Measure your actual prompt lengths in production and check whether you are crossing the threshold.
Anthropic charges a 10% premium for US-only inference on Opus 4.7 and Sonnet 4.6.
OpenAI applies a 10% uplift on data residency endpoints for the GPT-5.4 family.
For regulated workloads where this matters, factor it into the rate card from day one.
When a new model version is more thorough by default (as Opus 4.7 reportedly is compared to Opus 4.6), output tokens per response can creep up even if input length is constant.
Output is priced 5x higher than input on the Anthropic line, so a 20% creep in output verbosity is a 20% increase in the dominant cost driver.
Most providers do not bill for 4xx and 5xx errors, but they do bill for partial generations and retries that succeed on the second attempt.
In production systems with active retry logic, this can add a few percent to the bill.
Worth knowing about when reconciling provider invoices against expected cost.
All four of these models, plus 500+ others, are available through CometAPI on a single OpenAI-compatible endpoint, with one credential, unified billing, and no per-provider account setup.
Pricing on CometAPI is metered per token at the same per-model rates published by the underlying providers, with credits purchased upfront and applied across any model in the catalogue.
The value of routing through CometAPI is operational rather than per-token: one credential to manage, one invoice to reconcile, and the ability to swap from GPT-5.5 to Claude Sonnet 4.6 to Gemini 3.5 Flash by changing a single string in your code.
There are workloads where direct provider access is the right call. If you run a single-model workload at very high volume on one provider, with a negotiated enterprise contract, the unit economics of going direct are better.
If your compliance posture requires a specific vendor-of-record relationship, an aggregator complicates rather than simplifies that conversation.
For the majority of teams running multi-model production workloads, however, the operational friction of managing three or four direct provider relationships is itself a meaningful cost, one that the rate card does not capture.
Try the Comparison on Your Workload: The free tier on CometAPI lets you run the same prompt against GPT-5.5, Sonnet 4.6, Gemini 3.5 Flash, and DeepSeek V4 from a single endpoint, with no separate signups.
For a workload-specific cost decision, that one-hour exercise is worth more than any pricing comparison ever published.
The right model for your workload depends on which dimension of the rate card matters most for your traffic shape.
A practical decision framework:
Want to go further on cost optimization? The pricing data above is the foundation for routing: the practice of sending different queries to different models based on which one can handle them at the lowest cost. The companion piece, “Cutting LLM API Costs in Half: A Model Routing Guide for Production Workloads in 2026,” walks through the routing patterns that turn this rate card into actual savings on your monthly bill.
Most retail managers don’t sit around calculating the true cost of their cash handling…
In July 2023 the Securities and Exchange Commission proposed rules under both the Securities…
At 3:14 a.m. on a Sunday in March, the security operations centre at a…
For most of the 2010s, the smartest algorithmic trading code in US equities lived…
The first time a US consumer authorised a Plaid token to link their checking…
A Wells Fargo branch on a Tuesday afternoon in suburban Phoenix used to handle…
The reconciliation team at a US neobank used to spend three of every five…
A Schwab branch manager in San Diego likes to tell a story about a…
Inside Charles Schwab’s San Francisco offices a few years ago, the most productive engineering…
The first time an American paid for a meal with a piece of plastic…
Paul Breitenbach does not believe America has a food shortage problem, he believes it has a systems failure. Where nearly $400 billion…
Waleed is director and global head of Recorded Music Business Development for YouTube. In this role, he is responsible for negotiating YouTube’s…
Vienna, Austria, 30th April 2026, Chainwire
Dubai / Palm Beach, April 28, 2026 — Alexander Lozben, CEO of Interhash, attended an exclusive conference with U.S. President Donald Trump at…
TechBullion
FinTech News and Information
Copyright © 2026 TechBullion. All Rights Reserved.
