DEV Community

Daniel Dong
Daniel Dong

Posted on

New on AIBridge: Kimi K3 (1M Context) and GitHub OAuth Login

Two things shipped this week:

Kimi K3

A reasoning model that doesn't ask you to turn on "think mode."

1M context window. Always reasoning. No toggle.

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":"Analyze this codebase for security bugs"}]
)
Enter fullscreen mode Exit fullscreen mode

Drop a repo. Get a review. No prompt engineering.

GitHub OAuth

Registration went from 4 steps to 1 click.

Email → password → verification code? Replaced by: GitHub → authorize → done.

5 seconds. Same 500K free tokens. Same 15 models.


One key. 15 Chinese AI models (DeepSeek, Qwen, GLM, Kimi K3).
Free to start. No credit card.

aibridge-api.com/playground.html (try K3, no signup)
aibridge-api.com/register.html (GitHub login, one click)

1

2

3

4

5

Top comments (0)