From 17ffcf80502dfebf507baf858054a60865adf852 Mon Sep 17 00:00:00 2001 From: Kalan <51868853+kalanchan@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:44:41 -0700 Subject: [PATCH 1/2] Add support for GPT-5 models in documentation --- docs/cody/capabilities/supported-models.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cody/capabilities/supported-models.mdx b/docs/cody/capabilities/supported-models.mdx index ce30b2a1f..1c4bfbe68 100644 --- a/docs/cody/capabilities/supported-models.mdx +++ b/docs/cody/capabilities/supported-models.mdx @@ -8,6 +8,9 @@ Cody supports a variety of cutting-edge large language models for use in chat an | **Provider** | **Model** | **Status** | | :----------- | :-------------------------------------------------------------------------------------------------------------------------------------------- | :--------------- | +| OpenAI | [GPT-5](https://platform.openai.com/docs/models/gpt-5) | ✅ | +| 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) | ✅ | | OpenAI | [GPT-4o](https://platform.openai.com/docs/models#gpt-4o) | ✅ | | OpenAI | [GPT-4o-mini](https://platform.openai.com/docs/models#gpt-4o-mini) | ✅ | From c2e87e14e6b60213c2d22bed20f1bd8cb89649a7 Mon Sep 17 00:00:00 2001 From: Kalan <51868853+kalanchan@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:17:55 -0700 Subject: [PATCH 2/2] Fix typo in GPT-4 Turbo model name --- docs/cody/capabilities/supported-models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cody/capabilities/supported-models.mdx b/docs/cody/capabilities/supported-models.mdx index 1c4bfbe68..043584f9d 100644 --- a/docs/cody/capabilities/supported-models.mdx +++ b/docs/cody/capabilities/supported-models.mdx @@ -11,7 +11,7 @@ Cody supports a variety of cutting-edge large language models for use in chat an | OpenAI | [GPT-5](https://platform.openai.com/docs/models/gpt-5) | ✅ | | 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) | ✅ | +| 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) | ✅ | | OpenAI | [GPT-4o](https://platform.openai.com/docs/models#gpt-4o) | ✅ | | OpenAI | [GPT-4o-mini](https://platform.openai.com/docs/models#gpt-4o-mini) | ✅ | | OpenAI | [o3-mini-medium](https://openai.com/index/openai-o3-mini/) | ✅ (experimental) |