Skip to content
Merged
Show file tree
Hide file tree
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
51 changes: 0 additions & 51 deletions docs/admin/pricing.mdx

This file was deleted.

45 changes: 41 additions & 4 deletions docs/cody/usage-and-pricing.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Cody Pricing
# Cody Pricing Plans

<p className="subtitle">Learn about the different plans available for Cody.</p>

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.

## Free
<Tabs>
<Tab title="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 **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.

Expand Down Expand Up @@ -33,7 +34,9 @@ To upgrade from Cody Free to Pro:

Once your Pro subscription is confirmed, click **My subscription** to manage and view your activation details, or click **Dashboard** for the overall view.

## Pro
</Tab>

<Tab title="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 plus increased limits for chat and prompts. It also uses local repository context to enhance Cody's understanding and accuracy.

Expand Down Expand Up @@ -92,12 +95,46 @@ Cody Pro users can also switch to the Enterprise Starter plan for **$19 per user

Read more about the [Enterprise Starter plan](/pricing/enterprise-starter).

## Enterprise
</Tab>

<Tab title="Enterprise">

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.

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.

## Billing FAQs for Cody Enterprise

### How are active users calculated for Cody?

### Billable active users

<Callout type="note">This only applies to Enterprise Cody users. Cody Pro users pay for a seat every month, regardless of usage.</Callout>

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

Having Cody installed and signing in is not enough to be considered a billable user.

Specific categories of user actions that qualify as active Cody usage for billing include, but are not limited to:

- Signing in to Cody in an editor
- Seeing suggested autocompletions and/or accepting/rejecting them
- Running commands or chatting with Cody
- 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
- Adding or changing context in a Cody chat interface or changing models
- Interacting with Cody tutorials
- Changing Cody personal or team settings

### Authenticated users

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.

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.

</Tab>

</Tabs>

## Plans Comparison

The following table shows a high-level comparison of the three plans available on Cody.
Expand Down
19 changes: 19 additions & 0 deletions docs/pricing/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,25 @@ Pro and Enterprise Starter plans are billed monthly and can be paid with a credi

‍A billable user is one who is signed in to their Enterprise account and actively interacts with the product (e.g., they see suggested autocompletions, run commands or chat with Cody, start new discussions, clear chat history, or copy text from chats, change settings, and more). Simply having Cody installed is not enough to be considered a billable user.

## How are active users calculated for Sourcegraph Code Search and Code Intelligence Platform?

A billable active Code Search or Code Intelligence Platform user is signed into and accesses Sourcegraph. This includes but is not limited to:

- Visiting the Sourcegraph web application or using a browser extension, editor extension, or other client while signed in
- Conducting a search in the Sourcegraph UI or extension
- Hovering and navigating code in the Sourcegraph UI or extension
- Viewing a file or repository in Sourcegraph
- Creating, viewing, or receiving a code monitor
- Creating, viewing, modifying, or applying a batch change
- Creating, viewing, or modifying a code insight
- Creating, viewing, or modifying a search notebook

## How is this measured in the product?

A user who has accessed a Sourcegraph product is counted as active once they complete an action that represents usage reflected above.

User counts and usage metrics are in [Sourcegraph Analytics](../analytics).

## Is my data secure when connected to Code Search?

Sourcegraph has security and reliability controls built for the most demanding enterprises. To learn more, see our [Security page](https://sourcegraph.netlify.app/security).
Expand Down
9 changes: 9 additions & 0 deletions docs/pricing/plans/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Sourcegraph Pricing Plans

<p className= "subtitle">Sourcegraph offers three different pricing plans based on your needs.</p>

<ProductCards>
<ProductCard href="/pricing/plans/free" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Free" title="Free" description="Sourcegraph Free plan for hobbyists, and light usage." />
<ProductCard href="/pricing/plans/enterprise-starter" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Enterprise Starter" title="Enterprise Starter" description="Enterprise Starter is for individuals and small teams." />
<ProductCard href="/pricing/plans/enterprise" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Enterprise" title="Enterprise" description="Enterprise is for large teams, enterprises and complex deployments." />
</ProductCards>
3 changes: 1 addition & 2 deletions src/data/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ export const navigation: NavigationItem[] = [
title: "Enterprise Getting Started",
href: "/admin/enterprise_getting_started_guide",
},
{ title: "Pricing", href: "/admin/pricing" },
],
},
{
Expand Down Expand Up @@ -319,7 +318,7 @@ export const navigation: NavigationItem[] = [
topics: [
{
title: "Plans",
href: "/pricing/plans/free",
href: "/pricing/plans",
sections: [
{ title: "Free", href: "/pricing/plans/free" },
{ title: "Enterprise Starter", href: "/pricing/plans/enterprise-starter" },
Expand Down
19 changes: 19 additions & 0 deletions src/data/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6760,6 +6760,25 @@ const redirectsData = [
permanent: true
},

// Admin pricing docs redirects
{
source: "/admin/pricing",
destination: "/pricing/plans",
permanent: true
},

{
source: "/admin/pricing#how-are-active-users-calculated-for-sourcegraph-cody",
destination: "/cody/usage-and-pricing#billing-faqs-for-cody-enterprise",
permanent: true
},

{
source: "/admin/pricing#how-are-active-users-calculated-for-sourcegraph-code-search-and-code-intelligence-platform",
destination: "/pricing/faqs#how-are-active-users-calculated-for-sourcegraph-code-search-and-code-intelligence-platform",
permanent: true
},


];

Expand Down