docs: update model references from Haiku 3 to Haiku 4.5 (#93)#94
Open
MukundaKatta wants to merge 1 commit intoanthropics:masterfrom
Open
docs: update model references from Haiku 3 to Haiku 4.5 (#93)#94MukundaKatta wants to merge 1 commit intoanthropics:masterfrom
MukundaKatta wants to merge 1 commit intoanthropics:masterfrom
Conversation
Claude Haiku 3 (claude-3-haiku-20240307) was retired; the tutorial still pinned to it so fresh installs hit "model not found" errors. Updates to current Haiku 4.5 across all 5 notebooks: - Anthropic 1P/00_Tutorial_How-To.ipynb claude-3-haiku-20240307 -> claude-haiku-4-5 - AmazonBedrock/anthropic/00_Tutorial_How-To.ipynb - AmazonBedrock/anthropic/10_3_Appendix_Empirical_Performance_Evaluations.ipynb - AmazonBedrock/boto3/00_Tutorial_How-To.ipynb - AmazonBedrock/boto3/10_3_Appendix_Empirical_Performance_Eval.ipynb anthropic.claude-3-haiku-20240307-v1:0 -> anthropic.claude-haiku-4-5-20251001-v1:0 Model IDs sourced from anthropics/claude-cookbooks CONTRIBUTING.md which documents the canonical aliases. Closes anthropics#93 Signed-off-by: Mukunda Katta <mukunda.vjcs6@gmail.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.
Why
Closes #93.
The tutorial pins to
claude-3-haiku-20240307, which has been retired. Users running the notebooks hit a "model not found" error out of the box, which is a rough first impression for a prompt-engineering tutorial aimed at newcomers.What
Swaps the pinned model string across all 5 notebooks that reference it:
Anthropic 1P/00_Tutorial_How-To.ipynbclaude-3-haiku-20240307claude-haiku-4-5AmazonBedrock/anthropic/00_Tutorial_How-To.ipynbanthropic.claude-3-haiku-20240307-v1:0anthropic.claude-haiku-4-5-20251001-v1:0AmazonBedrock/anthropic/10_3_Appendix_Empirical_Performance_Evaluations.ipynbAmazonBedrock/boto3/00_Tutorial_How-To.ipynbAmazonBedrock/boto3/10_3_Appendix_Empirical_Performance_Eval.ipynbFive files, five lines — each is the
MODEL_NAME = ...constant at the top of the notebook.Model IDs
Sourced from anthropics/claude-cookbooks
CONTRIBUTING.md, which documents the canonical aliases and Bedrock dated IDs:claude-haiku-4-5anthropic.claude-haiku-4-5-20251001-v1:0Happy to swap to different names if maintainers prefer a different pinning convention — the pattern is trivial to re-run.
Scope
This is a model-name refresh only. Tutorial content (prompts, exercises, explanations) unchanged — the lessons are model-agnostic and Haiku 4.5 performs at least as well as Haiku 3 on the quiz structures used, so no rewrites are needed.
Verified