Experimental vision-enabled DeepSeek V4 Flash for image understanding and text reasoning. This route supports streaming but not tools or strict JSON schemas.
curl https://www.ninjachat.ai/api/v1/chat/completions \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-flash-vision-exp",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'