Orux AI
Documentation

Introduction

Orux AI is a single OpenAI-compatible gateway in front of every frontier AI model.

Point any OpenAI SDK at https://orux.top/api/v1, hand it an Orux AI API key, and you get unified access to Claude, GPT, Gemini, Veo, Sora, Suno and 100+ more — with one bill, one observability layer, and built-in failover.

What you get#

OpenAI-compatible

Chat, images, video and music — all under /api/v1, all with the schema you already know.

100+ models, one API

Claude, GPT, Gemini, Grok, Veo, Sora, Suno, Midjourney, Flux, Kling and more — by short model id, no per-provider plumbing.

Automatic failover

Multi-channel routing with circuit breakers, retries and queueing. If a provider blinks, you do not.

Honest pricing

Every model has a public Credits price. 1 USD = 200 Credits. No hidden margin in token math.

Production defaults

Streaming, tool calls, JSON mode, async tasks, HMAC-signed webhooks — all on by default.

Base URL#

All endpoints live under a single base URL. Pass your API key as a Bearer token in the Authorization header.

Base URL
https://orux.top/api/v1

Five-minute integration#

  1. Sign up at orux.top/register and grab 200 free Credits.
  2. Create an API key in the dashboard. Keys are AES-GCM encrypted at rest — you can reveal the full secret any time from the key list (eye icon).
  3. Pick a short model model id from /docs/models (e.g. claude-opus-4.7, gpt-5.5, deepseek-v3.1).
  4. Point your OpenAI SDK at https://orux.top/api/v1 and ship.

How pricing works#

Orux AI prices every model in Credits. 1 USD = 200 Credits, fixed. Credits never expire. The dashboard shows real-time spend and per-model breakdowns. Minimum top-up: $10 / ¥50.

1 USD
200 Credits
1 CNY
28 Credits
Expiration
Never
Free on signup
200 Credits
OpenAI-compatible
Orux AI implements the OpenAI REST surface plus a Tasks API for long-running jobs. Drop in your existing SDK and change the base URL.

Where to next#