🚧 Work in Progress - This extension is under active development.
Zed IDE extension for Puter.com AI models. Access Claude, GPT, Gemini, DeepSeek, and 500+ more AI models directly in Zed's Agent Panel.
- 500+ AI Models - Claude Opus 4.5, GPT-5.2, Gemini 2.5 Pro, DeepSeek R1, and more
- 400+ FREE Models - OpenRouter free tier models with no cost
- Automatic Fallback - When premium models are rate-limited, falls back to free alternatives
- No API Keys - Just sign in with your Puter account
- Free Tier - Try before you buy with Puter's free credits
- Open Zed
- Press
Ctrl+Shift+X(orCmd+Shift+Xon macOS) to open Extensions - Search for "Puter"
- Click Install
- Clone this repository
- In Zed, open the command palette (
Ctrl+Shift+PorCmd+Shift+P) - Run
zed: install dev extension - Select the
zed-puterdirectory
Before using this extension, you need to authenticate with Puter:
npx opencode-puter-auth loginThis opens a browser window to sign in with your Puter account.
Add to your Zed settings (~/.config/zed/settings.json):
{
"context_servers": {
"puter": {
"settings": {
"default_model": "claude-opus-4-5",
"fallback_enabled": true,
"debug": false
}
}
}
}| Setting | Type | Default | Description |
|---|---|---|---|
default_model |
string | "claude-opus-4-5" |
Default AI model to use |
fallback_enabled |
boolean | true |
Fall back to free models when rate limited |
debug |
boolean | false |
Enable debug logging |
| Model ID | Description |
|---|---|
claude-opus-4-5 |
Best coding model in the world |
claude-sonnet-4-5 |
Balanced performance |
gpt-5.2 |
Latest OpenAI model |
google/gemini-2.5-pro |
1M context window |
deepseek-r1 |
Advanced reasoning |
| Model ID | Description |
|---|---|
openrouter:xiaomi/mimo-v2-flash:free |
#1 on SWE-bench |
openrouter:deepseek/deepseek-r1-0528:free |
o1-level reasoning |
openrouter:mistralai/devstral-2512:free |
Agentic coding |
openrouter:qwen/qwen3-coder:free |
480B coding model |
This extension provides the following MCP tools to Zed's Agent:
- puter-chat - Chat with AI models through Puter.com
- puter-models - List all available AI models
- puter-account - Show current account information
- Rust (via rustup)
- Node.js 20+
# Build the extension
cargo build
# For release
cargo build --release- Build the extension
- In Zed, run
zed: install dev extension - Select this directory
- opencode-puter-auth - OpenCode plugin for Puter AI models
MIT - See LICENSE
Made with ❤️ by @chindris-mihai-alexandru