llmrelay
// IDE Agent

Use Zed with llmrelay

The high-performance collaborative editor with a native AI panel. Point it at api.llmrelay.dev and get the same models at half the price.

Recommended model
claude-opus-4-7
Route
anthropic-compatible
On llmrelay
$2.5/M · $12.5/M

Setup

  1. 1 Open Zed → cmd-, (settings).
  2. 2 Add "language_models.anthropic.api_url" = "https://api.llmrelay.dev".
  3. 3 Set your API key when Zed prompts on first use.

Config

// Zed Settings (~/.config/zed/settings.json)
{
  "language_models": {
    "anthropic": {
      "api_url": "https://api.llmrelay.dev"
    }
  },
  "assistant": {
    "default_model": {
      "provider": "anthropic",
      "model": "claude-opus-4-7"
    }
  }
}

Smoke test

Copy, paste, run. If you get JSON back with a message, you're good.

In Zed: cmd-? → "say hi"

You need an llmrelay key first

Sign up in about 30 seconds. New accounts get $0.20 in free credit — enough to smoke-test every model.

Related integrations