Document ChatGPT Subscription provider (#56828)
Some checks are pending
Congratsbot / check-author (push) Waiting to run
Congratsbot / congrats (push) Blocked by required conditions
deploy_nightly_docs / deploy_docs (push) Waiting to run
run_tests / check_dependencies (push) Blocked by required conditions
run_tests / check_docs (push) Blocked by required conditions
run_tests / check_licenses (push) Blocked by required conditions
run_tests / check_scripts (push) Blocked by required conditions
run_tests / check_postgres_and_protobuf_migrations (push) Blocked by required conditions
run_tests / extension_tests (push) Blocked by required conditions
run_tests / tests_pass (push) Blocked by required conditions
run_tests / orchestrate (push) Waiting to run
run_tests / check_style (push) Waiting to run
run_tests / clippy_windows (push) Blocked by required conditions
run_tests / clippy_linux (push) Blocked by required conditions
run_tests / clippy_mac (push) Blocked by required conditions
run_tests / clippy_mac_x86_64 (push) Blocked by required conditions
run_tests / run_tests_windows (push) Blocked by required conditions
run_tests / run_tests_linux (push) Blocked by required conditions
run_tests / run_tests_mac (push) Blocked by required conditions
run_tests / miri_scheduler (push) Blocked by required conditions
run_tests / doctests (push) Blocked by required conditions
run_tests / check_workspace_binaries (push) Blocked by required conditions
run_tests / build_visual_tests_binary (push) Blocked by required conditions
run_tests / check_wasm (push) Blocked by required conditions

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