Coming Soon
Z
Zed
High-performance AI code editor
Configure ONE as a custom OpenAI-compatible provider in Zed's AI assistant. Fast, collaborative editing powered by ONE's decentralized GPU network.
What the integration will enable
- —Zed AI inline completions and chat via ONE's network
- —Free daily completions via $ONE stake credits
- —Full model catalog available in Zed's assistant
- —Low-latency inference from the nearest ONE GPU worker
Manual setup
works todayONE speaks the OpenAI-compatible API — you can connect any tool that supports a custom base URL right now.
1Add to your Zed settings.json
{
"language_models": {
"openai": {
"api_url": "https://api.onecompute.xyz/v1",
"available_models": [
{
"name": "one/claude-sonnet",
"display_name": "ONE — Claude Sonnet",
"max_tokens": 200000
}
]
}
}
}2Set your API key in Zed's credential store
# Zed will prompt for the key on first use, or set via env: export OPENAI_API_KEY=<your ONE session key>
Official integration in progress
The first-class Zed plugin is being built. Follow @onecomputexyz for updates.