Skip to main content

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​

AdvantageDescription
Zero Code ChangesJust swap base_url, keep all existing code unchanged
Cost OptimizationSmart routing selects the best provider, saving 15–30%
Automatic FailoverSwitches within 38ms on provider failure, zero client awareness
Unified Billing & AuditRecord tokens, costs, and latency by key, channel, and model
Anomaly Traffic ProtectionDetects abuse, credential stuffing, proxy pools, blocking 99.2%

Integration Flow​

1. Register → 2. Create API Key → 3. Replace Base URL → 4. Send Request

Steps​

  1. Register and login to console
  2. Create your first API Key
  3. Send your first request
  4. 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​