Tenzro
Speech recognition

NVIDIA Canary 1B Flash

NVIDIA Canary 1B Flash — Conformer AED with translation across 4 languages (en/de/es/fr)
CC-BY-4.0attributionSource verified
Specification
Model ID
canary-1b-flash
Family
canary
Modality
Speech recognition
Weights
3.7 GB
Minimum RAM
6 GB
Languages
en, de, es, fr
Source

Weights and provenance.

Registry license
CC-BY-4.0
Source license
cc-by-4.0
Access
Open — weights fetch without accepting additional terms.
Serve it
# Pull the weights onto a node
tenzro model download canary-1b-flash

# Serve it
tenzro model serve canary-1b-flash

# Or query the registry entry over JSON-RPC
curl https://rpc.tenzro.xyz \
  -X POST -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,
       "method":"tenzro_getModel",
       "params":[{"model_id":"canary-1b-flash"}]}'
← All models