From a316428686b7dc2b5a5284d3725523adbfa2bcaf Mon Sep 17 00:00:00 2001 From: morgankrey Date: Thu, 15 May 2025 12:15:36 -0500 Subject: [PATCH] docs: Update Claude 3.5 Sonnet context window (#30518) Release Notes: - N/A --------- Co-authored-by: Danilo Leal --- docs/src/accounts.md | 6 ++++++ docs/src/ai/inline-assistant.md | 2 ++ docs/src/ai/models.md | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/src/accounts.md b/docs/src/accounts.md index 3743b60b9f..b889460c49 100644 --- a/docs/src/accounts.md +++ b/docs/src/accounts.md @@ -24,3 +24,9 @@ To sign out of Zed, you can use either of these methods: - Click on the profile icon in the upper right corner and select `Sign Out` from the dropdown menu. - Open the command palette and run the `client: sign out` command. + +## Email + +Note that Zed associates your Github _profile email_ with your Zed account, not your _primary email_. We're unable to change the email associated with your Zed account without you changing your profile email. + +We _are_ able to update the billing email on your account, if you're a Zed Pro user. See [Updating Billing Information](./ai/billing.md#updating-billing-info) for more diff --git a/docs/src/ai/inline-assistant.md b/docs/src/ai/inline-assistant.md index c6c688910d..0e815687b9 100644 --- a/docs/src/ai/inline-assistant.md +++ b/docs/src/ai/inline-assistant.md @@ -16,6 +16,8 @@ You can give the Inline Assistant context the same way you can in the agent pane A useful pattern here is to create a thread in the [Agent Panel](./agent-panel.md), and then use the `@thread` command in the Inline Assistant to include the thread as context for the Inline Assistant transformation. +The Inline Assistant is limited to normal mode context windows (see [Models](./models.md) for more). + ## Prefilling Prompts To create a custom keybinding that prefills a prompt, you can add the following format in your keymap: diff --git a/docs/src/ai/models.md b/docs/src/ai/models.md index 36a7190db7..683b4a6982 100644 --- a/docs/src/ai/models.md +++ b/docs/src/ai/models.md @@ -4,7 +4,7 @@ Zed’s plans offer hosted versions of major LLM’s, generally with higher rate | Model | Provider | Max Mode | Context Window | Price per Prompt | Price per Request | | ----------------- | --------- | -------- | -------------- | ---------------- | ----------------- | -| Claude 3.5 Sonnet | Anthropic | ❌ | 120k | $0.04 | N/A | +| Claude 3.5 Sonnet | Anthropic | ❌ | 60k | $0.04 | N/A | | Claude 3.7 Sonnet | Anthropic | ❌ | 120k | $0.04 | N/A | | Claude 3.7 Sonnet | Anthropic | ✅ | 200k | N/A | $0.05 |