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.





Top comments (0)