Model List
Real200 supports 100+ mainstream large language models. Below are some commonly used models:
OpenAIâ
| Model | Context Window | Max Output | Description |
|---|---|---|---|
gpt-4o | 128K | 16K | Flagship model, multimodal |
gpt-4o-mini | 128K | 16K | Lightweight and fast |
gpt-4-turbo | 128K | 4K | Previous generation flagship |
gpt-3.5-turbo | 16K | 4K | High cost-performance |
Claude (Anthropic)â
| Model | Context Window | Max Output | Description |
|---|---|---|---|
claude-sonnet-4 | 200K | 8K | Latest flagship |
claude-opus | 200K | 8K | Strongest reasoning |
claude-haiku | 200K | 4K | Lightweight and fast |
Google (Gemini)â
| Model | Context Window | Max Output | Description |
|---|---|---|---|
gemini-2.5-pro | 1M | 64K | Largest context window |
gemini-2.0-flash | 1M | 8K | Fast response |
DeepSeekâ
| Model | Context Window | Max Output | Description |
|---|---|---|---|
deepseek-v3 | 128K | 8K | High cost-performance |
deepseek-r1 | 128K | 8K | Reasoning enhanced |
Get Complete Model Listâ
curl https://real200.com/v1/models \
-H "Authorization: Bearer $REAL200_API_KEY"