The Voice Context Layer for Live Speech.
Turn live speech into stable, readable, multilingual context. Real-time and recorded speech APIs with explicit contracts for transcript stability, latency, and translation.
quickstart.py
from lansonai import LansonClient client = LansonClient(api_key="ls_live_...") with client.realtime(language="en") as session: session.send_audio(microphone_stream) for event in session.events(): if event.type == "transcript.stable": print(event.text)
What do you want to build?
Choose your use case — each path has a dedicated guide and API reference.
Core concepts
Understand the model before you integrate.
Ready to integrate live speech?
Follow the 5-minute quickstart, then pick Realtime or Recorded depending on whether you need streaming or file transcription.
