diff --git a/docs/src/ai/llm-providers.md b/docs/src/ai/llm-providers.md index 7c34d13e9616bbcf9482f6f8a79699ad7e2f96ff..ea84f223dd0f735b22d5ae0ef70f40d07febf9d8 100644 --- a/docs/src/ai/llm-providers.md +++ b/docs/src/ai/llm-providers.md @@ -167,7 +167,7 @@ Anthropic models on Bedrock support a 1M token extended context window through t } ``` -Zed enables extended context for supported models (Claude Sonnet 4.5 and Claude Opus 4.6). Extended context usage may increase API costs—refer to AWS Bedrock pricing for details. +Zed enables extended context for supported models (Claude Sonnet 4.5, Claude Opus 4.6, and Claude Opus 4.7). Extended context usage may increase API costs—refer to AWS Bedrock pricing for details. #### Image Support {#bedrock-image-support} diff --git a/docs/src/ai/models.md b/docs/src/ai/models.md index 1f14bc8dd5c5a17d89812b60772aba2c35a4fc91..da2f19457256822203799778caa28fe0b664c884 100644 --- a/docs/src/ai/models.md +++ b/docs/src/ai/models.md @@ -19,6 +19,10 @@ Zed's plans offer hosted versions of major LLMs with higher rate limits than dir | | Anthropic | Output | $25.00 | $27.50 | | | Anthropic | Input - Cache Write | $6.25 | $6.875 | | | Anthropic | Input - Cache Read | $0.50 | $0.55 | +| Claude Opus 4.7 | Anthropic | Input | $5.00 | $5.50 | +| | Anthropic | Output | $25.00 | $27.50 | +| | Anthropic | Input - Cache Write | $6.25 | $6.875 | +| | Anthropic | Input - Cache Read | $0.50 | $0.55 | | Claude Sonnet 4.5 | Anthropic | Input | $3.00 | $3.30 | | | Anthropic | Output | $15.00 | $16.50 | | | Anthropic | Input - Cache Write | $3.75 | $4.125 | @@ -72,7 +76,7 @@ Zed's plans offer hosted versions of major LLMs with higher rate limits than dir As of February 19, 2026, Zed Pro serves newer model versions in place of the retired models below: -- Claude Opus 4.1 → Claude Opus 4.5 or Claude Opus 4.6 +- Claude Opus 4.1 → Claude Opus 4.5, Claude Opus 4.6, or Claude Opus 4.7 - Claude Sonnet 4 → Claude Sonnet 4.5 or Claude Sonnet 4.6 - Claude Sonnet 3.7 (retired Feb 19) → Claude Sonnet 4.5 or Claude Sonnet 4.6 - GPT-5.1 and GPT-5 → GPT-5.2 or GPT-5.2-Codex @@ -94,6 +98,7 @@ A context window is the maximum span of text and code an LLM can consider at onc | --------------------------- | --------- | ------------------------- | | Claude Opus 4.5 | Anthropic | 200k | | Claude Opus 4.6 | Anthropic | 1M | +| Claude Opus 4.7 | Anthropic | 1M | | Claude Sonnet 4.5 | Anthropic | 200k | | Claude Sonnet 4.6 | Anthropic | 1M | | Claude Haiku 4.5 | Anthropic | 200k |