A GPU inference cloud serving open-weight models through OpenAI-compatible endpoints.
14 of 14
3 requests and 46 tokens · 2026-09-04
# pin every request to Atlas Cloud
curl https://www.ninjachat.ai/api/v1/chat/completions \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.5-flash-lite",
"messages": [{ "role": "user", "content": "Hello!" }],
"routing": { "providers": { "only": ["atlascloud"] } }
}'