Skip to main content
The timestamps field controls whether each word in the response carries start and end times (in milliseconds, relative to the start of the audio).
  • Value: a boolean, default false
  • false (default): no timestamps are computed, and start/end are omitted from the words objects — there is no extra processing cost
  • true: exact timings are computed for each word, at an additional latency cost
Timings are exact or absent, never approximate: any word that can’t be aligned has start/end omitted rather than estimated. Timestamp accuracy is best for English audio.
With timestamps enabled, each entry in words includes its timing:

Combining with other features

timestamps composes with the other config fields — prompting and keyterms, conversation context, and language selection — in the same request.