configuration.md


title: Configure AI in Zed - Providers, Models, and Settings description: Set up AI in Zed with hosted models, your own API keys, or external agents. Includes how to disable AI entirely.

Configuration

When using AI in Zed, you can configure multiple dimensions:

  1. Which LLM providers you can use
  2. Model parameters and usage
  3. Interactions with the Agent Panel

Turning AI Off Entirely

To disable all AI features, add the following to your settings.json:

{
  "disable_ai": true
}

See this blog post for background on this option.