All modalities. One key.
OpenRouter routes you to text models. OminiGate goes further — text, image, and video today, with voice on the way — billed transparently from a single balance.
- ModalitiesText · Image · Video
- PricingPublished, not negotiated
- CompatibilityOpenAI SDK drop-in
Four reasons developers ship faster with OminiGate
Built for every modality, not just text
Generate text, images, and video from one provider. Voice models on the roadmap. OpenRouter focuses on LLM routing — for the rest you still stitch together a separate stack.
One account, every model
Top up once, then call any text, image, or video model — no juggling separate API keys, dashboards, or billing accounts per modality.
Transparent pricing, no hidden markup
We publish per-token and per-call rates for every model, matched to the upstream provider. Larger volumes are negotiated openly — just get in touch.
Drop-in OpenAI compatibility
Keep the OpenAI SDK you already use. Change one line — the base URL — and you reach mainstream models across every major provider.
One key. Every modality.
A modern AI product rarely uses just one model. OminiGate handles text, image, and video calls natively — billed line-by-line in the same dashboard, funded from the same balance.
- One API key covers text completion, image generation, and video generation — no per-modality signups
- One pre-paid balance funds every call across every provider and every modality
- Per-modality usage and cost breakdown in the dashboard, updated in real time
- Voice and audio models coming soon — your existing key will work on day one
sk-omg-•••••••Built for the full LLM workflow
Automatic failover
Multi-provider routing keeps your production traffic flowing even when one upstream has an outage.
Usage dashboard
Track spend across every model, modality, and API key — drill down to individual requests in seconds.
Flexible billing
Pay-as-you-go on published rates; larger volumes can be structured with a direct agreement.
Responsive support
Real humans answer your integration questions — not a ticket queue or a forum thread.
Move from OpenRouter in three steps
Need a hand? The team replies to integration emails directly. Contact us (contact@ominigate.ai)→
Get your OminiGate key
Sign up, verify email, copy the key from the dashboard. Takes under a minute.
# Dashboard → API Keys → New
sk-omg-xxxxxxxxxxxxxxxxChange the base URL
Point your existing OpenAI SDK at OminiGate. No other code changes required.
- baseURL: https://openrouter.ai/api/v1
+ baseURL: https://api.ominigate.ai/v1Ship — add image & video later
Call any text model today. When you need images or video, the same key already works.
model: 'openai/gpt-5.4-pro'
// later ↓
model: 'bytedance/seedream-5-0-lite'Same SDKs. More models.
Keep the OpenAI SDK your code already speaks. Point it at OminiGate and mainstream models across every major provider light up — including image and video endpoints.
OpenAI-compatible API
REST + JSON, SSE streaming, tool-calling, and vision all follow the OpenAI shape.
Multi-modal endpoints
Dedicated routes for image and video — same auth, same balance, same dashboard.
Real-time usage events
Inspect per-request cost and latency right after the call returns — no delay, no sampling.
Extensive model catalogue
New provider launches land quickly — check the models page for the current roster.
from openai import OpenAI
client = OpenAI(
base_url="https://api.ominigate.ai/v1",
api_key="sk-omg-...",
)
resp = client.chat.completions.create(
model="openai/gpt-5.4-pro",
messages=[{"role": "user", "content": "Hi"}],
)curl https://api.ominigate.ai/v1/images/gpt/text2img \
-H "Authorization: Bearer sk-omg-..." \
-d '{
"model": "openai/gpt-5-image",
"messages": [{"role": "user", "content": "cat reading a book"}],
"image_config": {"aspect_ratio": "3:4"}
}'Source rates. Zero markup.
OminiGate publishes per-token and per-call pricing matched to the upstream provider. No hidden gateway fee stacked on top of the model price. For larger volume, reach out — we structure tiers openly instead of hiding them behind enterprise sales.
See full pricing→Everything in one place
What you get when a single key, a single balance, and a single dashboard cover text, image, and video — with voice on the way.
Multi-modal from day one
Hit text, image, or video endpoints with the same key, billed together. No per-modality signup, no separate dashboards to reconcile, no extra vendor relationships.
- mainstream models across every major provider
- Text, image, and video generation today
- Voice and audio on the product roadmap
- One pre-paid balance funds every modality
Gateway markup
Published rates match the upstream. Volume tiers are negotiated openly.
Drop-in compatibility
Change one URL. The SDK you already ship keeps working — across every provider.
Questions developers ask before switching
One key today. Every modality tomorrow.
Sign up, top up once, and call text, image, or video models through the same OpenAI-compatible endpoint.