Skip to content
Void editor logo

Void via Tokonomix

Point Void’s OpenAI Compatible provider at Tokonomix — 130+ models and consensus on one key, with a zero-relay, direct-to-endpoint design.

OpenAI Compatible providerOpen-source IDE (VS Code fork)Apache-2.0 · open sourcemacOS · Windows · Linux
Void — open-source VS Code fork, via Tokonomix

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.

Project status

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-consensus for 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/models

Verify 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.

Model selection

Which model and endpoint should my agent use?

Pick by what your agent does, then swap the model id any time — every model in the catalog works through the same key.

What your agent doesUse this
Edits files / calls tools and streams responses (most coding agents)An Anthropic model via the Anthropic endpoint (tools + streaming both work)
Calls tools but does not need streaming (any model)The OpenAI-compatible endpoint with a single model id
Wants tools and streaming on a non-Anthropic modelRun non-streaming for now — streaming tool-calls on other providers is not enabled yet
Plain chat, no toolsEither endpoint; streaming is fine
Wants a cross-model verdict (consensus) on a high-stakes answerSet model to tokonomix-consensus on the OpenAI-compatible endpoint — note: consensus rejects tool requests (no tool-calling)
Endpoint & API reference (technical)

anthropic-messages → https://tokonomix.ai/api/anthropic — tools ✓, streaming ✓ (use an Anthropic model). openai-completions → https://tokonomix.ai/api/v1 — tools ✓ (single-model passthrough), streaming with tools not yet enabled. Plain chat: streaming works on both. Consensus: openai-completions, model tokonomix-consensus, no tools. Swap the model id to any slug returned by GET /api/v1/models.

Browse all models →

Related agents