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, andstart/endare omitted from thewordsobjects — there is no extra processing costtrue: 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.- Python
- JavaScript
- cURL
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.