Update retired Claude model id in the hamilton-llm skill - #1690
Open
kasparovabi wants to merge 1 commit into
Open
Update retired Claude model id in the hamilton-llm skill#1690kasparovabi wants to merge 1 commit into
kasparovabi wants to merge 1 commit into
Conversation
The Anthropic API stopped serving claude-3-5-sonnet-20241022 on 28 October 2025. The Anthropic branch of the provider-switching example still passes that id to messages.create.
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.
The Anthropic branch of the provider-switching example in the
hamilton-llmskill names a model id the API stopped serving on 28 October 2025, per the Anthropic deprecations page..claude-plugin/skills/llm/SKILL.mdclaude-3-5-sonnet-20241022claude-sonnet-4-6claude-sonnet-4-6is the current Sonnet, which keeps the example in the same tier it was written for. Thegpt-4id in the OpenAI branch a few lines up is still served, so I left it alone.That is the only retired Claude id in the repository. The rest of
.claude-pluginand thehamiltonpackage itself do not pin an Anthropic model.I read this diff line by line before opening it, and I am happy to adjust or drop any part of it. What brought me here was a checker I maintain that flags retired Claude model ids, so I am saying that up front rather than leaving you to wonder. I have not run the example against the API to reproduce a failure, the claim rests on the published retirement date. If you would rather handle this your own way, or would rather not get this kind of contribution at all, tell me and I will not send another.