Qwen3 Omni 30B A3B Thinking (Novita) API
Novita AI · serves qwen3-omni-30b-a3b-thinking the only endpoint we price for it
Pricing
| Input / 1M | $0.25 |
|---|---|
| Output / 1M | $0.97 |
| Blended / 1M | $1.22 |
| Context window | 65,536 tokens |
| Max output | 16,384 tokens |
textvisionreasoning
Price verified 2026-09-11 (0 days ago) · sourcecorroborated
Get an API key at Novita AI →affiliate
Sources
| Source | Input / 1M | Output / 1M | Verified |
|---|---|---|---|
| Provider page | $0.25 | $0.97 | 2026-09-11 |
| LiteLLM | $0.25 | $0.97 | 2026-09-07 |
| models.dev | $0.25 | $0.97 | 2026-09-07 |
Two independent sources agree within 20%.
qwen3-omni-30b-a3b-thinking spec sheetmaker-declared
What the maker declares about the model itself — read from its own weights repository and documentation, not from any host. What each endpoint actually serves is in the pricing above: the two can differ, and both are true.
- Context window
- to verify
- Parameters
- to verify
- Active experts
- to verify
- Weight precision
- to verify
- License
- to verifyScope: the licence on the published weights, and nothing else. It is not the maker's acceptable-use policy, which is a separate document, and it is not the contract you sign with whichever host you call — hosts set their own terms, which this index does not read.
- Knowledge cutoff
- not published by the maker≈ September 2025third-party estimate — not the maker's figure
- Modalities
- to verify
- Max output (official)
- to verify
- Release date
- to verify≈ September 24, 2025third-party catalogue — not the maker's figure
- Maker lifecycle status
- to verify
aiknowledgecutoff.com · maker's documentation · 0 of 10 fields published by the maker
Call it
Served via OpenRouter, pinned to Novita — the provider these prices are resolved from. Set OPENROUTER_API_KEY. Provider page.
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-omni-30b-a3b-thinking",
"messages": [{"role": "user", "content": "Hello"}],
"provider": {"only": ["Novita"], "allow_fallbacks": false}
}'from openai import OpenAI # pip install openai
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="...", # OPENROUTER_API_KEY
)
resp = client.chat.completions.create(
model="qwen/qwen3-omni-30b-a3b-thinking",
messages=[{"role": "user", "content": "Hello"}],
extra_body={"provider": {"only": ["Novita"], "allow_fallbacks": false}},
)
print(resp.choices[0].message.content)Price unchanged since 2026-09-11 — 1 point on record.
Use this data
Raw JSON for this page: qwen3-omni-30b-a3b-thinking.json. Free to reuse under CC BY 4.0 with attribution to apipriceindex.com.