honest, open coding inference — a real free model, GPU-fast paid tiers, and the truth about what it does with your words
1 · Free, no key — point any OpenAI-compatible client at https://coder.vaked.dev/v1:
curl https://coder.vaked.dev/v1/chat/completions \
-d '{"model":"qwen3-coder:30b","messages":[{"role":"user","content":"quicksort in rust"}]}'
2 · Go fast (paid) — subscribe (€10), get your
vaked_sk_… key, and hit the GPU-backed model:
curl https://coder.vaked.dev/v1/premium/chat/completions \
-H "Authorization: Bearer vaked_sk_YOUR_KEY" \
-d '{"model":"qwen3-coder-next","messages":[{"role":"user","content":"refactor this"}]}'
Free = CPU, ~19 tok/s, shared. Paid = Qwen3-Coder-Next on an H200, ~60+ tok/s. Full usage guide.
An honest, public, open-model inference endpoint. Free runs Qwen3-Coder-30B (a real dedicated coder, ~19 tok/s on CPU); paid tiers upgrade to Qwen3-Coder-Next-80B on an H200 (~60 tok/s). It is part of a small constellation of nodes that generate and serve open knowledge. The free tier is public and unauthenticated — use it kindly.
curl https://178-156-242-147.sslip.io/v1/chat/completions \
-H 'Content-Type: application/json' \
-d '{
"model": "qwen3-coder:30b",
"messages": [{"role":"user","content":"Write quicksort in Rust."}]
}'
Drop-in for any OpenAI client — set the base URL to
https://178-156-242-147.sslip.io/v1 and the model above. No key required.
Subscribe · €10 Unlimited → Subscribe · €20 Priority →
Prices are VAT-inclusive — you pay exactly €10 or €20. After checkout you're handed an API key. Opt in to the public dogfeed corpus from your account page for −€3/mo. Details: usage guide · privacy.
Because a model you can point at, read the weights of, and run on hardware you hold is different from one you rent. This one is small and slow and owned. The larger argument lives at vaked.dev and entheai.
The free tier is real compute paid out of pocket. If it's useful, sponsoring keeps the lights on and the free node fast — github.com/sponsors/peterlodri-sec. 🜂
Other things in the orbit: entropy-om.org · peterl.dev · dyad-garden.io · rustybox.io