{"version":"1","model":{"id":"elevenlabs/speech-to-text/scribe-v2-medical","name":"ElevenLabs Scribe v2 Medical","kind":"audio","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Transcribe medical terminology and clinical dictation with Scribe v2 Medical in 90+ languages. Supports speaker diarization and vocabulary hints. Do not upload protected health information without an approved compliance arrangement; model availability alone does not make this app HIPAA-compliant.","pricing_note":"$0.22 / source hour; keyterms add $0.05 / hour.","categories":["transcribe"],"prompt_required":false,"prompt_supported":false,"supports":{"referenceAudio":true},"requires":{"referenceAudio":true},"aspect_ratios":[],"resolutions":[],"durations":[],"reference_audio_duration":{"min_seconds":1,"max_seconds":7200},"max_input_bytes":{"audio":134217728},"base_credits":1,"api_gross_margin_percent":20,"added_at":"2026-09-11","popularity_rank":20,"preview":{"image":"/images/model-previews/generated/elevenlabs-scribe-v2-medical-v1.webp"},"schema_url":"/api/v1/models?id=elevenlabs%2Fspeech-to-text%2Fscribe-v2-medical","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=elevenlabs%2Fspeech-to-text%2Fscribe-v2-medical","title":"ElevenLabs Scribe v2 Medical generation request","description":"Request body accepted by POST /api/v1/generate for elevenlabs/speech-to-text/scribe-v2-medical.","type":"object","properties":{"model_id":{"type":"string","const":"elevenlabs/speech-to-text/scribe-v2-medical","description":"ArtEmotion model identifier."},"extra":{"type":"object","additionalProperties":true,"description":"Model-specific settings may also be nested here."},"max_credits":{"type":"number","minimum":1,"description":"Reject before submission if the estimated list price exceeds this cap."},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"folder_id":{"type":"string"},"language_code":{"title":"Language","description":"Optional ISO language code, such as en, es, eng, or spa. Leave empty to detect the language automatically.","default":"","type":"string","minLength":2,"maxLength":3},"keyterms":{"title":"Keyterms","description":"Vocabulary hints; each term is at most 5 words. Adds a surcharge to transcription, included by /api/v1/estimate.","type":"array","items":{"type":"string","minLength":1,"maxLength":50},"maxItems":1000},"diarize":{"title":"Identify speakers","description":"Include speaker labels in the transcript.","default":true,"type":"boolean"},"tag_audio_events":{"title":"Tag audio events","description":"Include non-speech sounds such as laughter.","default":true,"type":"boolean"},"audio_url":{"type":"string","format":"uri"},"duration":{"type":"number","minimum":1,"maximum":7200,"default":60,"description":"Estimate-only fallback when no media is supplied. Generation measures source bytes before reserving credits; client duration cannot lower the bill."}},"required":["model_id","audio_url"],"additionalProperties":false},"parameters":[{"key":"language_code","label":"Language","type":"text","default":"","description":"Optional ISO language code, such as en, es, eng, or spa. Leave empty to detect the language automatically."},{"key":"keyterms","label":"Keyterms","type":"string_array","max_items":1000,"description":"Vocabulary to recognize accurately: up to 1,000 terms, each at most 50 characters and 5 words. Adds a transcription surcharge."},{"key":"diarize","label":"Identify speakers","type":"toggle","default":true,"description":"Include speaker labels in the transcript."},{"key":"tag_audio_events","label":"Tag audio events","type":"toggle","default":true,"description":"Include non-speech sounds such as laughter."}]}}