Skip to content

Platform Overview

OmniRouters is a unified API access platform for multimodal AI capabilities. It helps developers call different model capabilities through a consistent documentation and integration entry point, including chat, image, video, audio, music, embeddings, rerank, and related generation workflows.

The goal of this documentation site is to give developers a clear starting path before they open the full endpoint reference in Apifox.

What OmniRouters Provides

AreaDescription
Unified accessUse one platform entry point to connect to multiple AI capability categories.
Multimodal coverageBrowse documentation for text, image, video, audio, music, embeddings, rerank, and more.
Integration guidanceLearn where to get an API key, which base URL to use, and how to structure requests.
Reference handoffUse the Apifox reference when you need complete endpoint parameters and response schemas.

Core Concepts

API Key

API requests use bearer token authentication. You can create and manage API keys in the OmniRouters console:

Open API Key Console

Base URL

Use the following base URL for API requests:

text
https://omnirouters.com/v1

Model Names

Model names should match the models available in your OmniRouters account and in the API reference. If a request fails because of the model name, check whether the model is enabled and whether the name exactly matches the reference.

API Reference

This docs site gives you the onboarding path. The full endpoint list, parameter definitions, and response examples remain available in Apifox:

Open Apifox API Reference

  1. Read the Quick Start page to complete your first request.
  2. Review the Usage Guide page for authentication, model names, async tasks, billing, and error handling.
  3. Open the API Reference page when you need endpoint-level details.