Welcome to Korad.AI
Korad.AI is a unified AI API gateway that gives you access to every major 2026 AI model through a single, Anthropic-compatible interface. One API key, 20+ models, massive savings.
Why Korad.AI?
Every Model, One API
Access Claude 4.5, Gemini 2.5, Grok-3, DeepSeek V3, GLM-4.7, Kimi K2.5, Qwen, MiniMax M2.1, and more—all through the same /v1/messages endpoint you already use.
Pure USD Pricing
- No artificial credits — You pay real dollars, get dollar balance
- Transparent per-token pricing — Know exactly what each request costs
- No subscriptions — Pay only for what you use
- Promo packages — Get bonus credits (e.g., pay $20, get $25)
Zero Code Changes
- Drop-in Anthropic replacement — Just change
base_urlandapi_key - Full tool support — Web search, code sandbox, browser automation, image analysis
- Works everywhere — Claude Code, Cursor, custom apps, all compatible
How It Works
┌─────────────┐ ┌─────────────┐ ┌──────────────┐
│ Your App │ ───▶ │ Korad.AI │ ───▶ │ Any Model │
│ │ │ Gateway │ │ Provider │
└─────────────┘ └─────────────┘ └──────────────┘
│
▼
┌──────── ─────┐
│ Balance │
│ Tracking │
└─────────────┘
- Your app sends requests to Korad.AI (just change
base_url) - Model routing sends your request to the selected provider
- Tool execution handles web search, code execution, etc. automatically
- Balance deduction tracks your usage in real-time
- Response returns with full usage metrics
Supported Models
| Model | Provider | Context | Best For |
|---|---|---|---|
| Claude 4.5 Sonnet | Anthropic | 200K | Primary reasoning, coding |
| Claude 4.5 Haiku | Anthropic | 200K | Fast, cost-effective |
| Gemini 2.5 Pro | 128K | Creative coding, vibe coding | |
| Gemini 2.5 Flash | 128K | Ultra-fast iterative dev | |
| Grok-3 | xAI | 1M | Extended context reasoning |
| Grok-2 Fast | xAI | 1M | Low-latency queries |
| DeepSeek V3 | DeepSeek | 128K | Cost-effective default |
| GLM-4.7 | Zhipu AI | 1M | Strong coding & reasoning |
| Kimi K2.5 | Moonshot | 256K | Multimodal agent swarm |
| Qwen Max | Alibaba | 32K | Enterprise tasks |
| MiniMax M2.1 | MiniMax | 200K | Polyglot code mastery |
Getting Started
1. Get Your API Key
Visit korad.ai/dashboard to create your free account and get your API key.
2. Set Your Environment
export ANTHROPIC_BASE_URL="https://api.korad.ai/v1"
export ANTHROPIC_API_KEY="sk-korad-YOUR-KEY"
3. Make Your First Request
import anthropic
client = anthropic.Anthropic(
base_url="https://api.korad.ai/v1",
api_key="sk-korad-YOUR-KEY"
)
response = client.messages.create(
model="claude-sonnet-4-5",
max_tokens=1024,
messages=[{"role": "user", "content": "Hello, Korad.AI!"}]
)
print(response.content[0].text)
That's it! Your existing code works unchanged.
Pricing
Prepaid Balance Model
Add funds to your account and spend them as you use the API. No subscriptions, no monthly charges.
| Package | Price | Bonus | Total Value |
|---|---|---|---|
| Starter | $10 | — | $10.00 |
| Basic | $50 | — | $50.00 |
| Pro | $100 | $10 bonus | $110.00 |
| Enterprise | $500 | $100 bonus | $600.00 |
Per-Model Pricing
Actual cost per request depends on:
- Model — Each provider has different rates
- Tokens — Input + output tokens used
- Tools — Tool usage adds small fees ($0.01-$0.10 per tool call)
Example costs (per 1M tokens):
- Claude 4.5 Sonnet: ~$3-15 (via Korad.AI routing)
- Gemini 2.5 Pro: ~$1-5
- DeepSeek V3: ~$0.50-2
- Grok-3: ~$2-8
Get started with free credits →
Built-in Tools
Korad.AI includes powerful tools that work with any model:
Web Search
- Source: Brave Search API
- Cost: $0.01 per search
- Use: Current information, fact-checking
Web Fetch
- Source: Direct URL fetch
- Cost: $0.02 per fetch
- Use: Read specific webpages
Code Sandbox
- Source: Isolated Python execution
- Cost: $0.10 per execution
- Use: Run code safely
Browser Session
- Source: Playwright automation
- Cost: $0.05 per session
- Use: Scrape dynamic sites, automate interactions
Image Analysis
- Source: Multi-model vision
- Cost: $0.02 per image
- Use: Analyze screenshots, diagrams
What's Next
- Quick Start Guide — Set up in 30 seconds
- Models — Full model catalog
- Tools — Tool documentation
- API Reference — Complete API docs
Need Help?
- Documentation — You're here! Search above or browse navigation
- Email — support@korad.ai
- Status — status.korad.ai
- Dashboard — korad.ai/dashboard
Ready to access every AI model through one API? Create your free account →