← All models
Chat
Tool calling Streaming
Variant
Cost×15.4
Minimum planElite
Context window1,048,576
Max output131,072
Uptime (7d)86.3%
Latency3863 ms
Throughput9.1 tps
Latency
your local time
Use this model
Base URL
https://api.literouter.com/v1
Model
mimo-v2.6-pro:metered
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-pro:metered",
"messages": [{ "role": "user", "content": "Hello!" }]
}'