|
1 | | -# Cody Pricing |
| 1 | +# Cody Pricing Plans |
2 | 2 |
|
3 | 3 | <p className="subtitle">Learn about the different plans available for Cody.</p> |
4 | 4 |
|
5 | 5 | Cody provides three subscription plans: **Free**, **Pro**, and **Enterprise**. Each plan is aimed to cater to a diverse range of users, from individual projects to large-scale enterprises. Cody Free includes basic features, while the Pro and Enterprise plans offer additional advanced features and resources to meet varying user requirements. |
6 | 6 |
|
7 | | -## Free |
| 7 | +<Tabs> |
| 8 | + <Tab title="Free"> |
8 | 9 |
|
9 | 10 | 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 | 11 |
|
@@ -33,7 +34,9 @@ To upgrade from Cody Free to Pro: |
33 | 34 |
|
34 | 35 | Once your Pro subscription is confirmed, click **My subscription** to manage and view your activation details, or click **Dashboard** for the overall view. |
35 | 36 |
|
36 | | -## Pro |
| 37 | +</Tab> |
| 38 | + |
| 39 | +<Tab title="Pro"> |
37 | 40 |
|
38 | 41 | 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 increased limits for chat and prompts. It also uses local repository context to enhance Cody's understanding and accuracy. |
39 | 42 |
|
@@ -92,12 +95,46 @@ Cody Pro users can also switch to the Enterprise Starter plan for **$19 per user |
92 | 95 |
|
93 | 96 | Read more about the [Enterprise Starter plan](/pricing/enterprise-starter). |
94 | 97 |
|
95 | | -## Enterprise |
| 98 | +</Tab> |
| 99 | + |
| 100 | +<Tab title="Enterprise"> |
96 | 101 |
|
97 | 102 | Cody Enterprise is designed for enterprises prioritizing security and administrative controls. We offer either seat-based or token based pricing models, depending on what makes most sense for your organization. You get Claude Haiku 3.5 and Claude Sonnet 3.5 as the default LLM models without extra cost. You also get additional capabilities like BYOLLM (Bring Your Own LLM), supporting Single-Tenant and Self Hosted setups for flexible coding environments. |
98 | 103 |
|
99 | 104 | Security features include SAML/SSO for enhanced authentication and guardrails to enforce coding standards. Cody Enterprise supports advanced Code Graph context and multi-code host context for a deeper understanding of codebases, especially in complex projects. With 24/5 enhanced support, Cody Enterprise ensures timely assistance. |
100 | 105 |
|
| 106 | +## Billing FAQs for Cody Enterprise |
| 107 | + |
| 108 | +### How are active users calculated for Cody? |
| 109 | + |
| 110 | +### Billable active users |
| 111 | + |
| 112 | +<Callout type="note">This only applies to Enterprise Cody users. Cody Pro users pay for a seat every month, regardless of usage.</Callout> |
| 113 | + |
| 114 | +A billable active Cody user is signed in to their Enterprise Sourcegraph account and actively interacts with Cody (for example, they see suggested autocompletions, run commands, or chat with Cody, they start new discussions, clear chat history, or copy text from chats. They change Cody's settings and more). |
| 115 | + |
| 116 | +Having Cody installed and signing in is not enough to be considered a billable user. |
| 117 | + |
| 118 | +Specific categories of user actions that qualify as active Cody usage for billing include, but are not limited to: |
| 119 | + |
| 120 | +- Signing in to Cody in an editor |
| 121 | +- Seeing suggested autocompletions and/or accepting/rejecting them |
| 122 | +- Running commands or chatting with Cody |
| 123 | +- Starting new chats, clearing chat history, copying text from chats or otherwise interacting with the Cody chat interface in the editor or on the web |
| 124 | +- Adding or changing context in a Cody chat interface or changing models |
| 125 | +- Interacting with Cody tutorials |
| 126 | +- Changing Cody personal or team settings |
| 127 | + |
| 128 | +### Authenticated users |
| 129 | + |
| 130 | +An authenticated Cody user is authenticated (or signed in) to Cody in their editor within a given time period. This includes all users who interact with Cody on the web. |
| 131 | + |
| 132 | +Authenticated users are a superset of [billable users](#billable-active-users) defined above. They include users who are signed in but do not actively engage with Cody. |
| 133 | + |
| 134 | +</Tab> |
| 135 | + |
| 136 | +</Tabs> |
| 137 | + |
101 | 138 | ## Plans Comparison |
102 | 139 |
|
103 | 140 | The following table shows a high-level comparison of the three plans available on Cody. |
|
0 commit comments