Docs / Zed
Zed
OpenAI-compatible (with /v1)
High-performance Rust editor with a built-in AI assistant.
Base URL
https://api.llmapi.pro:99/v1API Key
sk-... (create in Console → API Keys)Recommended
claude-opus-4-8 · claude-sonnet-4-6 · claude-haiku-4-5Setup steps
- Configure an OpenAI-compatible endpoint in Zed's
settings.json(useopenai_compatible, notopenai; each model needs adisplay_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
}
]
}
}
}
}- In the Agent Panel settings, enter the API Key (
sk-...) for thellmapiprovider — stored in your system keychain, not in settings.json.
Notes
- Base URL includes
/v1. The provider key (herellmapi) is arbitrary and shows up in the model picker.
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