zed/docs/src
Ibrahim Khan fee12a7c3f
bedrock: Add GPT-5.6 Sol, Terra, and Luna Mantle models (#61008)
# Objective

- Adds the three GPT-5.6 models (Sol, Terra, and Luna) that OpenAI now
serves through AWS Bedrock's `bedrock-mantle` endpoint, so they can be
selected as built-in models under the Amazon Bedrock provider.
- Follows up on the native Bedrock Mantle support added in #60480.
- Addresses the feature request in
https://github.com/zed-industries/zed/discussions/61003.

## Solution

- Adds `Gpt5_6Sol`, `Gpt5_6Terra`, and `Gpt5_6Luna` variants to
`MantleModel` in `crates/bedrock/src/models.rs`, with per-model
`id`/`request_id`/`display_name` and shared capability arms.
- All three are Responses-API, `bedrock-mantle`-only models, so they
reuse the existing Mantle request/response plumbing, region gating,
bearer-token auth, and model-picker wiring (`MantleModel::iter()`) with
no other changes required.
- Metadata mirrors the AWS Bedrock model cards
([Sol](https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-openai-gpt-56-sol.html),
[Terra](https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-openai-gpt-56-terra.html),
[Luna](https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-openai-gpt-56-luna.html)):
272K context window, image input, tool and thinking support, and
`openai.gpt-5.6-{sol,terra,luna}` request IDs.
- Updates the Amazon Bedrock section of "Use a Gateway" to mention the
GPT-5.6 family.

## Testing

- `cargo test -p bedrock` — adds `test_gpt_5_6_mantle_model_metadata`
and extends `test_builtin_mantle_models_use_responses_protocol`; all
pass.
- `cargo test -p language_models mantle` — the consumer crate compiles
and all Mantle tests pass.
- `./script/clippy -p bedrock` passes with no new warnings; docs pass
`prettier --check`.

## Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments — N/A, no unsafe
code
- [x] The content adheres to Zed's UI standards — N/A, no UI change
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

---

Release Notes:

- Added GPT-5.6 Sol, Terra, and Luna models to the Amazon Bedrock
provider via the `bedrock-mantle` endpoint.

---------

Co-authored-by: Anant Goel <anant@zed.dev>
2026-07-15 16:31:19 +00:00
..
account Update Zed-hosted model documentation (#60771) 2026-07-10 23:24:52 +00:00
ai bedrock: Add GPT-5.6 Sol, Terra, and Luna Mantle models (#61008) 2026-07-15 16:31:19 +00:00
business Update Zed-hosted model documentation (#60771) 2026-07-10 23:24:52 +00:00
collaboration docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
development Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
extensions Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
languages ruby: Mention kanayago and fuzzy-ruby-server in the documentation (#60640) 2026-07-09 07:54:36 +00:00
migrate Restructure AI docs (#57614) 2026-06-04 15:55:21 +00:00
reference Disable all spinners in Zed (#60614) 2026-07-14 14:49:06 +00:00
all-actions.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
appearance.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
authentication.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
command-palette.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
completions.md Remove Supermaven-related code from Zed (#50537) 2026-03-02 22:18:49 +00:00
configuring-languages.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
configuring-zed.md Restructure AI docs (#57614) 2026-06-04 15:55:21 +00:00
debugger.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
dev-containers.md dev_container: Support the classic Docker builder via a setting (#59288) 2026-06-15 07:04:03 +00:00
development.md Improve documentation for ETW profiling (#50426) 2026-02-28 23:03:49 -05:00
diagnostics.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
editing-code.md docs: SEO content improvements for AI section (#49128) 2026-02-13 13:05:57 -08:00
environment.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
extensions.md docs: Update agent server extension documentation (#58306) 2026-06-02 08:50:46 +00:00
finding-navigating.md docs: Add new text finder (#60189) 2026-07-03 18:46:05 +00:00
getting-started.md Fixes for AI docs (#58969) 2026-06-11 15:15:55 +00:00
git.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
globs.md Fix grammatical errors throughout the documentation (#58183) 2026-05-31 22:05:41 +00:00
helix.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
icon-themes.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
installation.md Fix grammatical errors throughout the documentation (#58183) 2026-05-31 22:05:41 +00:00
key-bindings.md Fix grammatical errors throughout the documentation (#58183) 2026-05-31 22:05:41 +00:00
languages.md Fix grammatical errors throughout the documentation (#58183) 2026-05-31 22:05:41 +00:00
linux.md docs: Update community Debian mirror domain to deb.griffo.io (#60909) 2026-07-13 17:56:15 +00:00
macos.md install_cli: Show notification instead of failing CLI install (#59575) 2026-06-22 18:20:57 +00:00
modelines.md Add vim/emacs modeline support (#49267) 2026-03-25 03:15:51 +00:00
multibuffers.md Fix grammatical errors throughout the documentation (#58183) 2026-05-31 22:05:41 +00:00
outline-panel.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
performance.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
project-panel.md project_panel: Open files in a permanent tab on middle click (#60563) 2026-07-08 13:06:10 +00:00
quick-start.md
remote-development.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
repl.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
roles.md Document Billing Manager role (#58447) 2026-06-03 18:17:18 +00:00
running-testing.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
semantic-tokens.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
snippets.md Fix grammatical errors throughout the documentation (#58183) 2026-05-31 22:05:41 +00:00
soc2.md docs: Restructure nav and add Zed Business section (#51915) 2026-05-06 16:07:12 +00:00
SUMMARY.md Add agent sandboxing docs (#59774) 2026-06-23 23:54:28 +00:00
tab-switcher.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
tasks.md git_ui: Pass the clicked ref to git graph custom commands (#58781) 2026-06-09 06:30:07 +00:00
telemetry.md Restructure AI docs (#57614) 2026-06-04 15:55:21 +00:00
terminal.md terminal: Open links with Cmd/Ctrl-click when mouse mode is enabled (#60067) 2026-07-08 12:41:48 +00:00
themes.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
toolchains.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
troubleshooting.md feedback: Add action for listing installed extensions (#48664) 2026-04-16 07:45:38 +00:00
uninstall.md docs: Update guide to remove user data on macOS when uninstalling Zed (#52631) 2026-03-31 05:35:04 +00:00
update.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
vim.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00
visual-customization.md git_panel: Add group by staging view option (#59884) 2026-07-11 13:36:18 +00:00
windows-and-projects.md Fixes for AI docs (#58969) 2026-06-11 15:15:55 +00:00
windows.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
worktree-trust.md Fix typos and grammatical mistakes in docs (#59495) 2026-07-08 12:32:00 +00:00