deepseek
DeepSeek: DeepSeek V4.1 Flash
deepseek/deepseek-v4.1-flash
DeepSeek V4.1 Flash is a sparse mixture-of-experts model from DeepSeek, and the first built on the company's Causal Encoder-Decoder (CED) architecture. It activates 8B parameters on input and 16B on...
Provider-supported parameters
These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.
Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.
Catalog updated: 2026-09-22T08:51:50.371Z · Price version: cmucbgb9y01f9j30zmefhykop:5
Provider pricing fields · USD per indicated unit
{
"prompt": "0.0000003",
"completion": "0.0000012",
"overrides": [
{
"prompt": "0.00000015",
"utc_days": [
"saturday",
"sunday"
],
"completion": "0.0000006",
"input_cache_read": "0.000000003"
},
{
"prompt": "0.00000015",
"utc_end": 100,
"utc_days": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday"
],
"utc_start": 0,
"completion": "0.0000006",
"input_cache_read": "0.000000003"
},
{
"prompt": "0.0000003",
"utc_end": 400,
"utc_days": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday"
],
"utc_start": 100,
"completion": "0.0000012",
"input_cache_read": "0.000000006"
},
{
"prompt": "0.00000015",
"utc_end": 600,
"utc_days": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday"
],
"utc_start": 400,
"completion": "0.0000006",
"input_cache_read": "0.000000003"
},
{
"prompt": "0.0000003",
"utc_end": 1000,
"utc_days": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday"
],
"utc_start": 600,
"completion": "0.0000012",
"input_cache_read": "0.000000006"
},
{
"prompt": "0.00000015",
"utc_end": 0,
"utc_days": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday"
],
"utc_start": 1000,
"completion": "0.0000006",
"input_cache_read": "0.000000003"
}
],
"input_cache_read": "0.000000006"
}Make a request
curl --no-buffer https://api.jevrouter.io/v1/chat/completions \
-H "Authorization: Bearer $JEVROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d @- <<'JSON'
{
"model": "deepseek/deepseek-v4.1-flash",
"messages": [
{
"role": "user",
"content": "Hello"
}
],
"max_tokens": 1024
}
JSONPlan your integration
Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.