Skip to content

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:

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:

Open Apifox API Reference

Before You Call the API

ItemValue
API key consolehttps://omnirouters.com/keys
Base URLhttps://omnirouters.com/v1
AuthenticationAuthorization: Bearer <your-api-key>
Request formatUsually Content-Type: application/json
  1. Read the Platform Overview page.
  2. Complete your first request with Quick Start.
  3. Review the Usage Guide.
  4. Read the LLM Text Generation section if your use case is chat or text generation.
  5. Read Omni-Video API or Omni-Image API if your use case is video or image generation.
  6. Open the Apifox API Reference for endpoint-level details.

Common Capability Areas

CapabilityWhat to Look For
ChatConversation and text generation endpoints
ImageText-to-image and image editing endpoints
VideoText-to-video, image-to-video, and asset video endpoints
SpeechText-to-speech and voice generation endpoints
MusicSuno and music generation workflows
EmbeddingsVector generation endpoints
RerankCandidate reranking endpoints

If you are unsure which endpoint to use, send the use case and model name to Support.