Update deprecated Claude model IDs to current versions#152
Open
whoiskjl wants to merge 1 commit intoanthropics:masterfrom
Open
Update deprecated Claude model IDs to current versions#152whoiskjl wants to merge 1 commit intoanthropics:masterfrom
whoiskjl wants to merge 1 commit intoanthropics:masterfrom
Conversation
All course notebooks and config files referenced deprecated model IDs that now return 404 errors. Updated to current model identifiers: - claude-3-haiku-20240307 → claude-haiku-4-5-20251001 - claude-3-opus-20240229 → claude-opus-4-6 - claude-3-sonnet-20240229 → claude-sonnet-4-6 - claude-3-5-sonnet-* → claude-sonnet-4-6 - claude-3-5-haiku-* → claude-haiku-4-5-20251001 Only source cells and config files were modified; notebook output cells were left untouched. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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-20240307→claude-haiku-4-5-20251001claude-3-opus-20240229→claude-opus-4-6claude-3-sonnet-20240229→claude-sonnet-4-6claude-3-5-sonnet-*→claude-sonnet-4-6claude-3-5-haiku-*→claude-haiku-4-5-20251001Motivation
The deprecated model IDs now return
404 not_found_errorresponses, making it impossible for learners to run the course notebooks as-is.Scope
Only source cells in notebooks and config/script files were modified. Notebook output cells were intentionally left untouched to preserve the original upstream outputs.
Affected courses
anthropic_api_fundamentals(6 files)prompt_evaluations(11 files)tool_use(6 files)prompt_engineering_interactive_tutorial(6 files)real_world_prompting(3 files)Test plan
git diffshows 158 insertions / 158 deletions, all in source)🤖 Generated with Claude Code