Get credit
Buy a redemption code and redeem it in the dashboard.
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.
Replace the example key and model ID with your own values. Copy a currently available model ID from the model plaza.
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"}]
}'