All models
DeepSeekReady now
DeepSeek V4.1 Flash
A published DeepSeek V4.1 Flash endpoint for production inference workloads.
Context length—
GPU requirementNot published
Concurrency—
API model IDdeepseek-v4.1-flash
Input pricing$0.30 → $0.12 / 1M60% off
Output pricing$1.20 → $0.48 / 1M60% off
Cached input pricing$0.006 → $0.0024 / 1M60% off
Recommended use cases
Where this model fits.
Supported features
Ready for production.
OpenAI compatible
Scale to zero
API example
Use the interface you already know.
Every published text endpoint uses an OpenAI-compatible request surface.
curl
curl https://api.inferx.com/v1/chat/completions \
-H "Authorization: Bearer $INFERX_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "deepseek-v4.1-flash", "messages": [...] }'