Tool Integration
Zed Editor
Configure Zed Agent with an OpenAI-compatible provider that points to Ling.AI.
Base
https://api.vip.lingapi.ai/v1
Quick checklist
- Open Agent Settings with agent: open settings.
- In LLM Providers, add a provider named Ling.AI.
- Set API URL to https://api.vip.lingapi.ai/v1 and add model ids returned by /v1/models.
- 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.vip.lingapi.ai/v1",
"available_models": [{ "name": "<model id from /v1/models>" }]
}
}
}
}