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
12 changes: 6 additions & 6 deletions docs/cody/usage-and-pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The free plan is designed for individuals to get started with Cody. It comes wit

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 to search the local repository (the one currently open in your IDE).

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.
Cody Free uses the DeepSeek-Coder-V2 model for autocomplete. It uses the Claude 3.5 Sonnet (New) 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

Expand All @@ -37,7 +37,7 @@ Once your Pro subscription is confirmed, click **My subscription** to manage and

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.

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:
Cody Pro uses DeepSeek-Coder-V2 by default for autocomplete. Pro accounts also default to the Claude 3.5 Sonnet (New) 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,7 +51,7 @@ Cody Pro uses DeepSeek-V2 by default for autocomplete. Pro accounts also default

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>
<Callout type="warning">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 Expand Up @@ -115,12 +115,12 @@ The following table shows a high-level comparison of the three plans available o
| **Custom Commands** | Supported | Supported | Supported |
| **Keyword Context (local code)** | Supported | Supported | Supported |
| **Developer Limitations** | 1 developer | 1 developer | Scalable, consumption-based pricing |
| **LLM Support** | Anthropic + StarCoder for Chat, Commands, and Autocomplete | Choice of LLMs for Chat and Commands (VS Code and JetBrains only), StarCoder and Autocomplete | Claude 3 and Bring Your Own LLM Key (experimental) |
| **Code Editor Support** | VS Code and JetBrains IDEs | VS Code and JetBrains IDEs | VS Code and JetBrains IDEs |
| **LLM Support** | [View latest](/cody/capabilities/supported-models) | [View latest](/cody/capabilities/supported-models) | [View latest](/cody/capabilities/supported-models) |
| **Code Editor Support** | VS Code, JetBrains IDEs, Visual Studio (Preview) | VS Code, JetBrains IDEs, Visual Studio (Preview) | VS Code, JetBrains IDEs, Visual Studio (Preview) |
| **Single-Tenant and Self Hosted** | N/A | N/A | Yes |
| **SAML/SSO** | N/A | N/A | Yes |
| **Guardrails** | N/A | N/A | Yes |
| **Advanced Code Graph Context** | N/A | N/A | Included |
| **Multi-Code Host Context** | N/A | N/A | Included |
| **Discord Support** | No | Yes | Yes |
| **Discord Support** | Yes | Yes | Yes |
| **24/5 Enhanced Support** | N/A | N/A | Yes |
Loading