Model catalog

Nvidia Nemotron 3.5 ASR Streaming 0.6B

Open weights

Nvidia Nemotron 3.5 ASR Streaming 0.6B is a transcription model from Nvidia with a 0K-token context window. Provider list price is $0.0015 per minute; on Allocate you pay $0.0016 with the 7% transaction fee. The weights are open under Apache 2.0, so you can fine-tune it and own the result.

Pricing

Provider listOn Allocate
Price, per minute$0.0015$0.0016

Token usage bills at the provider list price plus the 7% transaction fee. Prices checked 2026-07-08.

Price against its peers

Provider list prices per minute, Nvidia Nemotron 3.5 ASR Streaming 0.6B against its nearest transcription peers by price.

What a real workload costs

Transcribing 1,000 minutes of audio costs 1,000 × $0.0015 = $1.50 at list, or $1.60 billed on Allocate with the 7% transaction fee included.

Nvidia Nemotron 3.5 ASR Streaming 0.6B is an open-weights model under the Apache 2.0 license. Fine-tune it on your own data and the weights stay inside your boundary; they belong to you.

Example usage

Point a route at nvidia/nemotron-3.5-asr-streaming-0.6b and the endpoint never changes; swap the model behind it whenever you want.

api.allocate.network
curl https://api.allocate.network/v1/chat/completions \
  -H "Authorization: Bearer $ALLOCATE_KEY" \
  -d '{
    "model": "nvidia/nemotron-3.5-asr-streaming-0.6b",
    "messages": [{"role": "user",
      "content": "Summarise the attached contract."}]
  }'
200 · nvidia/nemotron-3.5-asr-streaming-0.6b · inside your boundary

Common questions

How much does Nvidia Nemotron 3.5 ASR Streaming 0.6B cost?

Provider list price is $0.0015 per minute. On Allocate you pay list plus the 7% transaction fee: $0.0016.

What context window does Nvidia Nemotron 3.5 ASR Streaming 0.6B have?

448 tokens (0K). At roughly 0.75 words per token, that is about 0k words of English text per request.

Can I fine-tune Nvidia Nemotron 3.5 ASR Streaming 0.6B?

Yes. Nvidia Nemotron 3.5 ASR Streaming 0.6B is an open-weights model under the Apache 2.0 license. The license is permissive, so the fine-tuned weights are yours to use commercially. On Allocate the trained weights stay inside your boundary and belong to you.

How do I call Nvidia Nemotron 3.5 ASR Streaming 0.6B on Allocate?

Send nvidia/nemotron-3.5-asr-streaming-0.6b in the model field of the OpenAI-compatible endpoint at api.allocate.network/v1, or point a route name (like prod/support-agent) at it so you can swap the model later without a deploy.