Private beta
One endpoint.
Every provider.
RAIS Cloud is a hosted AI gateway that normalizes OpenAI, Anthropic, Groq, and Gemini into a single RAIS Protocol v1 stream.
Quick start — 2 steps
# 1. Get a free key — instant, no card
→ react-ai-stream-playground.vercel.app/cloud
# 2. Add one line to your app
useAIChat({
endpoint: "https://react-ai-stream-gateway.vercel.app/api/v1/chat",
extraHeaders: { Authorization: `Bearer ras_test_YOUR_KEY` },
})
endpoint: "https://react-ai-stream-gateway.vercel.app/api/v1/chat",
extraHeaders: { Authorization: `Bearer ras_test_YOUR_KEY` },
})
# Check usage + run live tests
→ /dashboard (enter your key)
⚡
Multi-provider routing
Groq · OpenAI · Anthropic · Gemini. Switch with one field, no code change.
🔄
Automatic retries
Failed requests fall through the fallback chain silently.
📊
Usage analytics
Tokens, cost, latency — per key, per provider, per day.
🔑
Key management
Create, revoke, and audit API keys from the dashboard.
✓
RAIS v1 compliant
Every response passes the full RAIS Protocol compliance suite.
🚫
Rate limiting
Per-key sliding window. Never burn through a provider quota.