Migrate to Claude Haiku 4.5 from earlier Haiku models: model IDs, breaking changes, and a migration checklist.
Claude Haiku 4.5 is the fastest and most intelligent Haiku model with near-frontier performance, delivering premium model quality for interactive applications and high-volume processing.
For a complete overview of capabilities, see the models overview.
Migrating to Claude Haiku 4.5 from Claude Haiku 3.5 and earlier Haiku models
Update your model name:
# From Haiku 3.5model = "claude-3-5-haiku-20241022" # Beforemodel = "claude-haiku-4-5-20251001" # After
Review new rate limits: Haiku 4.5 has separate rate limits from Haiku 3.5. See Rate limits documentation for details.
Explore new capabilities: See the models overview for details on context awareness, increased output capacity (64k tokens), higher intelligence, and improved speed.
Breaking changes
These breaking changes apply when migrating from Claude 3.x Haiku models.
Update sampling parameters
Use only temperature OR top_p, not both. Setting both returns a 400 error on Claude Haiku 4.5.
Update tool versions
Update to the latest tool versions (text_editor_20250728, code_execution_20250825). Remove any code using the undo_edit command.