← All models
Chat
Derestricted Tool calling Streaming
Variant
Cost×1
Minimum planStandard
Context window1,048,576
Max output393,216
Uptime (7d)100%
Latency831 ms
Throughput48.1 tps
Latency
your local time
Use this model
Base URL
https://api.literouter.com/v1
Model
deepseek-v4.1-flash-official: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": "deepseek-v4.1-flash-official:metered",
"messages": [{ "role": "user", "content": "Hello!" }]
}'