Anthropic's highest-capability generally available model for long-running agents.
A fast 30B multimodal model with vision and function calling at budget pricing.
| Provider | Context | Price · in / out |
|---|---|---|
| 131K | $0.50 / $1.80/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": "muse-glimmer-30b",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'A fast 30B multimodal model with vision and function calling at budget pricing.
Muse Glimmer 30B costs $0.50/M input tokens and $1.80/M output tokens.
Muse Glimmer 30B accepts text and image and returns text.
POST /api/v1/chat/completions with `"model": "muse-glimmer-30b"`.
Anthropic's most intelligent model — use when quality is paramount.
Anthropic's Opus 5 for complex agentic coding and enterprise knowledge work.
Anthropic's previous Sonnet — strong at code and analysis.