Skip to content

Commit b62a694

Browse files
authored
Update usage-and-pricing.mdx (#650)
Updates docs for pricing ## Pull Request approval Although pull request approval is not enforced for this repository in order to reduce friction, merging without a review will generate a ticket for the docs team to review your changes. So if possible, have your pull request approved before merging.
1 parent 0906594 commit b62a694

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/cody/usage-and-pricing.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Cody provides three subscription plans: **Free**, **Pro**, and **Enterprise**. E
66

77
## Free
88

9-
The free plan is designed for individuals to get started with Cody. It comes with a set of features to enhance your coding experience. It includes **500 autocompletion suggestions** per month, covering both whole and multi-line suggestions. You also get **20 chats/commands** per month with access to creating Custom Commands.
9+
The free plan is designed for individuals to get started with Cody. It comes with a set of features to enhance your coding experience. It includes **unlimited autocompletion suggestions** per month, covering both whole and multi-line suggestions. You also get **200 chats/prompts** per month with access to creating custom prompts.
1010

11-
The free plan provides access to local context with keyword search and embeddings on open-source code via Sourcegraph.com. You get **200 MB** of embeddings over your lifetime and can manage these from the user settings in VS Code, with JetBrains IDE support coming soon. If you embed 150 MB of code, you can only embed another 50 MB of code. If you delete that 150 MB of code embedding, the original 200 MB of code embeddings will be available again.
11+
The free plan provides access to local context to enhance Cody's understanding of your code and ability to provide accurate suggestions. Local context uses keyword search and embeddings to search the local repository (the one currently open in your IDE).
1212

13-
The free plan ensures local context utilization and allows you to seamlessly integrate Cody into your preferred client, whether it's VSCode or JetBrains. Finally, you'll have default support with Anthropic (Claude 3.5 Sonnet for Chat and Commands) and StarCoder as the officially supported LLMs.
13+
Cody Free uses the DeepSeek-V2 model for autocomplete. It uses the Claude 3.5 Sonnet model for chat and prompts, and users have several other model options they can switch to. See [Supported LLMs](https://sourcegraph.com/docs/cody/capabilities/supported-models) for more information.
1414

1515
### Billing cycle
1616

17-
There is no billing cycle for Cody Free, as it is free to use. If you complete your monthly autocompletions or chat/commands limit, you'll be prompted to upgrade to the Pro plan. Otherwise, you'll have to wait approximately 30 days for the limits to reset.
17+
There is no billing cycle for Cody Free, as it is free to use. If you complete your monthly chat/prompts limit, you'll be prompted to upgrade to the Pro plan. Otherwise, you'll have to wait approximately 30 days for the limits to reset.
1818

1919
The reset date is based on your sign-up date. For example, if you sign up on December 15th, your limit will reset on January 15th.
2020

@@ -35,11 +35,9 @@ Once your Pro subscription is confirmed, click **My subscription** to manage and
3535

3636
## Pro
3737

38-
Cody Pro, designed for individuals or small teams at **$9 per user per month**, offers an enhanced coding experience beyond the free plan. It provides unlimited autocompletion suggestions, allowing users to streamline their coding process without restrictions. Chat and commands executions are also unlimited, allowing users to create custom workflows.
38+
Cody Pro, designed for individuals or small teams at **$9 per user per month**, offers an enhanced coding experience beyond the free plan. It provides unlimited autocompletion suggestions plus unlimited chat and prompts. It also uses local repository context to enhance Cody's understanding and accuracy.
3939

40-
The plan includes the ability to create an unlimited number of Custom Commands for personalized workflows. In addition to using the local context of your code to improve responses, you can embed up to **1 GB** of your private code for even better Cody responses that reflect a deep understanding of your code in VS Code, with JetBrains IDE support coming soon.
41-
42-
Support for Cody Pro is available through our Support team via [email protected], ensuring prompt assistance and guidance. Finally, you'll have default support with Anthropic and StarCoder as the officially supported LLMs. Moreover, Pro accounts using VS Code and JetBrains IDEs will get an LLM selection for chat only and the default model for chat is Claude 3.5 Sonnet. Other LLMs that you can use are:
40+
Cody Pro uses DeepSeek-V2 by default for autocomplete. Pro accounts also default to the Claude 3.5 Sonnet model for chat and prompts, but users can switch to other LLM model choices with unlimited usage, including:
4341

4442
- Claude Instant 1.2
4543
- Claude 2
@@ -51,6 +49,8 @@ Support for Cody Pro is available through our Support team via support@sourcegra
5149
- Google Gemini 1.5 Pro
5250
- Google Gemini 1.5 Flash
5351

52+
Support for Cody Pro is available through our Support team via [email protected], ensuring prompt assistance and guidance.
53+
5454
<Callout type="note">There will be high daily limits to catch bad actors and prevent abuse, but under most normal usage, Pro users won't experience these limits.</Callout>
5555

5656
### Downgrading from Pro to Free

0 commit comments

Comments
 (0)