One endpoint · open models · pay by card or crypto, no KYC

One OpenAI-compatible inference API. Cheap, drop-in.

Open models — Kimi-K2.6, Qwen3-235B, MiniMax-M2.7 — through a single endpoint. Pay by card or crypto, no subscription. Free key in 30 seconds.

Pay by card or crypto. No subscription. 30 seconds to your first response.

Your base URL:
https://router.mingles.ai/v1

Plug-and-play

Anything that says “OpenAI-compatible” works. One URL, one key, that's the integration.

💸

Cheap, no subscription

Per-token pricing well below the public-API median. Pay by card or crypto — top up only what you use.

🛠

Agents-first

Tool-calling, streaming, request tracing — everything Cursor/Cline/OpenClaw need just works.

One minute, if you do code

The official OpenAI SDK works as-is. Change one variable.

from openai import OpenAI

client = OpenAI(
    base_url="https://router.mingles.ai/v1",
    api_key="sk-your-free-key",
)

resp = client.chat.completions.create(
    model="moonshotai/Kimi-K2.6",
    messages=[{"role": "user", "content": "Make me a startup name."}],
)
print(resp.choices[0].message.content)

Need Node / curl / Cursor / Cline / n8n? See all configs →

100 % open source.

Read the code, fork it, self-host it. We publish the router under a permissive license.

View on GitHub

Frequently asked questions

Do I need to know how to code?

No. Most of our users run no-code agents (n8n, OpenClaw) or vibecoding tools (Cursor, Cline). The API key is a single line in a settings screen — that's the deepest you need to go.

What apps can I plug it into?

Anything that supports an "OpenAI-compatible API" or "custom base URL": Cursor, Cline, Continue, Aider, OpenClaw, n8n, LibreChat, Open WebUI, Jan, LM Studio, and more.

How is this different from ChatGPT?

ChatGPT is a chat app for one user. We are an API — the engine that powers apps and agents. If you only want to chat, use ChatGPT or our /app console. If you want apps and bots to think, you want this.

How do I pay?

Top up your balance with a card or crypto in the console — no KYC, no subscription. Billing is per token.

Where can I see the code?

The router is open source: github.com/MinglesAI/gonka-proxy. Fork it, self-host it, or just read how it works.

Get your free key and start building.

30-second sign-up. Pick your tool. Paste the key. Ship.