DEV Community

Daniel Dong
Daniel Dong

Posted on

One key. One endpoint. 14 models.

Stop managing 4 API accounts to use 4 models.

One key. One endpoint. 14 models.

import openai
client = openai.OpenAI(
api_key="mb-xxx",
base_url="https://aibridge-api.com/v1"
)

DeepSeek, Qwen, GLM, Moonshot — all OpenAI-compatible.
Streaming, function calling, JSON mode built in.
Free 500K tokens/month to start.

aibridge-api.com

1

2

3

4

5

Top comments (0)