domain parameter to "medical-v1". No changes to your existing pipeline are required.
Quickstart
- Python
- Python SDK
- JavaScript
- JavaScript SDK
To enable Medical Mode, set
domain to "medical-v1" in the POST request body:Example output
Without Medical Mode:Use cases
Medical Mode is designed for healthcare AI applications where accurate medical terminology is critical:- Ambient clinical documentation — Capture medication names, dosages, and clinical terms correctly in real-time scribing workflows.
- AI-powered clinical notes — Generate clean transcripts for downstream LLMs producing SOAP notes, discharge summaries, and referral letters.
- Front-office automation — Handle drug names, provider names, and clinic-specific terminology in scheduling calls, insurance verification, and voice agents.
- Multi-speaker clinical conversations — Combine with Speaker Diarization for provider/patient separation in telehealth, therapy documentation, and clinical settings.
Combine with other features
Medical Mode works alongside other transcription features. You can combine it with:- Speaker Diarization to identify who said what in clinical conversations
- Keyterms Prompting to further boost accuracy for specific medical terms unique to your use case
- PII Redaction to redact sensitive patient information from transcripts
- Python
- Python SDK
- JavaScript
- JavaScript SDK
Medical Mode supports English, Spanish, German, and French. If you use Medical Mode with an unsupported language, the API ignores the
domain parameter and returns a warning indicating that Medical Mode was not applied: "Skipped medical-v1 domain correction because the language is not supported"Your transcript is still returned using standard transcription, and you will not be charged for Medical Mode.