
Follow up to https://github.com/zed-industries/zed/pull/31470. I started looking at config and changed preferred_completion_mode to burn to only find its max so made changes to align it better with rebrand. As this is in preview build now. This doesn't touch zed_llm_client. Only the Zed changes the code and doc to match the new UI of burn mode. There are still more things to be renamed, though. Release Notes: - N/A --------- Signed-off-by: Umesh Yadav <git@umesh.dev> Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
2.2 KiB
Plans and Usage
To view your current usage, you can visit your account at zed.dev/account. You’ll also find usage meters in-product when you’re nearing the limit for your plan or trial.
Available Plans
For costs and more information on pricing, visit Zed’s pricing page.
Please note that if you’re interested in just using Zed as the world’s fastest editor, with no AI or subscription features, you can always do so for free, without authentication.
Usage
- A
prompt
in Zed is an input from the user, initiated on pressing enter, composed of one or manyrequests
. Aprompt
can be initiated from the Agent Panel, or via Inline Assist. - A
request
in Zed is a response to aprompt
, plus any tool calls that are initiated as part of that response. There may be onerequest
perprompt
, or many.
Most models offered by Zed are metered per-prompt. Some models that use large context windows and unlimited tool calls (“Burn Mode”) count each individual request within a prompt against your prompt limit, since the agentic work spawned by the prompt is expensive to support.
See the Models page for a list of which subset of models are metered by request.
Plans come with a set amount of prompts included, with the number varying depending on the plan you’ve selected.
Usage-Based Pricing
You may opt in to usage-based pricing for prompts that exceed what is included in your paid plan from your account page.
Usage-based pricing is only available with a paid plan, and is exclusively opt-in. From the dashboard, you can toggle usage-based pricing for usage exceeding your paid plan. You can also configure a spend limit in USD. Once the spend limit is hit, we’ll stop any further usage until your prompt limit resets.
We will bill for additional prompts when you’ve made prompts totaling $20, or when your billing date occurs, whichever comes first.
Cost per request for each model can be found on the models page.
Business Usage
Email sales@zed.dev with any questions on business plans, metering, and usage-based pricing.