Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Message Batches API changed

build-with-claude/batch-processing

Nearest release: v2.1.260, published 3 hours after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+1added
Lines−4removed
From line 71 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

The whole hunk

from line 71, old and new numbered
/
lines
from line 71
7171| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
7272| `stream: true` | Batch results come back as a single file, not a stream. |
7373| `speed` ([Fast mode](https://platform.claude.com/docs/en/build-with-claude/fast-mode)) | Fast mode tunes synchronous latency, which doesn't apply to asynchronous batch processing. |
74| `store` / `previous_thread_event_id` (Threads) | Threads are stateful; batch requests are not. |
75| `cache_hint` / `context_hint` | These routing hints apply to synchronous request scheduling only. |
7674| `max_tokens: 0` | See [Batch limitations](https://platform.claude.com/docs/en/build-with-claude/batch-processing#batch-limitations). |
77| `research_preview_2026_02: "active"` | Research preview mode is not available on the batch path. |
7875 
7976<Tip>
8077 Because batches can take longer than 5 minutes to process, consider using the [1-hour cache duration](https://platform.claude.com/docs/en/build-with-claude/prompt-caching#1-hour-cache-duration) with prompt caching for better cache hit rates when processing batches with shared context.
from line 1840
18431840 </Accordion>
18441841 
18451842 <Accordion title="Can I use the Message Batches API with other API features?">
1846 Yes, the Message Batches API supports nearly all features available in the Messages API, including most beta features. A small number of parameters (`stream`, `speed`, `store`, `previous_thread_event_id`, `cache_hint`, `context_hint`, `max_tokens: 0`, and `research_preview_2026_02`) are not supported. See [What can be batched](https://platform.claude.com/docs/en/build-with-claude/batch-processing#what-can-be-batched) for the full list.
1843 Yes, the Message Batches API supports nearly all features available in the Messages API, including most beta features. A small number of parameters (`stream`, `speed`, and `max_tokens: 0`) are not supported. See [What can be batched](https://platform.claude.com/docs/en/build-with-claude/batch-processing#what-can-be-batched) for the full list.
18471844 </Accordion>
18481845 
18491846 <Accordion title="How does the Message Batches API affect pricing?">