What problem does it solve?
It solves the problem of generating high-quality AI images reliably across different vendors while handling authentication, references, costs, and reproducible outputs.
Core Features & Use Cases
- Authentication-aware multi-vendor dispatch: routes image generation to only the vendors that are available and authenticated, with strict behavior for multi-vendor comparisons.
- Reference-image support: accepts attached/explicit image paths (where supported) and ensures they are forwarded as structured references instead of being re-described.
- Reproducible output manifests: writes generated images plus a
manifest.json capturing prompt, vendor/model, and strategy attempts.
- Cost and safety guardrails: enforces input validation, cost confirmation at/above a threshold, and clear exit codes for safety, auth, invalid input, and timeouts.
- Use cases: illustration and concept art, product/marketing visuals, mockups, and A/B vendor comparisons for the same prompt.
Quick Start
Generate an illustration by running oma image generate with your prompt, using automatic vendor selection and default settings.