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)