Skip to content

Commit e55b2b1

Browse files
Copilotjulialeex
andcommitted
Add documentation for Claude Opus 4.5, Gemini 3 Pro, and GPT-5.1 models
Co-authored-by: julialeex <188911656+julialeex@users.noreply.github.com>
1 parent caa42e0 commit e55b2b1

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

docs/cody/capabilities/supported-models.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Cody supports a variety of cutting-edge large language models for use in chat an
1313
| **Provider** | **Model** | **Status** | **Vision Support** |
1414
| :----------- | :-------------------------------------------------------------------------------------------------------------------------------------------- | :---------------- | :----------------- |
1515
| OpenAI | [GPT-5](https://platform.openai.com/docs/models/gpt-5) |||
16+
| OpenAI | [GPT-5.1](https://platform.openai.com/docs/models/gpt-5.1) |||
1617
| OpenAI | [GPT-5-mini](https://platform.openai.com/docs/models/gpt-5-mini) |||
1718
| OpenAI | [GPT-5-nano](https://platform.openai.com/docs/models/gpt-5-nano) |||
1819
| OpenAI | [GPT-4-Turbo](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo#:~:text=TRAINING%20DATA-,gpt%2D4%2D0125%2Dpreview,-New%20GPT%2D4) |||
@@ -34,11 +35,14 @@ Cody supports a variety of cutting-edge large language models for use in chat an
3435
| Anthropic | [Claude Opus 4.1](https://docs.anthropic.com/en/docs/about-claude/models/overview) |||
3536
| Anthropic | [Claude Opus 4](https://docs.anthropic.com/en/docs/about-claude/models/overview) |||
3637
| Anthropic | [Claude Opus 4 w/ Thinking](https://docs.anthropic.com/en/docs/about-claude/models/overview) |||
38+
| Anthropic | [Claude Opus 4.5](https://docs.anthropic.com/en/docs/about-claude/models/overview) |||
39+
| Anthropic | [Claude Opus 4.5 w/ Thinking](https://docs.anthropic.com/en/docs/about-claude/models/overview) |||
3740
| Google | [Gemini 1.5 Pro](https://deepmind.google/technologies/gemini/pro/) | ✅ (beta) |\* |
3841
| Google | [Gemini 2.0 Flash](https://deepmind.google/technologies/gemini/flash/) ||\* |
3942
| Google | [Gemini 2.0 Flash](https://deepmind.google/technologies/gemini/flash/) ||\* |
4043
| Google | [Gemini 2.5 Pro](https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-pro) ||\* |
4144
| Google | [Gemini 2.5 Flash](https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-flash) ||\* |
45+
| Google | [Gemini 3 Pro](https://docs.cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/3-pro) ||\* |
4246

4347
<Callout type="note">
4448
* While Gemini models support vision capabilities, Cody clients do not

public/llms.txt

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Sourcegraph Cody Supported LLMs
2+
# This file lists all large language models supported by Cody for chat, prompts, autocomplete, and smart apply.
3+
4+
## Chat and Prompts
5+
6+
### OpenAI
7+
- GPT-5 (vision supported)
8+
- GPT-5.1 (vision supported)
9+
- GPT-5-mini (vision supported)
10+
- GPT-5-nano (vision supported)
11+
- GPT-4-Turbo
12+
- GPT-4o (vision supported)
13+
- GPT-4o-mini (vision supported)
14+
- o3-mini-medium (experimental)
15+
- o3-mini-high (experimental)
16+
- o3
17+
- o4-mini
18+
- GPT-4.1 (vision supported)
19+
- GPT-4.1-mini (vision supported)
20+
- GPT-4.1-nano (vision supported)
21+
22+
### Anthropic
23+
- Claude 3.5 Haiku
24+
- Claude Haiku 4.5 (vision supported)
25+
- Claude Haiku 4.5 w/ Thinking (vision supported)
26+
- Claude 3.7 Sonnet (vision supported)
27+
- Claude Sonnet 4 (vision supported)
28+
- Claude Sonnet 4 w/ Thinking (vision supported)
29+
- Claude Opus 4.1 (vision supported)
30+
- Claude Opus 4 (vision supported)
31+
- Claude Opus 4 w/ Thinking (vision supported)
32+
- Claude Opus 4.5 (vision supported)
33+
- Claude Opus 4.5 w/ Thinking (vision supported)
34+
35+
### Google
36+
- Gemini 1.5 Pro (beta, vision supported*)
37+
- Gemini 2.0 Flash (vision supported*)
38+
- Gemini 2.5 Pro (vision supported*)
39+
- Gemini 2.5 Flash (vision supported*)
40+
- Gemini 3 Pro (vision supported*)
41+
42+
*Note: While Gemini models support vision capabilities, Cody clients do not currently support image uploads to Gemini models.
43+
44+
## Autocomplete
45+
46+
### Fireworks.ai
47+
- DeepSeek-Coder-V2
48+
49+
### Anthropic
50+
- Claude Instant
51+
52+
## Smart Apply
53+
54+
### Fireworks.ai
55+
- Qwen 2.5 Coder

0 commit comments

Comments
 (0)