CLAUDE LABJP
FORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as OctoberFORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as October
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-52model2api38cost-optimization28real-time2prompt-caching12

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-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.
Claude.ai2026-06-15
When a Long-Running Agent's Context Quietly Decays — Budgeting and Compaction
An agent that runs all night gets sloppier by morning. The cause is dilution from accumulated context. Here is how to treat context as a budget, measure its decay, and keep it healthy with compaction — with working code and field notes.
📚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 →