DEV Community

Daniel Dong
Daniel Dong

Posted on

Kimi K3 + GitHub Login — now live on AIBridge

Two things just went live on my API gateway:

Kimi K3 — 1M context, always reasoning

No toggle. No "think step by step." It just thinks.

1M context window. 4x Claude, 8x GPT-4o.
Drop a whole codebase in one prompt.

import openai
client = openai.OpenAI(
api_key="mb-xxx",
base_url="https://aibridge-api.com/v1"
)
client.chat.completions.create(
model="kimi-k3",
messages=[{"role":"user","content":"Review this entire repo for bugs"}]
)
Enter fullscreen mode Exit fullscreen mode

GitHub OAuth — one click, no password

Email → password → 6-digit code? Gone.

Now it's: click GitHub → authorize → dashboard.

Registration time: ~5 seconds.


15 Chinese AI models (DeepSeek, Qwen, GLM, Kimi K3).
One OpenAI-compatible endpoint. One API key.

Free 500K tokens/month. Try K3 with no signup:
→ aibridge-api.com/playground.html

Or skip the email form entirely:
aibridge-api.com/register.html

1

2

3

4

5

Top comments (0)