Skip to main content

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_url and api_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 │
└─────────────┘
  1. Your app sends requests to Korad.AI (just change base_url)
  2. Model routing sends your request to the selected provider
  3. Tool execution handles web search, code execution, etc. automatically
  4. Balance deduction tracks your usage in real-time
  5. Response returns with full usage metrics

Supported Models

ModelProviderContextBest For
Claude 4.5 SonnetAnthropic200KPrimary reasoning, coding
Claude 4.5 HaikuAnthropic200KFast, cost-effective
Gemini 2.5 ProGoogle128KCreative coding, vibe coding
Gemini 2.5 FlashGoogle128KUltra-fast iterative dev
Grok-3xAI1MExtended context reasoning
Grok-2 FastxAI1MLow-latency queries
DeepSeek V3DeepSeek128KCost-effective default
GLM-4.7Zhipu AI1MStrong coding & reasoning
Kimi K2.5Moonshot256KMultimodal agent swarm
Qwen MaxAlibaba32KEnterprise tasks
MiniMax M2.1MiniMax200KPolyglot 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.

PackagePriceBonusTotal 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:

  • 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

Need Help?


Ready to access every AI model through one API? Create your free account →