parakeet-tdt-0.6b-v3-vi-20260125
14
license:cc-by-4.0
by
actableai
Audio Model
OTHER
0.6B params
New
14 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
2GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
1GB+ RAM
Code Examples
Usage with ONNX Runtime (Portable)pythononnx
import onnxruntime as ort
# Load encoder and decoder from onnx folder
encoder_session = ort.InferenceSession("onnx/encoder-temp_rnnt.onnx")
decoder_session = ort.InferenceSession("onnx/decoder_joint-temp_rnnt.onnx")
# Run inference
encoder_out = encoder_session.run(None, {'audio': audio_features})
decoder_out = decoder_session.run(None, {'encoder_output': encoder_out[0]})Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.