Skip to main content
Real-Time Keyword boosting lets you bias the Pulse speech-to-text model toward specific words or phrases — useful for proper nouns, brand names, technical terms, or domain-specific vocabulary that the model might otherwise misrecognize.

Format

Keywords are passed as a comma-separated string in the keywords query parameter. Each keyword follows the format:

Intensifier Scale

Higher values create a stronger bias toward that word in the output. Start low and increase if the word still isn’t recognized correctly.

Enabling Keyword Boosting

Real-Time WebSocket API

Add the keywords query parameter to your WebSocket connection URL with a comma-separated list of keywords and optional intensifiers.

Single keyword

Multiple keywords

Mix of boosted and default-intensity keywords

Jensen with no intensifier defaults to 1.0.

Examples

Boost names in a meeting transcript

Boost brand names and product terms

Limits

  • Max 100 keywords per session
  • Intensifier must be a non-negative number
  • Each keyword must be a string
Start with lower intensifier values (1–3) and increase gradually. Very high values (7–10) can over-bias the model and should be used sparingly.