You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/cody/usage-and-pricing.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ Cody provides three subscription plans: **Free**, **Pro**, and **Enterprise**. E
6
6
7
7
## Free
8
8
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.
10
10
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).
12
12
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.
14
14
15
15
### Billing cycle
16
16
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.
18
18
19
19
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.
20
20
@@ -35,11 +35,9 @@ Once your Pro subscription is confirmed, click **My subscription** to manage and
35
35
36
36
## Pro
37
37
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.
39
39
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:
43
41
44
42
- Claude Instant 1.2
45
43
- Claude 2
@@ -51,6 +49,8 @@ Support for Cody Pro is available through our Support team via support@sourcegra
51
49
- Google Gemini 1.5 Pro
52
50
- Google Gemini 1.5 Flash
53
51
52
+
Support for Cody Pro is available through our Support team via [email protected], ensuring prompt assistance and guidance.
53
+
54
54
<Callouttype="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>
0 commit comments