Skip to content
Zed

Cheaplane for Zed

io.github.millennialdreamer/cheaplane

Offload grunt work from your premium agent to cheap models — auto-routing and billing isolation.

client:Zed transport:stdio runtime:pypi

Install Cheaplane in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "cheaplane": {
      "command": "uvx",
      "args": [
        "cheaplane"
      ],
      "env": {
        "DELEGATE_BASE_URL": "<DELEGATE_BASE_URL>",
        "DELEGATE_API_KEY": "<DELEGATE_API_KEY>",
        "DELEGATE_TIMEOUT": "<DELEGATE_TIMEOUT>",
        "DELEGATE_MODEL_MAP": "<DELEGATE_MODEL_MAP>",
        "DELEGATE_NO_LOG": "<DELEGATE_NO_LOG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Cheaplane in other clients