API Reference
Use this page as the entry point for OmniRouters API documentation. OmniRouters provides unified access to multimodal AI capabilities such as chat, image, video, speech, music, embeddings, and rerank.
The complete endpoint catalogue is maintained in Apifox. This site provides the onboarding path, integration notes, and links to the full reference.
LLM Text Generation
If you are integrating chat, text generation, or reasoning workflows, start with the dedicated LLM protocol pages:
- LLM Text Generation overview
- OpenAI Chat Completions
- OpenAI Responses
- Claude Messages
- Gemini Generate Content
- Protocol Comparison
OmniRouters supports OpenAI-compatible requests across all enabled models. If you are unsure which protocol to use, start with OpenAI-compatible routes first.
Video and Image Generation
If you are integrating text-to-video, image-to-video, image generation, or reference-image workflows, start with these pages:
- Omni-Video API: compatible video creation routes, minimal text-to-video/image-to-video examples, and top-level request fields.
- Omni-Image API: standard image generation, minimal reference-to-image examples, and top-level request fields.
Full Endpoint Reference
Open the full API reference when you need endpoint parameters, request examples, response schemas, or capability-specific details:
Before You Call the API
| Item | Value |
|---|---|
| API key console | https://omnirouters.com/keys |
| Base URL | https://omnirouters.com/v1 |
| Authentication | Authorization: Bearer <your-api-key> |
| Request format | Usually Content-Type: application/json |
Recommended Path
- Read the Platform Overview page.
- Complete your first request with Quick Start.
- Review the Usage Guide.
- Read the LLM Text Generation section if your use case is chat or text generation.
- Read Omni-Video API or Omni-Image API if your use case is video or image generation.
- Open the Apifox API Reference for endpoint-level details.
Common Capability Areas
| Capability | What to Look For |
|---|---|
| Chat | Conversation and text generation endpoints |
| Image | Text-to-image and image editing endpoints |
| Video | Text-to-video, image-to-video, and asset video endpoints |
| Speech | Text-to-speech and voice generation endpoints |
| Music | Suno and music generation workflows |
| Embeddings | Vector generation endpoints |
| Rerank | Candidate reranking endpoints |
If you are unsure which endpoint to use, send the use case and model name to Support.
