← All models
Chat
Vision Tool calling Streaming
Variant
Cost×1.3
Minimum planStandard
Context window1,050,000
Max output128,000
Uptime (7d)58.8%
Latency15344 ms
Throughput0.9 tps
Latency
your local time
Use this model
Base URL
https://api.literouter.com/v1
Model
gpt-6-luna: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": "gpt-6-luna:metered",
"messages": [{ "role": "user", "content": "Hello!" }]
}'