Gonka AI x Claude Code #999
Dankosik
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
What we built
We made
@gonkagate/claude-code, a small open source installer for people who want to use Claude Code with Gonka through GonkaGate.It solves a boring problem on purpose. Most people do not want to export env vars by hand, edit shell profiles, or create a
.envfile just to get Claude Code talking to a gateway.So we kept the flow short. You run one command, enter a
gp-...API key in a hidden prompt, choose a model, choose a scope, and then Claude Code is ready to use.Why we built it
The gateway setup itself is not especially hard. The annoying part is first-time setup in Claude Code.
That is the part people still end up wiring by hand more often than they should. If someone already has a
gp-...API key, getting to a normalclaudeworkflow should not involve touching shell config.Quick start
What the installer does
gp-...API keyuserorlocalscope.envfilesGateway host and transport
Under the hood, the installer points Claude Code at the GonkaGate gateway host:
https://api.gonkagate.comFor Claude Code, that means the Anthropic-compatible endpoint on that host.
The same GonkaGate host also serves OpenAI-compatible
/v1/*routes for OpenAI-style clients, but this installer is specifically for Claude Code. It sets up the Claude-side Anthropic flow and leaves the OpenAI path alone.Models right now
We are keeping the public Claude Code model list small for now, but one detail is worth making explicit.
GonkaGate does not decide which models exist on Gonka Network. As an OpenAI-compatible provider and an Anthropic-compatible provider, we serve what is actually available in the network.
So the model list in this installer is not a custom catalog we fully control. It is a curated list of network-available models that we have patched into this Claude Code flow.
Right now there is one supported option:
qwen3-235b.As new models show up in Gonka Network, we will patch the utility and add them here.
Demo
More links
Feedback
If you are using Gonka with local coding tools, the feedback we would care about most is:
If anything in the setup still feels awkward in practice, that is what we want to hear about. We will keep adjusting it based on what people actually run into.
Beta Was this translation helpful? Give feedback.
All reactions