Live infrastructure
Premium AI. One API.
Access the world's most powerful AI models through one unified, OpenAI-compatible API. Input tokens are free.
150,000 free credits daily
example.py
from openai import OpenAI
client = OpenAI(
base_url="https://api.raux.one/v1",
api_key="sk-raux-your-key-here"
)
response = client.chat.completions.create(
model="gemini-2.5-flash",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Built for developers
Input Tokens Free
Only pay for output tokens. Send unlimited context without worrying about costs.
OpenAI Compatible
Drop-in replacement for OpenAI SDK. Change one line and you're ready.
20+ Models
Claude, Gemini, DeepSeek, Qwen, GLM, Kimi โ all through one API key.
Streaming Support
Full SSE streaming support. Tokens arrive instantly, no waiting.
Privacy First
Your data passes through but is never logged, stored, or used for training.
High Availability
Multi-region deployment with automatic failover. Real-time status page.
How credits work
credits = output_tokens ร multiplier
Input tokens are completely free โ send unlimited context!
Lite
x1
flash, deepseek, kimi, glm
Standard
x2-3
haiku, qwen-235b, gemini-pro
Premium
x4-5
sonnet, gemini-3.1-pro
Ultra
x8
opus