Models / AutoID: nrouter/auto
by Other·via Nrouter

Auto

nRouter's managed auto model: send the model name nrouter/auto and nRouter picks the model that serves each request. It is covered by the monthly usage allowance of the Starter, Pro and Max plans; every other model is paid from pay-as-you-go credits.

Maker

Other

Served On

Nrouter

Benchmarks

a router across several models, not a single ranked model

Pricing

Rates are read live

Pricing for nrouter/auto is fetched from the live catalogue on load, so it is never served from a cache that could outlive a repricing.

Specifications

Context window

Max output

Modality

chat

Context window, compared

nrouter/autoUnknownUnknownqwen-mt-turboqwen-mt-turbo — 128K tokens128Kqwen-plus-latestqwen-plus-latest — 128K tokens128Kqwen-plus-2025-01-25qwen-plus-2025-01-25 — 128K tokens128Kdeepseek-v4-pro-0813deepseek-v4-pro-0813 — 128K tokens128Kqwen3-vl-plus-2025-09-23qwen3-vl-plus-2025-09-23 — 128K tokens128Kclaude-sonnet-4-5-20250929claude-sonnet-4-5-20250929 — 1M tokens1M

Bars are scaled to 1M tokens. A model with no published context window reads Unknown, never zero.

Vision
Function calling
System prompt

Usage on nRouter

Usage is temporarily unavailable

Our aggregate read failed, so we cannot report traffic for this model right now.

nRouter SDK Integration

v2.2.1
curl https://api.nrouter.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer ${NROUTER_API_KEY}" \
  -d '{
    "model": "nrouter/auto",
    "messages": [
      {
        "role": "system",
        "content": "You are a helpful assistant powered by nrouter/auto via nRouter."
      },
      {
        "role": "user",
        "content": "Explain distributed consensus algorithms."
      }
    ]
  }'

Availability

Availability is temporarily unavailable

Our own telemetry read failed, so we cannot report uptime or latency for this model right now. This says nothing about the model itself — it is not an outage, and we would rather show you nothing than a figure we did not measure.

Interactive Playground

Send a real test request to nrouter/auto using your virtual key.

Test it

Prompt
cURL
curl https://api.nrouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $NROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"nrouter/auto","messages":[{"role":"user","content":"Hello!"}]}'

Managed Gateway Routing

Unified single-key access with automatic multi-region fallback, real-time credit enforcement, and sub-millisecond routing latency.