MiloRouterDocs
Getting started

Start using MiloRouter

Use one API key to access multiple AI models. Follow this short path to add credit, choose a model, create a key, and send your first request.

Recommended path

Your first request in four steps

About 5 minutes
Minimal request

A familiar OpenAI-compatible request

Replace the example key and model ID with your own values. Copy a currently available model ID from the model plaza.

Security reminderNever share a complete API key in chats, screenshots, or public repositories.
curl
curl https://milorouter.com/v1/chat/completions \
  -H "Authorization: Bearer $MILOROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "your-model-id",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
Choose your path

Open the guide for your workflow