Quick Start
This guide helps you understand Real200's core concepts and complete your first integration in 3 minutes.
What is Real200?â
Real200 is an AI Token gateway platform, fully compatible with the OpenAI API protocol. It acts as an intermediary layer, intelligently routing your requests to the optimal provider (OpenAI, Anthropic, Google, etc.) while providing unified billing, monitoring, and risk control capabilities.
Core Advantagesâ
| Advantage | Description |
|---|---|
| Zero Code Changes | Just swap base_url, keep all existing code unchanged |
| Cost Optimization | Smart routing selects the best provider, saving 15â30% |
| Automatic Failover | Switches within 38ms on provider failure, zero client awareness |
| Unified Billing & Audit | Record tokens, costs, and latency by key, channel, and model |
| Anomaly Traffic Protection | Detects abuse, credential stuffing, proxy pools, blocking 99.2% |
Integration Flowâ
1. Register â 2. Create API Key â 3. Replace Base URL â 4. Send Request
Stepsâ
- Register and login to console
- Create your first API Key
- Send your first request
- Review billing rules for cost details
Architecture Overviewâ
âââââââââââââââ âââââââââââââââ ââââââââââââââââââââ
â Your App ââââââļâ Real200 ââââââļâ Provider APIs â
â (SDK/Code) â â Gateway â â OpenAI/Claude/ â
âââââââââââââââ â â â Gemini/DeepSeek â
â âĸ Smart â â Qwen/Grok/... â
â Routing â ââââââââââââââââââââ
â âĸ Load Bal. â
â âĸ Billing â
â âĸ Risk Ctrl â
âââââââââââââââ
Next Stepsâ
- Create API Key â Get your access credential
- Send First Request â Complete first call in 5 lines of code
- API Reference â Complete endpoints, parameters, and response formats