[Enhancement]: Add Claude Opus 4.6 model support #11658
Replies: 3 comments
-
|
Add the model via ANTHROPIC_MODELS=claude-opus-4-6,claude-haiku-4-5main thing that will need to be added still is 1M context window support for this model. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the feedback. I will update the configuration to add 1M context window support for claude-opus-4-6: |
Beta Was this translation helpful? Give feedback.
-
|
Or for those who use AWS Bedrock .... I noticed that if I just use this as is .... with the latest LibreChat as of this morning .... it can reason itself to almost to death before it comes up with a result .... which is then quite nice actually ... but I am not sure if the default setting should be that we have to wait for 2-5 minutes watching many many lines of reasoning. I was using artifacts |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Add Claude Opus 4.6 model to the available model configuration.
Claude Opus 4.6 is the latest version in the Opus 4.x series and should be available for users to select in LibreChat. The model supports 64K max output tokens and uses the same pricing structure as Opus 4.5.
Models to add:
claude-opus-4-6tosharedAnthropicModelsarrayFiles to update:
packages/data-provider/src/config.ts- Add model to arrayapi/models/tx.js- Add pricing configuration (matching opus-4-5)More details
Background
Claude Opus 4.6 is the latest version in Anthropic's Opus 4.x model series, offering improved performance and capabilities for complex reasoning tasks. It should be available alongside other Opus 4.x models (opus-4-1, opus-4-5) in the model selection.
Implementation Details
Model Configuration:
claude-opus-4-6schemas.ts)Files to Modify:
packages/data-provider/src/config.tsclaude-opus-4-6tosharedAnthropicModelsarray (afterclaude-opus-4-5)api/models/tx.jstokenValuesobjectcacheValuesobjectExpected Behavior
After implementation,
claude-opus-4-6should:Testing
References
Which components are impacted by your request?
General
Pictures
Direct Changes
packages/data-provider/src/config.ts- Add model tosharedAnthropicModelsarrayapi/models/tx.js- Add pricing configurationAutomatically Updated (No Code Changes)
No Changes Needed
schemas.spec.tsCode of Conduct
Beta Was this translation helpful? Give feedback.
All reactions