Skip to content

rout.my documentation

rout.my exposes a unified API for chat, embeddings, image generation, video generation, and compatibility formats used by popular clients. The docs are written around endpoint behavior instead of model preference: choose any model available to your account and pass its exact id from GET /v1/models.

Base URLs

PurposeURL
OpenAI-compatible APIhttps://api.rout.my/v1
Gemini-compatible APIhttps://api.rout.my/compatible/v1beta
Anthropic-compatible APIhttps://api.rout.my/v1
Embed image URLshttps://api.rout.my/embed

Main endpoints

EndpointMethodWhat it does
/v1/modelsGETLists model IDs visible to your account.
/v1/chat/completionsPOSTOpenAI-style chat, tools, vision input, streaming, and image-capable chat models.
/v1/responsesPOSTOpenAI Responses-style request shape for agents and Codex-like clients.
/v1/embeddingsPOSTText embeddings for search, retrieval, clustering, and similarity.
/v1/images/generationsPOSTOpenAI-style image generation endpoint.
/v1/video/generationsPOSTSynchronous video generation endpoint.
/embed/image:{model}GETReturns raw image bytes for direct use in HTML or Markdown.

Start here

Model IDs

The examples use neutral placeholders such as provider/model-id. Replace them with an exact id returned by GET /v1/models or copied from the dashboard.

API documentation for rout.my.