DeepSeek
DeepSeek V4 Flash API
Budget reasoning and coding model with 1M context for cost-sensitive, high-volume API workloads.
BudgetGeneralLong context
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.20/ 1M
Output
$0.40/ 1M
Call DeepSeek V4 Flash in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model todeepseek-v4-flash-202605.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-flash-202605",
"messages": [{"role": "user", "content": "Hello"}]
}'