CLAUDE LABJP
MCP — Support for the 2026-07-28 spec is rolling out across Claude. The protocol moves from bidirectional and stateful to request/response, so MCP servers can now live on serverless and edge infrastructureEXTENSIONS — Three official extensions have landed: MCP Apps for server-rendered UI, Tasks for async and long-running work, and Enterprise Managed Auth for IdP-based org-wide provisioningADOPTION — MCP passed 400 million monthly SDK downloads, roughly 4x growth this year, settling into its role as the standard way to connect agents to applicationsQUOTA — Today, August 19, is the last day of the 50 percent weekly usage boost for Claude Code subscribers. If you have long agent runs queued, this is the windowPRICING — Claude Sonnet 5's introductory rate of $2 per million input tokens and $10 output ends August 31; standard pricing of $3 and $15 takes over on September 1, twelve days outFIX — A bug where MCP v2 connections endlessly reopened subscriptions against servers with fixed timeouts is resolved, and a forward_user_identity setting was added for user attributionMCP — Support for the 2026-07-28 spec is rolling out across Claude. The protocol moves from bidirectional and stateful to request/response, so MCP servers can now live on serverless and edge infrastructureEXTENSIONS — Three official extensions have landed: MCP Apps for server-rendered UI, Tasks for async and long-running work, and Enterprise Managed Auth for IdP-based org-wide provisioningADOPTION — MCP passed 400 million monthly SDK downloads, roughly 4x growth this year, settling into its role as the standard way to connect agents to applicationsQUOTA — Today, August 19, is the last day of the 50 percent weekly usage boost for Claude Code subscribers. If you have long agent runs queued, this is the windowPRICING — Claude Sonnet 5's introductory rate of $2 per million input tokens and $10 output ends August 31; standard pricing of $3 and $15 takes over on September 1, twelve days outFIX — A bug where MCP v2 connections endlessly reopened subscriptions against servers with fixed timeouts is resolved, and a forward_user_identity setting was added for user attribution
Articles/Claude.ai
Claude.ai/2026-03-16Intermediate

Claude Haiku 4.5 — Build Real-Time AI Apps at a Fraction of the Cost

Claude Haiku 4.5: 200K context, SWE-bench 73.3%, Extended Thinking, $1/$5 pricing. When to use Haiku vs Sonnet/Opus, with Prompt Caching and Batch API tips.

haiku-4-52model2api39cost-optimization29real-time2prompt-caching13

Premium Article

What Is Claude Haiku 4.5?

On October 15, 2025, Anthropic released Claude Haiku 4.5 — the latest generation of Anthropic's "fast, affordable, and intelligent" model lineup. Haiku 4.5 is designed for developers who need near-frontier performance without the cost of larger models.

ℹ️
The model ID for Claude Haiku 4.5 is **`claude-haiku-4-5-20251001`**. Always use the full model ID in your API calls.

Compared to Claude Haiku 3.5, Haiku 4.5 represents a dramatic leap forward: it matches Claude Sonnet 4 on coding and agentic benchmarks at one-third the cost and more than twice the speed. Haiku 4.5 also becomes the first Haiku model to support Extended Thinking and Computer Use — capabilities previously reserved for Sonnet and Opus models.

Whether you're building a high-throughput chatbot, processing thousands of documents overnight, or deploying a real-time coding assistant, Haiku 4.5 is the go-to choice when performance-per-dollar matters most.


Specs and Pricing: Haiku vs. Sonnet vs. Opus

Anthropic's model lineup spans three tiers: Haiku (fast and affordable), Sonnet (balanced), and Opus (most capable). Here's how they compare:

FeatureClaude Haiku 4.5Claude Sonnet 4.6Claude Opus 4.6
Model IDclaude-haiku-4-5-20251001claude-sonnet-4-6claude-opus-4-6
Context Window200K tokens200K / 1M (β)200K tokens
Max Output Tokens64,00064,00032,000
Input Pricing (per 1M tokens)$1.00$3.00$15.00
Output Pricing (per 1M tokens)$5.00$15.00$75.00
SpeedFastest (2x+ vs Sonnet)FastMedium
SWE-bench Verified73.3%~80%~85%
Extended Thinking
Computer Use
Image Input
Prompt Caching✅ (up to 90% off)
Batch API✅ (50% off)

Haiku 4.5's standout advantage is its cost-to-performance ratio: roughly 3x cheaper than Sonnet 4.6, while delivering competitive quality across the majority of real-world tasks.

For a broader overview of all Claude models, check out our Claude Model Comparison Guide.


Thank you for reading this far.

Continue Reading

What follows includes implementation code, benchmarks, and practical content we hope you'll find useful. This site runs without ads — server and development costs are supported entirely by members like you. If it's been helpful, we'd be truly grateful for your support.

WHAT YOU'LL LEARN
How the ephemeral prompt-cache TTL (~5 minutes) really behaves, and the traffic shape where caching actually lowers your bill
A working exponential-backoff-with-jitter retry that absorbs peak-time 529 Overloaded errors in production
Measured latency and cost when moving classification and completion tasks off Sonnet 4.6, plus a migration checklist
Secure payment via Stripe · Cancel anytime

Unlock This Article

Get full access to the rest of this article. Buy once, read anytime. This site is ad-free — your support goes directly toward keeping it running.

or
Unlock all articles with Membership →
Share

Thank You for Reading

Claude Lab is ad-free, supported entirely by members like you. We publish practical guides daily with implementation code, benchmarks, and production-ready patterns. If you've found it useful, we'd love to have you on board.

  • Copy-paste ready implementation code
  • New advanced guides published daily
  • $5/mo or $10 for lifetime access
View Membership →

Related Articles

API & SDK2026-07-19
When Prompt Caching Was On but the Bill Didn't Move — Field Notes on Instrumenting cache_read to Close the Hit-Rate Gap
You added cache_control but your Claude API bill barely changed. Before guessing at fixes, record cache_read and cache_creation on every request and split the hit-rate gap into three causes: non-deterministic prefixes, TTL expiry, and sub-threshold blocks.
API & SDK2026-06-23
When Claude API Prompt Caching Quietly Stops Hitting in Production — Field Notes on TTL and Measured Savings
Prompt caching works beautifully the day you ship it, then quietly stops hitting in production. The five things that break the prefix, how to choose between 5-minute and 1-hour TTL, and how to measure real savings from usage instead of guessing.
API & SDK2026-03-26
Claude API Cost Optimization Production Guide — Combining Batch API, Prompt Caching, and Adaptive Thinking for Up to 90% Savings
Learn practical implementation patterns to cut Claude API costs by up to 90%. Covers Batch API, Prompt Caching, and Adaptive Thinking strategies, plus production monitoring and budget management.
📚RECOMMENDED BOOKS
Build a Large Language Model (From Scratch)
Sebastian Raschka
LLM Dev
Prompt Engineering for LLMs
Berryman & Ziegler
Prompting
AI Engineering
Chip Huyen
AI Eng
* Contains affiliate links
See all →