Add Claude Sonnet 4.6 to supported Anthropic chat models#815
Open
briansproule20 wants to merge 1 commit into
Open
Add Claude Sonnet 4.6 to supported Anthropic chat models#815briansproule20 wants to merge 1 commit into
briansproule20 wants to merge 1 commit into
Conversation
Registers claude-sonnet-4-6 (Anthropic's newest Sonnet) in the SDK's supported-models list so it can be used through Echo. Pricing matches the Sonnet tier ($3/1M input, $15/1M output). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
@briansproule20 is attempting to deploy a commit to the Merit Systems Team on Vercel. A member of the Team first needs to authorize it. |
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.
What
Registers
claude-sonnet-4-6— Anthropic's newest Sonnet model — in the SDK's Anthropic supported-models list (packages/sdk/ts/src/supported-models/chat/anthropic.ts).Why
The model isn't currently in the registry (the list tops out at
claude-sonnet-4-5-20250929), so apps using Echo can't route requests to it. This adds it soanthropic("claude-sonnet-4-6")resolves.Details
claude-sonnet-4-6to theAnthropicModelunion type and theAnthropicModelsarray.$3/1Minput (0.000003),$15/1Moutput (0.000015).No other changes.
🤖 Generated with Claude Code