From caa42e0eedc8f662bda8a379911a58f8fa20a327 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:38:35 +0000 Subject: [PATCH 1/5] Initial plan From e55b2b17ac9c5a837e6f4af20c6a84f7809d4ad3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:41:35 +0000 Subject: [PATCH 2/5] 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> --- docs/cody/capabilities/supported-models.mdx | 4 ++ public/llms.txt | 55 +++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 public/llms.txt diff --git a/docs/cody/capabilities/supported-models.mdx b/docs/cody/capabilities/supported-models.mdx index a7931ca7b..ae661b9d8 100644 --- a/docs/cody/capabilities/supported-models.mdx +++ b/docs/cody/capabilities/supported-models.mdx @@ -13,6 +13,7 @@ Cody supports a variety of cutting-edge large language models for use in chat an | **Provider** | **Model** | **Status** | **Vision Support** | | :----------- | :-------------------------------------------------------------------------------------------------------------------------------------------- | :---------------- | :----------------- | | OpenAI | [GPT-5](https://platform.openai.com/docs/models/gpt-5) | ✅ | ✅ | +| OpenAI | [GPT-5.1](https://platform.openai.com/docs/models/gpt-5.1) | ✅ | ✅ | | OpenAI | [GPT-5-mini](https://platform.openai.com/docs/models/gpt-5-mini) | ✅ | ✅ | | OpenAI | [GPT-5-nano](https://platform.openai.com/docs/models/gpt-5-nano) | ✅ | ✅ | | 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 | Anthropic | [Claude Opus 4.1](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | | Anthropic | [Claude Opus 4](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | | Anthropic | [Claude Opus 4 w/ Thinking](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | +| Anthropic | [Claude Opus 4.5](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | +| Anthropic | [Claude Opus 4.5 w/ Thinking](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | | Google | [Gemini 1.5 Pro](https://deepmind.google/technologies/gemini/pro/) | ✅ (beta) | ✅\* | | Google | [Gemini 2.0 Flash](https://deepmind.google/technologies/gemini/flash/) | ✅ | ✅\* | | Google | [Gemini 2.0 Flash](https://deepmind.google/technologies/gemini/flash/) | ✅ | ✅\* | | Google | [Gemini 2.5 Pro](https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-pro) | ✅ | ✅\* | | Google | [Gemini 2.5 Flash](https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-flash) | ✅ | ✅\* | +| Google | [Gemini 3 Pro](https://docs.cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/3-pro) | ✅ | ✅\* | * While Gemini models support vision capabilities, Cody clients do not diff --git a/public/llms.txt b/public/llms.txt new file mode 100644 index 000000000..b1bc8e0e5 --- /dev/null +++ b/public/llms.txt @@ -0,0 +1,55 @@ +# Sourcegraph Cody Supported LLMs +# This file lists all large language models supported by Cody for chat, prompts, autocomplete, and smart apply. + +## Chat and Prompts + +### OpenAI +- GPT-5 (vision supported) +- GPT-5.1 (vision supported) +- GPT-5-mini (vision supported) +- GPT-5-nano (vision supported) +- GPT-4-Turbo +- GPT-4o (vision supported) +- GPT-4o-mini (vision supported) +- o3-mini-medium (experimental) +- o3-mini-high (experimental) +- o3 +- o4-mini +- GPT-4.1 (vision supported) +- GPT-4.1-mini (vision supported) +- GPT-4.1-nano (vision supported) + +### Anthropic +- Claude 3.5 Haiku +- Claude Haiku 4.5 (vision supported) +- Claude Haiku 4.5 w/ Thinking (vision supported) +- Claude 3.7 Sonnet (vision supported) +- Claude Sonnet 4 (vision supported) +- Claude Sonnet 4 w/ Thinking (vision supported) +- Claude Opus 4.1 (vision supported) +- Claude Opus 4 (vision supported) +- Claude Opus 4 w/ Thinking (vision supported) +- Claude Opus 4.5 (vision supported) +- Claude Opus 4.5 w/ Thinking (vision supported) + +### Google +- Gemini 1.5 Pro (beta, vision supported*) +- Gemini 2.0 Flash (vision supported*) +- Gemini 2.5 Pro (vision supported*) +- Gemini 2.5 Flash (vision supported*) +- Gemini 3 Pro (vision supported*) + +*Note: While Gemini models support vision capabilities, Cody clients do not currently support image uploads to Gemini models. + +## Autocomplete + +### Fireworks.ai +- DeepSeek-Coder-V2 + +### Anthropic +- Claude Instant + +## Smart Apply + +### Fireworks.ai +- Qwen 2.5 Coder From 8aa4d4a1d4d15ce26537d42ebcc55e836619b63d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:42:41 +0000 Subject: [PATCH 3/5] Remove duplicate Gemini 2.0 Flash entry in supported-models.mdx Co-authored-by: julialeex <188911656+julialeex@users.noreply.github.com> --- docs/cody/capabilities/supported-models.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/cody/capabilities/supported-models.mdx b/docs/cody/capabilities/supported-models.mdx index ae661b9d8..cd05658a8 100644 --- a/docs/cody/capabilities/supported-models.mdx +++ b/docs/cody/capabilities/supported-models.mdx @@ -39,7 +39,6 @@ Cody supports a variety of cutting-edge large language models for use in chat an | Anthropic | [Claude Opus 4.5 w/ Thinking](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | | Google | [Gemini 1.5 Pro](https://deepmind.google/technologies/gemini/pro/) | ✅ (beta) | ✅\* | | Google | [Gemini 2.0 Flash](https://deepmind.google/technologies/gemini/flash/) | ✅ | ✅\* | -| Google | [Gemini 2.0 Flash](https://deepmind.google/technologies/gemini/flash/) | ✅ | ✅\* | | Google | [Gemini 2.5 Pro](https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-pro) | ✅ | ✅\* | | Google | [Gemini 2.5 Flash](https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-flash) | ✅ | ✅\* | | Google | [Gemini 3 Pro](https://docs.cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/3-pro) | ✅ | ✅\* | From 5c8a9654524c5f206ea022dda09ad47337bca50d Mon Sep 17 00:00:00 2001 From: julialeex Date: Wed, 26 Nov 2025 14:46:17 -0800 Subject: [PATCH 4/5] Delete public/llms.txt --- public/llms.txt | 55 ------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 public/llms.txt diff --git a/public/llms.txt b/public/llms.txt deleted file mode 100644 index b1bc8e0e5..000000000 --- a/public/llms.txt +++ /dev/null @@ -1,55 +0,0 @@ -# Sourcegraph Cody Supported LLMs -# This file lists all large language models supported by Cody for chat, prompts, autocomplete, and smart apply. - -## Chat and Prompts - -### OpenAI -- GPT-5 (vision supported) -- GPT-5.1 (vision supported) -- GPT-5-mini (vision supported) -- GPT-5-nano (vision supported) -- GPT-4-Turbo -- GPT-4o (vision supported) -- GPT-4o-mini (vision supported) -- o3-mini-medium (experimental) -- o3-mini-high (experimental) -- o3 -- o4-mini -- GPT-4.1 (vision supported) -- GPT-4.1-mini (vision supported) -- GPT-4.1-nano (vision supported) - -### Anthropic -- Claude 3.5 Haiku -- Claude Haiku 4.5 (vision supported) -- Claude Haiku 4.5 w/ Thinking (vision supported) -- Claude 3.7 Sonnet (vision supported) -- Claude Sonnet 4 (vision supported) -- Claude Sonnet 4 w/ Thinking (vision supported) -- Claude Opus 4.1 (vision supported) -- Claude Opus 4 (vision supported) -- Claude Opus 4 w/ Thinking (vision supported) -- Claude Opus 4.5 (vision supported) -- Claude Opus 4.5 w/ Thinking (vision supported) - -### Google -- Gemini 1.5 Pro (beta, vision supported*) -- Gemini 2.0 Flash (vision supported*) -- Gemini 2.5 Pro (vision supported*) -- Gemini 2.5 Flash (vision supported*) -- Gemini 3 Pro (vision supported*) - -*Note: While Gemini models support vision capabilities, Cody clients do not currently support image uploads to Gemini models. - -## Autocomplete - -### Fireworks.ai -- DeepSeek-Coder-V2 - -### Anthropic -- Claude Instant - -## Smart Apply - -### Fireworks.ai -- Qwen 2.5 Coder From 24dcd1093425d1757b8068744729d2df0d72b3da Mon Sep 17 00:00:00 2001 From: julialeex Date: Wed, 26 Nov 2025 14:46:58 -0800 Subject: [PATCH 5/5] Remove Claude Opus 4.5 w/ Thinking from models Removed Claude Opus 4.5 w/ Thinking from the supported models list. --- docs/cody/capabilities/supported-models.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/cody/capabilities/supported-models.mdx b/docs/cody/capabilities/supported-models.mdx index cd05658a8..18afbd527 100644 --- a/docs/cody/capabilities/supported-models.mdx +++ b/docs/cody/capabilities/supported-models.mdx @@ -36,7 +36,6 @@ Cody supports a variety of cutting-edge large language models for use in chat an | Anthropic | [Claude Opus 4](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | | Anthropic | [Claude Opus 4 w/ Thinking](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | | Anthropic | [Claude Opus 4.5](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | -| Anthropic | [Claude Opus 4.5 w/ Thinking](https://docs.anthropic.com/en/docs/about-claude/models/overview) | ✅ | ✅ | | Google | [Gemini 1.5 Pro](https://deepmind.google/technologies/gemini/pro/) | ✅ (beta) | ✅\* | | Google | [Gemini 2.0 Flash](https://deepmind.google/technologies/gemini/flash/) | ✅ | ✅\* | | Google | [Gemini 2.5 Pro](https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-pro) | ✅ | ✅\* |