A cost-efficient GPU cloud serving a wide catalog of open-weight text and media models.
21 of 21
# pin every request to Novita AI
curl https://www.ninjachat.ai/api/v1/chat/completions \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-3.8-flash",
"messages": [{ "role": "user", "content": "Hello!" }],
"routing": { "providers": { "only": ["novita"] } }
}'