Anthropic prices Claude Opus 4.6 batch inference 40 percent below streaming

A steeper batch discount plus a 12-hour completion window targets the document processing workloads that have been running on cheaper models for cost reasons alone.

Younes Bekrar10 min read
ShareXLinkedInFacebook
Anthropic prices Claude Opus 4.6 batch inference 40 percent below streaming

Anthropic deepened its batch API discount on Saturday, taking Claude Opus 4.6 from 50 percent of streaming price to 60 percent off, and extended the completion window from 24 hours to a customer-selectable target between one and twelve hours with pricing that varies accordingly. The move targets a specific and large category of work: document processing, contract review, transcript analysis, and code migration, where nobody is waiting on the answer and where teams have been choosing weaker models purely on cost. At $9 per million input tokens against $22.50 for streaming, running the strongest available model on a million-document corpus stops being a budget conversation.

Why batch pricing works for the provider

GPU capacity for inference is provisioned for peak interactive demand, and interactive demand follows a daily curve with an enormous trough. Capacity that sits idle at three in the morning in every region simultaneously costs the same as capacity serving traffic. Batch work fills that trough, and a provider can offer a discount up to the point where the marginal batch revenue exceeds the marginal cost of running the hardware it already owns.

The 12-hour window matters more than it sounds. A 24-hour window lets the scheduler defer aggressively but forces the customer to plan around a full day of uncertainty. A selectable window with tiered pricing gives customers a knob and gives Anthropic better information about how much slack it actually has, since a customer who selects one hour is telling the scheduler something useful. Google introduced a similar tiered structure for Gemini batch jobs in the spring and OpenAI still offers a single 24-hour tier.

The workloads this changes

Legal document review is the clearest case. A firm processing a discovery set of 400,000 documents at an average of 3,000 tokens each is looking at 1.2 billion input tokens. At streaming rates that is $27,000 before output. At the new batch rate it is $10,800. Firms we spoke with had been running these jobs on smaller models with a sampling review by the stronger model, an architecture that exists purely because of price and that adds real error.

Code migration is the second. A company modernizing a large Java codebase or moving from one framework to another can now run the strongest model across every file rather than triaging. An engineering director at a European bank described a COBOL documentation project where the cost difference between models was the entire reason the project used a weaker one, and where the output quality difference was visible enough that engineers distrusted it.

The story is rarely the launch. It is what breaks, what ships, and who owns the mess at 2 a.m.
Younes Bekrar

What you give up

Batch requests are fire and forget. You submit a file of requests, poll for completion, and retrieve results. There is no streaming, no interactive correction, and no guarantee about ordering. Failures within a batch are reported per request, which means error handling has to be built into the consuming pipeline rather than handled with a retry at the call site. That is straightforward and it is work.

The bigger operational issue is that a twelve-hour window is a twelve-hour window. If a batch job is part of a nightly pipeline and it completes at hour eleven, downstream steps that expected results by hour six have a problem. Teams adopting this need to design for variable completion rather than treating it as a slower synchronous call, which several early adopters said was the main source of incidents during their first month.

The competitive response

OpenAI's batch API offers 50 percent off with a 24-hour window and has not moved. Google's Gemini batch pricing is more aggressive on the smaller models and comparable on the largest. Amazon Bedrock passes through provider batch pricing with a margin, which makes it consistently the most expensive way to run batch work and consistently the easiest for enterprises with existing AWS agreements.

The direction everyone is heading is toward pricing that reflects when you want the answer as much as which model produces it. That is how electricity and cloud compute have always been priced and it took the model providers three years to get there. Expect the next step to be spot-style pricing where a customer bids for capacity and the job runs when the price clears, which two providers have described as under consideration.

The strategic read

Anthropic has positioned Claude as the model for work that matters, with enterprise contracts and a reputation for reliability rather than for benchmark leadership. Batch pricing that makes the strongest model affordable for bulk work reinforces that position and attacks a segment where OpenAI and Google have won on price rather than quality.

It also reveals something about capacity. A provider offering 60 percent off has meaningful idle capacity to fill, which is consistent with Anthropic's disclosed infrastructure agreements with Amazon and Google and with the pace of data center buildout across the industry. If the batch discount narrows over the next year, that will indicate demand caught up with supply, and it will be a more honest signal about capacity than anything a company says on an earnings call.


Skarvonix will keep following this beat with reporting grounded in how systems behave outside the launch keynote.

  • LLMs

Keep reading