What is Void?
Void is an open-source fork of VS Code with a privacy-first, zero-relay design: your prompts and key go straight from the editor to the model endpoint, with no third-party server in between. It supports OpenAI Compatible providers, which is exactly how Tokonomix plugs in.
Void’s active development is paused, but the last release works and the configuration below still applies — a clean option if you want a direct-to-endpoint editor.
Why route Void through Tokonomix?
- Zero-relay + Tokonomix means your key goes straight to the endpoint — nothing logs your prompt in between.
- One key, 130+ models in the provider’s model field.
- Use
tokonomix-consensusfor multi-file architecture questions, a direct slug for quick edits. - Per-call spend caps and region / origin routing still apply.
Connect Tokonomix to Void
In Void’s settings, add an OpenAI Compatible provider and fill in three fields.
# Void → Settings → AI → Provider → OpenAI Compatible
API Base URL : https://tokonomix.ai/api/v1
API Key : tok_live_your-key
Model : tokonomix-consensus # or any slug from GET /api/v1/modelsVerify it works
- Select the OpenAI Compatible provider, paste the Base URL, key and a model slug.
- Ask Void a question or request an edit.
- Confirm the call and token usage in your Tokonomix dashboard.

