OpenRout.ing
← All modelsPricingDocsGet API Key

{esc(sn)}

{esc(fam(mid))} · {esc(m.get('cat',''))} · {ctx} ctx

{esc(d)}

SpecValue
Model ID{esc(mid)}
Context window{ctx} tokens
Size{esc(m.get('size','') or '—')}
Creator{esc(m.get('creator',''))}
Tool use{'Yes' if m.get('tools') else 'No'}
Status{'✓ Healthy' if m.get('healthy',True) else '✗ Degraded'}
Best for{esc(m.get('best','') or '—')}

Call it

curl https://raw.openrout.ing/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{{"model":"{esc(mid)}","messages":[{{"role":"user","content":"Hello!"}}]}}'

OpenAI-compatible. Zero logs. Zero 429. Get an API key →