SandBase is live — $1 in free credits on signupStart free ›

Openrouter modelsChat Completions model

openrouter/auto

Your prompt will be processed by a meta-model and routed to one of dozens of models (see below), optimizing for the best possible output. To see which model was used, visit [Activity](/activity), or read the `model` att...

Input⌘ / Ctrl + Enter

Try a prompt

2M max outputVision
OutputReady

Your response will appear here

Choose an example or write a prompt, then click Run.

API details and access

Model Details

ProviderOpenrouter
TypeLlm
Model IDopenrouter/auto

Capabilities

InputTextImage
OutputText
Context-
Max Output2,000,000
VisionSupported
Function CallingSupported

Access details

Chat Completions
Base URLhttps://api.sandbase.ai
API Endpoint/v1/chat/completions
{
  "model": "openrouter/auto",
  "messages": [
    {
      "role": "user",
      "content": "Hello"
    }
  ],
  "max_tokens": 512
}

Pricing

Pricing is not configured for this model.

Related Models

openrouter/bodybuilderTransform your natural language requests into structured OpenRouter API request objects. Describe what you want to accomplish with AI models, and Body Builder will construct the appropriate API calls. Example: "count to 10 using gemini and opus." This is useful for creating multi-model requests, custom model routers, or programmatic generation of API calls from human descriptions. **BETA NOTICE**: Body Builder is in beta, and currently free. Pricing and functionality may change in the future.openrouter/fusionFusion turns your prompt into a small multi-model deliberation. A panel of expert models (see below) analyzes your prompt in parallel with web search and web fetch enabled, then a judge model synthesizes their responses into a structured analysis — consensus, contradictions, partial coverage, unique insights, and blind spots — and writes the final answer from it. By default the panel is the `Quality` preset; switch to `Budget` for cheaper members, or override the panel and judge entirely with the fusion plugin's `analysis_models` and `model` fields. Reach for Fusion when a single model isn't enough — research, expert critique, or anywhere the cost of being wrong outweighs a few extra completions. Because Fusion runs every panel member plus a judge call, your request is priced as the sum of those underlying completions rather than a single model. To see which models ran, visit [Activity](/activity). Learn more in our [docs](/docs/guides/features/plugins/fusion). For another way to route, see the [Auto Router](/openrouter/auto).openrouter/pareto-codeThe Pareto Router maintains a tiered shortlist of strong coding models, ranked by [Artificial Analysis](https://artificialanalysis.ai/) coding percentiles. Set min_coding_score between 0 and 1 on the [pareto-router plugin](https://openrouter.ai/docs/guides/routing/routers/pareto-router#the-min_coding_score-parameter) to control how strong a coder you need; higher scores select stronger (and typically more expensive) models. If you omit min_coding_score, the router defaults to the High tier. Selecting Nitro from the variant dropdown ranks the models in your tier by measured throughput and routes each request to the fastest one, so you trade some model variety for lower latency. Read the [Pareto Router docs](https://openrouter.ai/docs/guides/routing/routers/pareto-router) for the full selection logic, fallback behavior, and how to customize routing. For another way to route, see the [Auto Router](/openrouter/auto).