From 69862cf69f5b9815d4d26f148d397c615904e716 Mon Sep 17 00:00:00 2001 From: morgankrey Date: Mon, 10 Aug 2026 14:32:44 -0500 Subject: [PATCH] Document Claude Opus 5 hosted model pricing (#62450) The hosted-model reference now includes Claude Opus 5. This closes the gap between the public documentation and the models that `cloud` currently offers to Zed Pro and Zed Business customers. The pricing table lists the provider price and Zed price for input, output, cache-write, and cache-read tokens. The context-window table lists the current 1M-token hosted limit. This change does not alter model access or billing behavior. Testing performed: - `cd docs && npx prettier --check src/account/zed-hosted-models.md` - `cd docs && mdbook build` Release Notes: - N/A --- docs/src/account/zed-hosted-models.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/account/zed-hosted-models.md b/docs/src/account/zed-hosted-models.md index cc79a54ddf7579..3a5772bedc5676 100644 --- a/docs/src/account/zed-hosted-models.md +++ b/docs/src/account/zed-hosted-models.md @@ -15,6 +15,10 @@ Zed's plans offer hosted versions of major LLMs with higher rate limits than dir | | Anthropic | Output | $50.00 | $55.00 | | | Anthropic | Input - Cache Write | $12.50 | $13.75 | | | Anthropic | Input - Cache Read | $1.00 | $1.10 | +| Claude Opus 5 | 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 Opus 4.5 | Anthropic | Input | $5.00 | $5.50 | | | Anthropic | Output | $25.00 | $27.50 | | | Anthropic | Input - Cache Write | $6.25 | $6.875 | @@ -123,6 +127,7 @@ A context window is the maximum span of text and code an LLM can consider at onc | Model | Provider | Zed-Hosted Context Window | | ----------------- | --------- | ------------------------- | | Claude Fable 5 | Anthropic | 1M | +| Claude Opus 5 | Anthropic | 1M | | Claude Opus 4.5 | Anthropic | 200k | | Claude Opus 4.6 | Anthropic | 1M | | Claude Opus 4.7 | Anthropic | 1M |