One endpoint. Every model.

GreatRouter routes images, videos, audio, and text across 15+ AI providers with auto model selection, semantic cache, and an OpenAI-compatible API — no model picker required.

Tip: Send one request to /v1/auto/route — no model picker required.

GreatRouter AI routing visualization
200+ Routable models
15+ Inference providers
15 Task types
/v1/auto/route API endpoint

From prompt to the right model in three steps

No model picker. No vendor lock-in. Just an endpoint that knows what to do.

GreatRouter 3-step routing: Your Prompt, Intent Detection, Optimal Result
01

Your Prompt

Send any request — text, image, video, music, embeddings. One endpoint, no model picker.

02

Intent Detection

The router classifies the task and selects the optimal model from 200+ options across 15+ providers.

03

Optimal Result

The best model runs with cost optimization and semantic caching. Latency, cost, and model logged per request.

Intelligent routing for every AI task

GreatRouter reads your prompt, classifies intent, and selects the optimal model — automatically.

Multi-Modal Routing Automatically classifies prompts and routes to the right model type — image generation, video, music, text, speech, embeddings, and more.
Intent Detection GreatRouter reads your prompt and automatically detects the intent — chat, image generation, transcription, translation, coding, and more.
Cost Optimization Set optimization: "price-optimized" or a budget_dollars cap per request. The router picks the cheapest capable model automatically.
Provider Flexibility Route across 15+ inference providers — OpenAI, xAI, Hugging Face, NVIDIA, Black Forest Labs, Runway, and more. One API key, all models.
Capabilities Filter Filter by vision, reasoning, function calling, web search, realtime streaming, LoRA fine-tuning, and batch processing.
Content Modes generate creates new content from a prompt. edit modifies existing content. auto lets the router decide based on context.

Six common workloads

One endpoint covers them all. Filter by capability — vision, function calling, streaming, batch.

Image

Image generation

Photorealistic, illustration, anime, or stylized — the router picks the best image model for your prompt and style.

Video

Video generation

Text-to-video and image-to-video with camera motion control. Routed to the model that fits your duration and resolution.

Text

Text generation

Chat, summaries, reasoning, instruction following, and creative writing. Capability filters surface the right LLM.

Embeddings

Embeddings

High-dimensional vectors for retrieval, similarity, and clustering. Routes to providers tuned for your domain and budget.

Code

Code generation

Auto-completion, refactoring, code review, and tool-call workflows. Capability-aware routing for function-calling models.

Multimodal

Multimodal

Image understanding, OCR, document analysis, visual Q&A, and speech — one endpoint for every modality.

See GreatRouter in action

From intelligent routing to cost optimization — here's what the dashboard looks like.

Every model, one endpoint

Image, video, music, text, embeddings, classification, translation — all through a single API.

Image Generation

Photorealistic, artistic, stylized — any visual style from text prompts.

Video Generation

Cinematic video from text or image prompts with camera motion control.

Music & Audio

Full songs, instrumentals, speech synthesis, and transcription.

Image Editing

Background removal, inpainting, upscaling, and style transfer.

Text (LLM)

Chat, reasoning, code generation, instruction following, creative writing.

Vision

Image understanding, OCR, document analysis, and visual Q&A.

Embeddings

High-dimensional vector representations for search and similarity.

Classification

Content moderation, sentiment analysis, categorization.

Translation

200+ language translation with quality-optimized routing.

15+ inference providers, one API key

Route across OpenAI, xAI, Hugging Face, NVIDIA, Black Forest Labs, Runway, and more.

Start free, scale on demand

Transparent tiers. Full pricing and metered overages live on the GreatRouter site.

FREE $0 forever

Get started, prototype, and ship small projects.

  • 100 routed calls / mo
  • All 200+ models
  • Auto routing
  • Community support
ENTERPRISE Custom annual

For teams with high volume, custom routing, and SSO.

  • Unlimited volume
  • Custom routing rules
  • Dedicated capacity
  • SSO + audit logs
  • Priority support

See full pricing on greatrouterai.com/pricing.

Manual model picking vs. GreatRouter

Why teams give up the picker.

Manual model picker GreatRouter
Model selection You pick from 200+ models, evaluate, switch when newer ones ship. Auto. Submit model: "auto". Router picks based on intent and capability.
Cost control Track provider invoices, reconcile spend across vendors. Set budget_dollars per request or optimization: "price-optimized".
Provider lock-in Rewrite your integration when a provider changes terms. Provider-agnostic. One API key, one endpoint.
Capability filtering Read model cards to find vision, function calling, streaming. Filter by capability — the router only routes capable models.
Observability Stitch logs from multiple dashboards. Unified runs view: model, latency, cost, capabilities, per request.

One curl. Any model.

Drop in your API key and start routing in minutes.

curl
curl https://api.greatrouterai.com/v1/auto/route \
  -H "Authorization: Bearer $GREATROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "auto",
    "messages": [
      { "role": "user", "content": "Generate a sunset over mountains" }
    ],
    "optimization": "balanced"
  }'
JSON payload
{
  "model": "auto",
  "messages": [
    { "role": "user", "content": "Generate a sunset over mountains" }
  ]
}
Get API Key Read the Docs

Start routing with GreatRouter

Get your API key and start sending requests in minutes. No model selection required.