
Together AI model
Nvidia Nemotron 3 Nano 30B A3b Bf16
together/nvidia-nvidia-nemotron-3-nano-30b-a3b-bf16-93607688104af30bModel capability, routing, health, and pricing are exposed through the OpenWaya registry.
Lifecyclecanary
Context262K tokens
Provider routes1
Aggregate healthunknown
Capabilities
What this model can do.
chattext_generation
Provider routes
Every available path, visible.
OpenWaya evaluates route health and policy before dispatch and keeps eligible fallbacks ready.
| Provider | Provider model | Region | State | Health | Score |
|---|---|---|---|---|---|
| Together AI | nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16 | global | canary | unknown | Unverified |
Price book
Clear input and output rates.
The shared display-currency selector updates these reference prices while the auditable price-book basis remains USD.
Input / 1M tokensNot priced
Output / 1M tokensNot priced
Price-book basis · USD. Localized catalog display uses the shared currency selector.
OpenAI-compatible
Call this model directly.
Keep your SDK and request shape. Use this registry ID when you need an explicit model route.
const result = await client.chat.completions.create({
model: "together/nvidia-nvidia-nemotron-3-nano-30b-a3b-bf16-93607688104af30b",
messages: [{ role: "user", content: "Hello" }],
stream: true,
});