Vision Agents requires a Stream account for real-time transport. Most providers offer free tiers to get started.
Installation
Quick Start
Fast-Whisper runs locally. No API key required. Models download automatically on first use.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
model_size | str | "base" | Model size ("tiny", "base", "small", "medium", "large-v3") |
language | str | None | Language code or None for auto-detect |
device | str | "cpu" | Device ("cpu", "cuda", "auto") |
compute_type | str | "int8" | Precision ("int8", "float16", "float32") |
Model Sizes
| Model | Speed | Use Case |
|---|---|---|
tiny | Fastest | Real-time, resource-constrained |
base | Very Fast | General purpose |
small | Fast | Balanced |
medium | Moderate | Higher accuracy |
large-v3 | Slower | Maximum accuracy |

