Speech recognition
Transcribe files, streams, calls, meetings, dictation, and application audio inside the selected environment.
Izwi Voice AI Runtime
Run speech recognition, text-to-speech, speaker diarization, and voice workflows close to the data. Evaluate locally with the desktop app and CLI, integrate through familiar /v1 endpoints, and move into supported enterprise deployment when the workflow becomes production infrastructure.
Keep the client. Move the processing boundary.
from openai import OpenAI client = OpenAI( base_url="http://localhost:8080/v1", api_key="not-needed",) transcript = client.audio.transcriptions.create( model="qwen3-asr-0.6b", file=open("audio.wav", "rb"),)Core capabilities
Transcribe files, streams, calls, meetings, dictation, and application audio inside the selected environment.
Generate voice output without routing every request through an external speech API.
Separate speakers in calls, meetings, interviews, and documentation workflows within the same deployment boundary.
Combine speech services, model selection, and application logic behind a consistent local runtime and API surface.
Product surfaces
Deployment targets
We match each deployment to the speech workload, selected models, available hardware, and operating requirements.
Who it is for
Enterprise path
Use the public runtime to validate technical fit. Choose an enterprise deployment when you need versioned releases, automation, security documentation, observability, rollout guidance, or ongoing support.
Izwi can deploy an open-weight LLM serving layer in the same customer-controlled environment for approved language workloads.