LiteRouter Docs
← All models

mimo-v2.6-flash:metered:full-context

Chat Tool calling Streaming
Cost×4.9
Minimum planPro
Context window1,048,576
Max output131,072
Uptime (7d)55.6%
Latency1159 ms
Throughput31.9 tps
Latency your local time

Use this model

Base URL https://api.literouter.com/v1
Model mimo-v2.6-flash:metered:full-context
API key your LiteRouter API key

Using SillyTavern, Janitor AI, or Chub? See the setup guides.

bash
curl https://api.literouter.com/v1/chat/completions \
  -H "Authorization: Bearer $LITEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mimo-v2.6-flash:metered:full-context",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'