One key · 5 modalities · 30 models

One key
Every modality

Chat, image, video, speech, and transcription — one OpenAI-compatible API, one bill, and the real cost in every response.

relayx.timor419.com
# streaming chat completion
$ curl .../v1/chat/completions -d '{"model":"claude-4-7-sonnet"...}'

  data: {"choices":[{"delta":{"content":"你好"}}]}
  data: {"choices":[{"delta":{"content":" 👋"}}]}
  data: [DONE]

  x-relayx-model: anthropic/claude-4-7-sonnet
  x-relayx-cost-usd: 0.000002what this call cost
30
models, one base_url
5
modalities, one key
149
TTS voices
6dp
USD precision, billed per call

Real output

Generated by the same API

Real output from real calls — image, video, and speech, all made through RelayX.

Generated image: a matte-black access card embossed with RelayX
Imagerx-image-z
Videorx-video-ltx

Real-time synthesis, straight from /v1/audio/speech.

Speechvox/index-tts-2

Five routes

One envelope across five modalities

LLManthropic/claude-4-7-sonnetStream from Anthropic, OpenAI, Google, DeepSeek, Qwen.
IMAGErx-image-fluxText-to-image and image-edit, served straight from our own R2.
VIDEOrx-video-ltxImage-to-video clips — async by default, or block for short ones.
TTSvox/index-tts-2149 voices. Voice cloning included.
ASRalibaba/paraformer-v2Word-level timestamps. Speaker diarization.

Swap base_url. That’s it

curl https://relayx.timor419.com/v1/chat/completions \
  -H "Authorization: Bearer $RELAYX_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthropic/claude-4-7-sonnet",
    "messages": [{"role":"user","content":"Hi"}],
    "stream": true
  }'

Why RelayX

Cost in every response

Read X-RelayX-Cost-Usd on every call; reconcile any window with GET /v1/usage.

OpenAI-compatible

Swap base_url and your existing SDKs keep working.

CN-friendly egress

Frontier models stay reachable from mainland China.

Outputs on our domain

Images, audio and video come back as URLs on our own R2 — your code never sees an upstream link.

Pay per call

Real prices, margin included

anthropic/claude-4-7-sonnet$3.30 / $16.50in / out · 1M tokens
deepseek/deepseek-v4-flash$0.15 / $0.31in / out · 1M tokens
rx-image-flux$0.0025per image
rx-video-ltx$0.02per second

Five minutes

From sign-in to first call

  1. 01

    Sign in with Google

  2. 02

    Create an API key

  3. 03

    Make a request

Built for shipping

Sign in with Google. Top up. Send your first request.

Open dashboard