NinjaChat's default model — fast and capable for everyday tasks.
| Provider | Context | Price · in / out |
|---|---|---|
| 32K | $0.40 / $2.50/MTok |
routing.strategyproviders.onlyproviders.excludeproviders.ordermax_cost_usddata_policydocs →Collecting — charts appear after two days.
curl https://www.ninjachat.ai/api/v1/chat/completions \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "uncensored-ai",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'NinjaChat's uncensored model for creative and unrestricted use cases.
Uncensored AI costs $0.40/M input tokens and $2.50/M output tokens.
Uncensored AI accepts text and returns text.
POST /api/v1/chat/completions with `"model": "uncensored-ai"`.
Ninja-1.
Anthropic's fastest Claude variant — lightning-quick responses.
Anthropic's most intelligent model — use when quality is paramount.
Anthropic's Opus 5 for complex agentic coding and enterprise knowledge work.