feat(anthropic): add support for claude-opus-4 and claude-sonnet-4#3351
Merged
ilayaperumalg merged 2 commits intospring-projects:mainfrom May 30, 2025
Merged
Conversation
…0 models - Introduce `CLAUDE_OPUS_4` and `CLAUDE_SONNET_4` to `ChatModel` enum - Update documentation to include new model options Signed-off-by: Alexandros Pappas <apappascs@gmail.com>
Member
|
Thanks! also nice to include a link to https://docs.anthropic.com/en/docs/about-claude/models/overview#model-aliases somewhere in the docs. |
Contributor
Author
That's a good idea I will update accordingly |
Signed-off-by: Alexandros Pappas <apappascs@gmail.com>
Member
|
@apappascs Thanks for the PR and polishing the documentation! |
ilayaperumalg
pushed a commit
that referenced
this pull request
May 30, 2025
…3351) * feat(anthropic): add support for claude-opus-4-0 and claude-sonnet-4-0 models - Introduce `CLAUDE_OPUS_4` and `CLAUDE_SONNET_4` to `ChatModel` enum - Update documentation to include new model options Signed-off-by: Alexandros Pappas <apappascs@gmail.com> * add model aliases url to anthropic documentation Signed-off-by: Alexandros Pappas <apappascs@gmail.com> --------- Signed-off-by: Alexandros Pappas <apappascs@gmail.com>
Member
|
Back-ported into 1.0.x via b34dcbf |
namsoo2
pushed a commit
to namsoo2/spring-ai
that referenced
this pull request
Jun 9, 2025
…pring-projects#3351) * feat(anthropic): add support for claude-opus-4-0 and claude-sonnet-4-0 models - Introduce `CLAUDE_OPUS_4` and `CLAUDE_SONNET_4` to `ChatModel` enum - Update documentation to include new model options Signed-off-by: Alexandros Pappas <apappascs@gmail.com> * add model aliases url to anthropic documentation Signed-off-by: Alexandros Pappas <apappascs@gmail.com> --------- Signed-off-by: Alexandros Pappas <apappascs@gmail.com> Signed-off-by: minsoo.nam <minsoo.nam@linecorp.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.
CLAUDE_OPUS_4andCLAUDE_SONNET_4toChatModelenum