What problem does it solve?
OmniRoute Image generation removes the hassle of manually switching between image providers by routing your OpenAI-compatible image requests through a single endpoint with automatic fallback when a provider fails or a model is unavailable.
Core Features & Use Cases
- Text-to-image generation: Create images from prompts using the OpenAI-style /v1/images/generations endpoint.
- Image edits with masks: Modify existing images via the /v1/images/edits endpoint for targeted changes.
- Variations: Generate new versions of an image using the /v1/images/variations endpoint.
- Use case: You want a set of consistent product mockups—generate from a prompt, then iterate by editing masked regions, and finally produce variations for multiple options.
Quick Start
Send a POST request to $OMNIROUTE_URL/v1/images/generations with Authorization: Bearer $OMNIROUTE_KEY and a prompt, model, and size payload to generate images with fallback.