Multi-backend model routing
Jobs can specify model_preference ("whisper", "parakeet", or "auto") to route to the best available transcription backend. Parakeet TDT 0.6B v2 is English-only and faster than Whisper on compatible hardware.
Batch job submission
POST /api/v1/jobs/batch accepts multiple transcription jobs in one request, returning per-item results including idempotency-key deduplication.
Language routing
Jobs can declare an ISO 639-1 language code to route non-English audio to the correct backend. When omitted, the coordinator defaults to "en".