Zed
API: Anthropic API · OpenAI APIOpen Zed settings (Cmd+, on macOS) and add the following to settings.json. Anthropic API is recommended — Imbutus natively uses the Anthropic Messages format:
{
"language_models": {
"anthropic": {
"api_url": "https://imbutus.com"
}
}
}Set your Anthropic API key and launch Zed:
export ANTHROPIC_API_KEY=<your-api-key>
zedOr run with an inline env var (one-time):
ANTHROPIC_API_KEY=<your-api-key> zedFor OpenAI-compatible API instead:
{
"language_models": {
"openai": {
"api_url": "https://imbutus.com/v1"
}
}
}Set your OpenAI API key:
export OPENAI_API_KEY=<your-api-key>
zed
# or inline:
OPENAI_API_KEY=<your-api-key> zedModels are discovered automatically. Available model IDs for reference:
huihui-ai/Huihui-Qwen3.5-9B-Claude-4.6-Opus-abliterated
huihui-ai/Huihui-Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated
huihui-ai/Huihui-Qwen3-Coder-Next-abliteratedYou can find your API key on the profile page.