Point your OpenAI client at zedmux and route to any provider. Usage, credits, and rate limits handled. No SDK swap, no lock-in.
zedmux speaks the OpenAI API. Swap base_url and every model in the catalog is reachable through the same key.
1from openai import OpenAI23client = OpenAI(4 base_url="https://api.zedmux.tech/v1",5 api_key="sk-zm-…"6)78r = client.chat.completions.create(9 model="zm/claude-sonnet-4.5",10 messages=[{"role":"user", "content":"Hi"}],11)From key to first routed completion. No dashboard tour required.
Access the best AI models through one endpoint with transparent pricing and reliable performance.