Zed IDE
Zed IDE Setup Guide
Add UnoRouter as a custom OpenAI-compatible provider in Zed and the built-in agent handles the rest.
Overview
Zed has a built-in agent panel. Add UnoRouter as a custom OpenAI-compatible provider and Zed handles the rest.
Quick Config
Drop these values into the client. Your key auto-fills when you are signed in.
text
Base URL: https://api.unorouter.ai/v1
API Key: YOUR_API_KEYCompatibility
Chat CompletionsStreamingTool calling
Step-by-step setup
- 1Open the Zed assistant
Open Zed and reveal the assistant panel from the right sidebar.
- 2Open agent settings
Click the assistant cog and go to Add Provider in the top right.
- 3Configure the provider
Pick the OpenAI-compatible option and use these values.
textProvider ID: unorouter Display name: UnoRouter Base URL: https://api.unorouter.ai/v1 API key: YOUR_API_KEY - 4Pick a model
Select your new UnoRouter provider in the model picker and choose any model from the catalog. Zed streams the response right inside the editor.
Recommended models
Free models that work well here. Paste any model id into the client.
qwen3.6-27bmistral-code-latestmistral-nemo-instruct-2407mistral-mediumvoxtral-mini-2507
Gotchas
- Zed expects the provider ID to be lowercase letters, numbers, hyphens, or underscores.
- The API key is optional in the form because some users authenticate via headers, but for UnoRouter paste your real key.