Documentation

Everything you need to integrate with the AllRoutes.ai API Gateway.

Quick Start

# Use any OpenAI-compatible SDK — just change the base URL
curl https://api.allroutes.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

AllRoutes.ai is fully OpenAI-compatible. Replace your base URL and you're set.

Getting Started

API Reference

Features

SDKs

Guides