RelaynOne key. Every model.
OpenAI-compatible gateway

One API key for every frontier model.

Point any OpenAI client at Relayn and call models from several providers through a single key. Every request is metered: tokens, latency, cost and status land in a usage log you can search — so you can see where the budget went instead of guessing.

Models enabled
33
Providers wired
7
Largest context
1M tokens
Free tier
250K tokens / month

What happens on every request

The gateway runs the same ordered checks for every call. Nothing reaches an upstream provider until the key, the account, the budget and the model have all cleared.

  1. 01

    Key check

    The bearer token is SHA-256 hashed and compared in constant time. Revoked keys stop working immediately.

  2. 02

    Account & plan

    Suspended accounts and inactive subscriptions are refused before any upstream call is made.

  3. 03

    Allocation

    Remaining tokens are checked against the plan allocation, so an exhausted budget fails fast with 402.

  4. 04

    Model authorisation

    The requested model must exist, be enabled, and be permitted on the caller's plan.

  5. 05

    Routing

    The model's provider adapter is selected at runtime. Upstream credentials stay server-side.

  6. 06

    Accounting

    Prompt and completion tokens, latency, cost and status are written to the usage log per request.

  • Chat22
  • Reasoning8
  • Coding2
  • Vision1

Drop-in compatible

Change the base URL and the key. The request and response bodies match the OpenAI Chat Completions shape, streaming included, and there is an Anthropic-dialect endpoint at POST /v1/messages for clients that prefer it.

request.sh
curl https://bandidoz.biz.id/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer rly_live_YOUR_API_KEY" \
  -d '{
    "model": "relayn-sandbox-chat",
    "messages": [
      { "role": "user", "content": "Explain rate limiting in one sentence." }
    ]
  }'

Base URL for this deployment: https://bandidoz.biz.id/v1. Create an account to mint a key and read the full reference — error codes, rate limits and response headers are documented per endpoint.

Plans

Allocations and rate limits are enforced by the gateway, not just displayed here. The monthly tiers are not billed — switching between them applies immediately and no card is ever charged. Unlimited is the one thing that costs money: a single Rp5.000 QRIS payment that never renews.

Free

Free

Kick the tyres on every open model.

  • ·250K tokens / month
  • ·Open-weight + budget models
  • ·1 API key
  • ·Community support

20 req/min · 1 keys

Choose this plan →

Pro

$20 /month

For solo builders shipping real traffic.

  • ·5M tokens / month
  • ·Frontier chat + reasoning models
  • ·10 API keys
  • ·Streaming + tool calls
  • ·Email support

60 req/min · 10 keys

Choose this plan →

Business

$99 /month

Team-scale throughput with spend controls.

  • ·25M tokens / month
  • ·Full catalogue incl. vision + embeddings
  • ·Unlimited API keys
  • ·Per-key usage breakdown
  • ·Priority support

300 req/min · unlimited keys

Choose this plan →

Enterprise

Custom

Dedicated capacity and contractual guarantees.

  • ·250M tokens / month
  • ·Private model routing pools
  • ·SSO + audit export
  • ·99.9% uptime SLA
  • ·Dedicated support channel

1,200 req/min · unlimited keys

Talk to us →

Unlimited

one-time

$0.10 once

One payment. Every model. No token ceiling, ever.

  • ·Permanent access — no renewal, no expiry
  • ·All available models, including paid tiers
  • ·API access
  • ·Streaming
  • ·Unlimited API keys

1,200 req/min · unlimited keys

Buy for Rp5.000 →