fix: update claude-3-haiku-20240307 to claude-haiku-4-5 in 04_parameters.ipynb#168
Open
RudrenduPaul wants to merge 1 commit into
Open
Conversation
…ers.ipynb All 11 occurrences of the retired dated model ID are replaced with the current non-dated alias. No code logic is changed — only the model string literal in each API call and the inline documentation examples. Fixes anthropics#161
RudrenduPaul
force-pushed
the
fix/update-model-ids-04-parameters
branch
from
June 21, 2026 10:45
5c3bd8e to
1fe1dac
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
claude-3-haiku-20240307inanthropic_api_fundamentals/04_parameters.ipynbwith the current non-dated aliasclaude-haiku-4-5What was broken
claude-3-haiku-20240307is a dated alias for Claude 3 Haiku — a much older model. All course examples now point to the latest Claude Haiku 4.5 via the stable, non-dated alias.Test plan
04_parameters.ipynbtop-to-bottom with a valid API key — all API calls succeed withclaude-haiku-4-5stop_reason,stop_sequence,temperature, andusage.output_tokenscells produce expected output typesFixes #161
Built by Rudrendu Paul, developed with Claude Code