DeepSeek V4 Flash
Open-weight reasoning model — streaming, 262K context — self-hosted.
DeepSeek — served by Reka$0.22 in · $0.66 out / 1M tokens (≤256K ctx)llmdeepseekreasoningopen-weights
llmdeepseekreasoningopen-weights
| Context band | Max tokens | Input / M tok | Output / M tok |
|---|---|---|---|
| ≤256K | 262,144 | $0.22 | $0.66 |
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/chat/completionsrequest
curl https://api.tryinfer.com/v1/chat/completions \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek4-flash",
"messages": [{ "role": "user", "content": "Hello!" }]
}'
OpenAI-compatible — point your SDK at Infer with a bearer token. Get an API key →