-
Notifications
You must be signed in to change notification settings - Fork 72
Hackathon - Usage and Pricing #784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
9e91914
Hackathon - Usage and Pricing
kukicado 80f0bfc
Update model names for Cody Free
jdorfman 4c7dc2d
Update model names for Cody Pro
jdorfman e83f1d7
Update Cody plan capabilities
jdorfman 9814f51
fix: update callout type in usage-and-pricing.mdx
jdorfman 631f403
Update docs/cody/usage-and-pricing.mdx
MaedahBatool 2152594
Update docs/cody/usage-and-pricing.mdx
MaedahBatool 06a4a02
Merge branch 'main' into hackathon-usage-pricing
MaedahBatool File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{/* Hackathon */} | ||
# Cody Pricing | ||
|
||
<p className="subtitle">Learn about the different plans available for Cody.</p> | ||
|
@@ -10,7 +11,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 | ||
|
||
|
@@ -37,7 +38,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 | ||
|
@@ -51,7 +52,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 | ||
|
||
|
@@ -115,12 +116,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](https://sourcegraph.com/docs/cody/capabilities/supported-models) | [View latest](https://sourcegraph.com/docs/cody/capabilities/supported-models) | [View latest](https://sourcegraph.com/docs/cody/capabilities/supported-models) | | ||
MaedahBatool marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| **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 | |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.