πŸ‡ΊπŸ‡Έ USA Β· OpenRouter

Status: 🟩 COMPLETE 🟦 LIVING Last updated: 2026-06-26 Plain-English tagline: One API key, hundreds of AI models. OpenRouter aggregates models from OpenAI, Anthropic, Google, Mistral, Meta, Cohere, xAI, plus open-weight and free models β€” single unified API, single bill. The β€œStripe of AI APIs.”


Front-matter facts

FieldValue
VendorOpenRouter Inc (USA)
Country / originπŸ‡ΊπŸ‡Έ USA
Recommended for Australian users?βœ… Yes β€” fully accessible; AUS card accepted
Privacy summaryStandard developer terms; per-model privacy posture varies (OpenRouter forwards to underlying provider)
Free tierYes β€” some free models always available; pre-paid credits for paid models
Paid tiersPay-per-token; OpenRouter takes a small markup over direct provider pricing
First released2023
Last reviewed2026-06-26
Official sitehttps://openrouter.ai

What it is

OpenRouter is an AI API aggregator β€” instead of getting separate API keys from OpenAI + Anthropic + Google + Mistral + 20 others, you get one OpenRouter key that works with hundreds of models from many providers via a unified API.

What’s accessible via OpenRouter:

  • OpenAI (GPT family)
  • Anthropic Claude (full lineup)
  • Google Gemini (full lineup)
  • xAI Grok
  • Meta Llama (open weights)
  • Mistral (closed + open)
  • Cohere (Command R / R+)
  • Mistral, Phi, Qwen, DeepSeek, Yi (open weights hosted via Together/Fireworks etc.)
  • Free models β€” some providers offer free tier through OpenRouter (Llama variants, Mistral Nemo, etc.)
  • Plus 100+ others

Why developers love it:

  • One key, one bill β€” vs juggling 5+ provider relationships
  • Automatic fallback β€” configure preferred model order; OpenRouter routes
  • Cost transparency β€” see per-call pricing
  • Quick model experimentation β€” try a new model without separate sign-up
  • Free models for development β€” develop without paying

Why not OpenRouter:

  • Slight per-token markup vs direct provider APIs (~5-10%)
  • One more layer of trust (your data flows through OpenRouter to underlying provider)
  • For maximum reliability at scale, direct provider relationships preferred

What you’d use it for

  • Prototyping across many models β€” try GPT vs Claude vs Gemini vs Llama with one key
  • Building multi-model apps β€” let users pick model, you bill OpenRouter
  • Cost optimisation β€” pick cheapest model that meets quality bar; switch easily
  • Free-tier development β€” use OpenRouter’s free model tier for dev work
  • Simplifying provider management β€” one API key in your env vars
  • Personal projects β€” easier than multiple provider accounts

How to use from Australia

  1. Sign up at openrouter.ai. Free credit on sign-up.
  2. Get API key from dashboard
  3. Use OpenAI-compatible API:
    from openai import OpenAI
    client = OpenAI(
        api_key="...",
        base_url="https://openrouter.ai/api/v1"
    )
    response = client.chat.completions.create(
        model="anthropic/claude-sonnet-4.6",  # or openai/gpt-5, google/gemini-3-pro, etc.
        messages=[{"role": "user", "content": "Hello"}]
    )
  4. Browse openrouter.ai/models for the full catalog + pricing
  5. AUS card accepted

What it costs

Pay-per-token (per model)

  • OpenRouter charges underlying provider rate + ~5-10% markup
  • Some models have FREE tier via OpenRouter (Llama 4 70B free, Mistral free variants, others)
  • Per-model pricing transparent at openrouter.ai/models

Pre-paid credits

  • Load credits, OpenRouter draws from them
  • AUS card accepted
  • No subscription required

Free models

  • Some Llama / Mistral / Phi variants have free tier (rate-limited)
  • Good enough for dev / small projects

How it compares to alternatives

AspectOpenRouterDirect provider APIsLiteLLMAWS Bedrock
Multi-model with one keyYesNo (per provider)Self-hosted routerYes (within AWS)
Model catalogVast (hundreds)One perSelf-configuredAWS curated
Markup vs direct~5-10%None (cheapest)None (self-hosted)Some
Free models for developmentYesVendor-specific free tiersN/ALimited
Enterprise contractsLimitedDirect provider bestSelf-hostedBest for AWS shops
AUS data residencyInherited from underlying providerProvider-dependentSelf-hosted controlledYes (Sydney)
Best forPrototyping + multi-model appsProduction at scaleSelf-hosted multi-modelAWS shops

For prototyping / multi-model apps, OpenRouter is hard to beat. For production at scale with enterprise SLAs, direct provider or cloud-vendor (Bedrock / Vertex / Azure OpenAI) often better.


Privacy / data handling

  • OpenRouter forwards your request to the underlying provider
  • Privacy posture is layered: OpenRouter’s terms + the underlying provider’s terms both apply
  • Most underlying providers don’t train on inputs via OpenRouter (same as direct API access)
  • For sensitive workloads, verify both layers and consider direct enterprise contracts

Recent changes

  • 2026: Catalog expanded to ~300+ models
  • 2025: Free model tier expanded
  • 2024: Major growth phase
  • 2023: Initial launch

Gotchas

  • Markup is small but real β€” for high-volume production, direct provider access can save a few percent
  • Free models are rate-limited β€” fine for dev; production needs paid tier
  • Latency adds a hop β€” OpenRouter β†’ provider β†’ back; usually negligible (~50-100ms extra) but matters for real-time work
  • For enterprise / compliance, direct provider or cloud-vendor relationships often required
  • Reliability β€” if OpenRouter has an outage, your app is affected; consider failover to direct providers for critical apps
  • Model availability changes β€” OpenRouter adds / removes models periodically; subscribe to their changelog

See also


Sources