Tool Integration

Zed Editor

Configure Zed Agent with an OpenAI-compatible provider that points to Ling.AI.

Base https://api.lingapi.ai/v1

Quick checklist

  1. Open Agent Settings with agent: open settings.
  2. In LLM Providers, add a provider named Ling.AI.
  3. Set API URL to https://api.lingapi.ai/v1 and add model ids returned by /v1/models.
  4. Enter the API key through Zed credentials storage, not settings.json.

External agents

Zed External Agents such as Claude Code and Codex CLI own their own credentials. Configure those tools on their own Ling.AI pages.

CC Switch

Zed Editor is not one of the CC Switch app-specific providers in the current public support list. Configure Zed Agent directly in Zed.

Validation

Select the Ling.AI model in Zed Agent, send a short prompt, then verify Ling.AI request status and billing records.

Example

Example
{
  "language_models": {
    "openai_compatible": {
      "Ling.AI": {
        "api_url": "https://api.lingapi.ai/v1",
        "available_models": [{ "name": "<model id from /v1/models>" }]
      }
    }
  }
}