mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 21:31:32 +00:00
Add support for OpenAI's /responses endpoint for models that don't support /chat/completions API. This enables compatibility with newer model variants (`gpt-5-codex`, `gpt-5-pro`, `o3-pro`, etc) while maintaining compatibility with existing configs Changes: - Add `supports_chat_completions` flag to model capabilities that defaults to true for existing behavior - Implement responses API client with streaming support as per [OpenAI documentation](https://app.stainless.com/api/spec/documented/openai/openapi.documented.yml). - Add `ResponseEventMapper` to convert responses events to completion events for maintainer simplicity - Update UI to allow toggling `chat_completions` capability - Add `gpt-5-codex` model Closes #38858 Release Notes: - Added support for `gpt-5-codex` model --------- Co-authored-by: Bennet Bo Fenner <bennet@zed.dev> |
||
|---|---|---|
| .. | ||
| agent-panel.md | ||
| agent-settings.md | ||
| ai-improvement.md | ||
| billing.md | ||
| configuration.md | ||
| edit-prediction.md | ||
| external-agents.md | ||
| inline-assistant.md | ||
| llm-providers.md | ||
| mcp.md | ||
| models.md | ||
| overview.md | ||
| plans-and-usage.md | ||
| privacy-and-security.md | ||
| rules.md | ||
| subscription.md | ||
| text-threads.md | ||
| tools.md | ||