← All models
Chat
Variant
Cost×23.8
Minimum planElite
Context window1,000,000
Max output128,000
Uptime (7d)0%
Latency
your local time
Use this model
Base URL
https://api.literouter.com/v1
Model
claude-opus-5.5-cheap: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": "claude-opus-5.5-cheap:metered",
"messages": [{ "role": "user", "content": "Hello!" }]
}'