Skip to content

Commit c7110bd

Browse files
authored
Document ChatGPT Subscription provider (zed-industries#56828)
## Summary - Document the new ChatGPT Subscription provider from zed-industries#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
1 parent 33c5ce6 commit c7110bd

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/src/ai/llm-providers.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Zed supports these providers with your own API keys:
2323

2424
- [Amazon Bedrock](#amazon-bedrock)
2525
- [Anthropic](#anthropic)
26+
- [ChatGPT Subscription](#chatgpt-subscription)
2627
- [DeepSeek](#deepseek)
2728
- [GitHub Copilot Chat](#github-copilot-chat)
2829
- [Google AI](#google-ai)
@@ -225,6 +226,18 @@ You can configure a model to use [extended thinking](https://docs.anthropic.com/
225226
}
226227
```
227228

229+
### ChatGPT Subscription {#chatgpt-subscription}
230+
231+
Use your existing ChatGPT Plus or Pro subscription to access OpenAI models directly in Zed — no separate API key required.
232+
233+
1. Open the settings view ({#action agent::OpenSettings}) and go to the ChatGPT Subscription section
234+
2. Click **Sign in** and complete the OpenAI authentication in your browser
235+
3. Once signed in, models appear in the model dropdown, including GPT-5.5 and GPT-5.3 Codex
236+
237+
To sign out, click **Sign Out** in the ChatGPT Subscription settings.
238+
239+
> **Note:** Model availability depends on your ChatGPT subscription tier. Some models may require ChatGPT Pro.
240+
228241
### DeepSeek {#deepseek}
229242

230243
1. Visit the DeepSeek platform and [create an API key](https://platform.deepseek.com/api_keys)

0 commit comments

Comments
 (0)