LEAPERone Docs

LEAPERone

Unified AI API Gateway

One API Key, access all major AI models.

Your first API call
curl -X POST https://api.leaper.one/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{"model":"auto","messages":[{"role":"user","content":"Hello!"}]}'

What is LEAPERone?

LEAPERone is a unified AI API gateway. Use a single API key to access chat completions, image generation, audio transcription, and more.

  • OpenAI-compatible — drop-in replacement, no code changes needed
  • Pay-as-you-go — transparent credit-based billing
  • CLI & Dashboard — manage keys, check balance, view usage

Next Steps