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
This commit is contained in:
morgankrey 2026-05-15 12:57:59 -05:00 committed by GitHub
parent 33c5ce69ef
commit c7110bda82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)