Skip to main content

What is Routify?

Routify is a unified API gateway that provides OpenAI-compatible access to multiple LLM providers — with usage tracking, billing, and smart routing.

Base URL

https://api.routify.ru

Authentication

All API requests require a Bearer token in the Authorization header.
Authorization: Bearer $ROUTIFY_API_KEY

Example

curl https://api.routify.ru/v1/models \
  -H "Authorization: Bearer $ROUTIFY_API_KEY"

Supported Endpoints

EndpointDescription
POST /v1/chat/completionsOpenAI-compatible chat completions
POST /v1/responsesNative OpenAI Responses API proxy
GET /v1/modelsList available models
GET /healthzHealth check