bedrock: Add Claude Opus 4.6#48525
Merged
benbrandt merged 7 commits intozed-industries:mainfrom Feb 9, 2026
Merged
Conversation
Add Claude Opus 4.6 and Opus 4.6 Thinking model variants with: - 200K context window - 128K max output tokens - Global and US cross-region inference support Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Opus 4.6 uses adaptive thinking instead of budget_tokens. Co-authored-by: Ona <no-reply@ona.com>
Opus 4.6 uses adaptive thinking mode with configurable effort levels (low, medium, high, max) instead of budget_tokens. Default is high. Co-authored-by: Ona <no-reply@ona.com>
3b55886 to
fa1fd0c
Compare
rgbkrk
approved these changes
Feb 5, 2026
rgbkrk
reviewed
Feb 5, 2026
| | Self::ClaudeOpus4_5Thinking => 200_000, | ||
| | Self::ClaudeOpus4_5Thinking | ||
| | Self::ClaudeOpus4_6 | ||
| | Self::ClaudeOpus4_6Thinking => 200_000, |
Collaborator
There was a problem hiding this comment.
Max tokens on Opus 4.6 is much higher now right?
Nevermind, the 1M token limit is in beta.
Contributor
Author
There was a problem hiding this comment.
only with the Beta header
Contributor
Author
There was a problem hiding this comment.
I can throw that in, but I would also do opt-in on that, the same way we've done for "allow_global"
9d65871 to
ea3c91c
Compare
melocene
pushed a commit
to melocene/zed
that referenced
this pull request
Feb 16, 2026
Release Notes: - Added Claude Opus 4.6 and 4.6 Thinking with Cross region inference for US, EU, and Global endpoints. --------- Co-authored-by: Ona <no-reply@ona.com>
naaiyy
added a commit
to Glass-HQ/Glass
that referenced
this pull request
Feb 16, 2026
Key changes: - Side-by-side diff UX improvements (zed-industries#48821) - major diff view polish - Display map refactoring - large cleanup of display_map.rs (~1000 line reduction) - Split editor growth (zed-industries#48753) - significant expansion of split.rs - Multi-char folds fix (zed-industries#48721) - New multi workspace (zed-industries#47795, then reverted zed-industries#48776) - Default view mode setting for SplittableEditor (zed-industries#48440) - macOS drag-drop fix: reset external_files_dragged (zed-industries#48727) - Windows: OS caption/buttons for custom titlebar (zed-industries#48330) - Windows timer resolution guard (zed-industries#48379) - Bedrock Claude Opus 4.6 model (zed-industries#48525) - MCP servers: fix disabled servers disappearing after restart (zed-industries#47758) - Shell command parser extracted to shared crate (zed-industries#48660) - Format-on-save for streaming edit file tool (zed-industries#48663) - Agent: insert images at cursor position (zed-industries#48779) - Project panel: improved file/folder creation in folded paths (zed-industries#46750) - Folding ranges panic fix (zed-industries#48809) - REPL: shutdown all kernels on app quit (zed-industries#48760) - Extension CI improvements - Security updates: time v0.3.47, git2 v0.20.4 Conflict resolution: - collab (Cargo.toml, extensions API, db, tests): deleted - GPUI (8 files): deleted from Glass (handled in Obsydian-HQ/gpui) - Cargo.lock: took upstream Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
Release Notes: