From c7110bda8204cdeeb49eb4e8df497673ea4d0fe3 Mon Sep 17 00:00:00 2001 From: morgankrey Date: Fri, 15 May 2026 12:57:59 -0500 Subject: [PATCH] Document ChatGPT Subscription provider (#56828) ## Summary - Document the new ChatGPT Subscription provider from #53166 - Add to the LLM Providers page alphabetically between Anthropic and DeepSeek - Cover sign-in flow, available models (GPT-5.5, GPT-5.3 Codex), and sign-out ## Test plan - [ ] Verify section renders correctly in docs preview - [ ] Confirm links and anchors work Release Notes: - N/A --- docs/src/ai/llm-providers.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/src/ai/llm-providers.md b/docs/src/ai/llm-providers.md index 76e3d7159e7..3a8455a327c 100644 --- a/docs/src/ai/llm-providers.md +++ b/docs/src/ai/llm-providers.md @@ -23,6 +23,7 @@ Zed supports these providers with your own API keys: - [Amazon Bedrock](#amazon-bedrock) - [Anthropic](#anthropic) +- [ChatGPT Subscription](#chatgpt-subscription) - [DeepSeek](#deepseek) - [GitHub Copilot Chat](#github-copilot-chat) - [Google AI](#google-ai) @@ -225,6 +226,18 @@ You can configure a model to use [extended thinking](https://docs.anthropic.com/ } ``` +### ChatGPT Subscription {#chatgpt-subscription} + +Use your existing ChatGPT Plus or Pro subscription to access OpenAI models directly in Zed — no separate API key required. + +1. Open the settings view ({#action agent::OpenSettings}) and go to the ChatGPT Subscription section +2. Click **Sign in** and complete the OpenAI authentication in your browser +3. Once signed in, models appear in the model dropdown, including GPT-5.5 and GPT-5.3 Codex + +To sign out, click **Sign Out** in the ChatGPT Subscription settings. + +> **Note:** Model availability depends on your ChatGPT subscription tier. Some models may require ChatGPT Pro. + ### DeepSeek {#deepseek} 1. Visit the DeepSeek platform and [create an API key](https://platform.deepseek.com/api_keys)