InclusionAI's finance-tuned Ling model for investment research, multi-step analysis, and long-horizon financial workflows.
curl https://www.ninjachat.ai/api/v1/chat/completions \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ling-3.0-flash-fin",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'