Docscoding planZed

Zed

Configure Zed to use your IN2PETA coding plan.

Overview

Zed is a high-performance, GPU-accelerated code editor built in Rust with native AI integration. It supports custom API endpoints through its settings file.

Configuration

// ~/.config/zed/settings.json
{
  "assistant": {
    "provider": "openai",
    "version": "1",
    "api_url": "https://code.in2peta.com",
    "api_key": "sk_...",
    "model": {
      "model": "auto"
    }
  }
}

Install Zed

  • Download from zed.dev
  • Full documentation: zed.dev/docs