Docs / Zed

Zed

OpenAI-compatible (with /v1)

High-performance Rust editor with a built-in AI assistant.

Base URL
https://api.llmapi.pro:99/v1
API Key
sk-... (create in Console → API Keys)
Recommended
claude-opus-4-8 · claude-sonnet-4-6 · claude-haiku-4-5

Setup steps

  1. Configure an OpenAI-compatible endpoint in Zed's settings.json (use openai_compatible, not openai; each model needs a display_name):
{
  "language_models": {
    "openai_compatible": {
      "llmapi": {
        "api_url": "https://api.llmapi.pro:99/v1",
        "available_models": [
          {
            "name": "claude-opus-4-8",
            "display_name": "Claude Opus 4.8",
            "max_tokens": 200000
          }
        ]
      }
    }
  }
}
  1. In the Agent Panel settings, enter the API Key (sk-...) for the llmapi provider — stored in your system keychain, not in settings.json.

Notes

Client not listed? Any "OpenAI-compatible" app works: Base URL = https://api.llmapi.pro:99/v1, key = your sk-..., type the model name. Or email [email protected].
Need help? Email [email protected] · Home