Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/cody/usage-and-pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Cody provides three subscription plans: **Free**, **Pro**, and **Enterprise**. E

## Free

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.
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.

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.
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).

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.
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.

### Billing cycle

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.
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.

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.

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

## Pro

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.
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.

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.

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:
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:

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

Support for Cody Pro is available through our Support team via [email protected], ensuring prompt assistance and guidance.

<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>

### Downgrading from Pro to Free
Expand Down