The transcription requests got a new parameter timestamp_granularities recently (added to openai-python a month ago), which allows to get word timestamps. These changes add support for the parameter and for the corresponding words field in the response.
I've tested the correctness with a new test using API key (but excluded all other tests to save quota).
What problem is this fixing?
Lack of support for word timestamps in transcriptions.
Describe your change
The transcription requests got a new parameter
timestamp_granularities
recently (added to openai-python a month ago), which allows to get word timestamps. These changes add support for the parameter and for the correspondingwords
field in the response.I've tested the correctness with a new test using API key (but excluded all other tests to save quota).
What problem is this fixing?
Lack of support for word timestamps in transcriptions.