Skip to content

fix(examples): replace dated model ID with non-dated alias in tools.py#1597

Open
Vaibhav-S-Gowda wants to merge 1 commit into
anthropics:mainfrom
Vaibhav-S-Gowda:fix/update-dated-model-ids-in-examples
Open

fix(examples): replace dated model ID with non-dated alias in tools.py#1597
Vaibhav-S-Gowda wants to merge 1 commit into
anthropics:mainfrom
Vaibhav-S-Gowda:fix/update-dated-model-ids-in-examples

Conversation

@Vaibhav-S-Gowda
Copy link
Copy Markdown

Problem

examples/tools.py uses claude-sonnet-4-5-20250929, a dated model ID
that will return a 404 once that version snapshot is deprecated.

Fix

Replaced with the stable non-dated alias claude-sonnet-4-5 which
always resolves to the latest available version of that model family.

Closes #1596

claude-sonnet-4-5-20250929 is a dated model string that will return a
404 once Anthropic deprecates it. Replaced with the stable non-dated
alias claude-sonnet-4-5 which always resolves to the latest version.

Closes anthropics#1596
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(examples): replace dated model IDs with non-dated aliases

1 participant