⚡ JankRouter

Free & occasionally unstable AI model gateway — you get what you pay for.

📡 POST /v1/chat/completions

curl http://jankrouter.waifly.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Hi"}]}'

🎨 POST /v1/images/generations

curl http://jankrouter.waifly.com/v1/images/generations \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-image-2","prompt":"A cat astronaut in space","size":"1024x1024"}'

🔑 Pro Models

Some models require a Pro API Key created by Marcos F R Games. You can pass it in the Authorization: Bearer <token> header or directly in the pro parameter.

🚫 No Stream Models

Some models do not support streaming. If you request streaming on these models, you'll receive an error.

⚡ GET /generate/:text

http://jankrouter.waifly.com/generate/Hello?model=deepseek-v4-flash

🧠 Chat Models

🎨 Image Models