Skip to main content
Zed is a high-performance modern code editor developed by the teams behind Atom and Tree-sitter. It features a built-in AI assistant that supports custom OpenAI-compatible interfaces.

Installation

Visit the Zed website to download and install the version for your system.

Configure the AI Assistant

Zed is configured via settings.json.
1

Open Settings

Press Cmd/Ctrl + , to open the Zed settings.json file.
2

Configure OpenAI-Compatible Interface

Add the following to your settings.json:
{
  "language_models": {
    "openai": {
      "api_url": "https://api.ephone.ai/v1",
      "api_key": "sk-your-api-key"
    }
  }
}
3

Select a Model

In the Zed AI panel (usually in the right sidebar), click the model name and select a model available in ePhone AI, such as gpt-4o.

Key Features

FeatureDescription
AI ChatChat with the AI directly in the editor sidebar with full code context awareness
Inline EditSelect code and press Cmd/Ctrl + Enter — the AI will edit the code directly in the editor
High PerformanceBuilt with Rust, providing extremely smooth AI responses and editor operations
Use CaseRecommended Model
General codinggpt-4o
Complex logicclaude-opus-4-5-20251101
Fast queriesgpt-4o-mini
Zed’s AI assistant defaults to the OpenAI interface. By configuring the api_url, it seamlessly switches to ePhone AI.