What Is Mira Network?
Mira Network SDK is your unified interface to the world of AI language models, providing a seamless way to integrate multiple language models while offering advanced routing, load balancing, and flow management capabilities.What You Get
- One unified API — a single, OpenAI-style
chat/completionsendpoint for every model. - Model routing — switch between models by name; no provider-specific code.
- Streaming — token-by-token responses for real-time interfaces.
- Usage tracking & credits — every request is metered against one balance you can monitor.
- Python SDK + REST — an async-first
mira-networkclient, or plain HTTP for any language.
How It Compares
| Mira Network | Per-provider integration | |
|---|---|---|
| Models | One API for many | A separate API for each |
| Switching models | Change one string | Re-integrate each provider |
| Billing | One credit balance | Separate invoices |
| Response format | Consistent across models | Differs per provider |
| Streaming | Built in | Per-provider handling |
What You’ll Need
- Python 3.8+ to use the SDK — or any HTTP client to call the REST API directly.
- A Mira API key — sign up at console.mira.network and create a key (keys start with
sk-mira-). - Credits on your account to cover model usage.
Next Steps
Install the SDK
Install and configure the Mira Network Python SDK.
Quickstart
Make your first API call in a few minutes.

