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
10 changes: 6 additions & 4 deletions docs/cody/capabilities/supported-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Cody supports a variety of cutting-edge large language models for use in chat an
| OpenAI | [GPT-4.1-mini](https://platform.openai.com/docs/models/gpt-4o-mini) | ✅ | ✅ |
| OpenAI | [GPT-4.1-nano](https://platform.openai.com/docs/models/gpt-4.1-nano) | ✅ | ✅ |
| Anthropic | [Claude 3.5 Haiku](https://docs.anthropic.com/claude/docs/models-overview#model-comparison) | ✅ | ❌ |
| Anthropic | [Claude Haiku 4.5](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ |
| Anthropic | [Claude Haiku 4.5 w/ Thinking](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ |
| Anthropic | [Claude 3.7 Sonnet](https://docs.anthropic.com/claude/docs/models-overview#model-comparison) | ✅ | ✅ |
| Anthropic | [Claude Sonnet 4](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ |
| Anthropic | [Claude Sonnet 4 w/ Thinking](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ |
Expand All @@ -40,15 +42,15 @@ Cody supports a variety of cutting-edge large language models for use in chat an

<Callout type="note">Site admins can configure vision support using the [`chatVision` setting](/admin/config/site_config) in site configuration and by adding the `vision` capability to model configurations. See [Model Configuration](/cody/enterprise/model-configuration) for more details.</Callout>

### Claude 3.7 and 4 Sonnet
### Claude 3.7 and 4 Models

Claude 3.7 and 4 Sonnet have two variants; the base version, and the **extended thinking** version which supports deep reasoning and fast, responsive edit workflows. Cody enables using both, and lets the user select which to use in the model dropdown selector, so the user can choose whether to use extended thinkig depending on their work task.
Claude 3.7 and 4 Sonnet have two variants; the base version, and the **extended thinking** version which supports deep reasoning and fast, responsive edit workflows. Claude Haiku 4.5 also supports both variants. Cody enables using both, and lets the user select which to use in the model dropdown selector, so the user can choose whether to use extended thinkig depending on their work task.

<Callout type="note">Claude 4 models support is available with Sourcegraph versions v6.4+ and v6.3.4167. It also depends on the deployement type and whether it's **thinking** or not.</Callout>
<Callout type="note">Claude 4 models support is available with Sourcegraph versions v6.4+ and v6.3.4167. Claude Haiku 4.5 requires v6.9.2509+. Model availability also depends on the deployment type and whether it's **thinking** or not.</Callout>

#### Claude 3.7 and 4 via Google Vertex, via AWS Bedrock

Starting in Sourcegraph v6.4+ and v6.3.416, Claude 3.7 Extended Thinking - as well as Claude 4 base and extended thinking variants - are available in Sourcegraph when using Claude through either Google Vertex or AWS Bedrock.
Starting in Sourcegraph v6.4+ and v6.3.416, Claude 3.7 Extended Thinking - as well as Claude 4 base and extended thinking variants - are available in Sourcegraph when using Claude through either Google Vertex or AWS Bedrock. Claude Haiku 4.5 is available starting in v6.9.2509.

See [Model Configuration: Reasoning models](/cody/enterprise/model-configuration#reasoning-models) for more information.

Expand Down
8 changes: 5 additions & 3 deletions docs/cody/core-concepts/token-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ Here's a detailed breakdown of the token limits by model:
| o1 | 7,000 | shared | 4,000 |
| o3 mini high | 7,000 | shared | 4,000 |
| Claude 3.5 Haiku | 7,000 | shared | 4,000 |
| **Claude Haiku 4.5** | **132,000** | **18,000** | **8,192** |
| **Claude Haiku 4.5 w/Thinking**| **93,000** | **18,000** | **64,000** |
| Claude 3.5 Sonnet (New) | 15,000 | 30,000 | 4,000 |
| **Claude Sonnet 4 w/Thinking** | **15,000** | **45,000** | **4,000** |
| **Claude Opus 4** | **15,000** | **45,000** | **4,000** |
| **Claude Opus 4 w/Thinking** | **15,000** | **45,000** | **4,000** |
| Claude Sonnet 4 w/Thinking | 15,000 | 45,000 | 4,000 |
| Claude Opus 4 | 15,000 | 45,000 | 4,000 |
| Claude Opus 4 w/Thinking | 15,000 | 45,000 | 4,000 |
| Claude 3.7 Sonnet | 15,000 | 30,000 | 4,000 |
| Gemini 1.5 Pro | 15,000 | 30,000 | 4,000 |
| Gemini 2.0 Flash | 7,000 | shared | 4,000 |
Expand Down