#hello, is it possible to attach specific custom keywords to speech to text model? like company name
1 messages · Page 1 of 1 (latest)
Short answer: No. ElevenLabs’ Scribe Speech-to-Text API does not currently support supplying custom vocabularies, phrase hints, or keyword boosting. The available parameters (e.g., model_id, language_code, diarize, tag_audio_events, num_speakers, temperature) do not include any custom keyword or biasing option. See the STT API reference and quickstart for the full parameter list. (elevenlabs.io)
Note: If your goal is to control how specific words (like company names) are pronounced in generated speech (TTS), ElevenLabs supports pronunciation dictionaries for TTS/agents—not for transcription. (elevenlabs.io)
Sources:
Create transcript | ElevenLabs Documentation
Pronunciation dictionaries | ElevenLabs Documentation
Is this a feature that is on the roadmap?