Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.llmeasy.ru/llms.txt

Use this file to discover all available pages before exploring further.

Zed supports custom LLM providers. When using LLMEasy, choose the OpenAI route and paste a model ID from the Codex group.

Prerequisites

  • Zed installed (see Zed docs)
  • LLMEasy API Key (register here (https://www.llmeasy.ru/register))

Setup

1

Open the AI panel

Click the ✨ icon in the bottom-right corner of Zed.
2

Open settings

Open the menu in the panel and choose Settings.
3

Add a provider

In LLM Provider, click + Add Provider and choose OpenAI.
4

Fill in the LLMEasy config

FieldValue
Provider NameLLMEasy
API URLhttps://www.llmeasy.ru/v1
API Keyyour LLMEasy API Key
Model Namea Codex group model ID copied from the model plaza (https://www.llmeasy.ru/pricing)
5

Only configure extra headers when the official docs explicitly require them

The official Zed OpenAI-compatible and custom provider docs focus on api_url, available_models, and the API key. They do not list an extra User-Agent as a required LLMEasy setup step.If you are also using a custom gateway, tenant routing, observability, or caching layer, add headers only according to that upstream service’s official docs.
6

Save the provider

Click Save Provider, then select the model you configured.
7

Restart Zed

After saving the provider, restart Zed before selecting the configured model.
Check the API URL, API key, model ID, and tool version first. Do not assume User-Agent is a required LLMEasy setting.