You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an AI application developer I want to upload audio/video files via the translations API endpoint So that I can get a speech-to-text translation of the recording from any Whisper-supported language into English
Acceptance Criteria
Given an audio or video file containing speech in a Whisper-supported language When that file is uploaded to the translations endpoint Then it returns a text transcription in English, regardless of the input language
Additional context
The translations API takes as input the audio file in any of the supported languages and transcribes, if necessary, the audio into English. This differs from our /Transcriptions endpoint since the output is not in the original input language and is instead translated to English text.
An issue exists to increase testing for the transcriptions endpoint, which also covers testing for translations: #577
User Story
As an AI application developer
I want to upload audio/video files via the
translations
API endpointSo that I can get a speech-to-text translation of the recording from any Whisper-supported language into English
Acceptance Criteria
Given an audio or video file containing speech in a Whisper-supported language
When that file is uploaded to the
translations
endpointThen it returns a text transcription in English, regardless of the input language
Additional context
The
translations
API takes as input the audio file in any of the supported languages and transcribes, if necessary, the audio into English. This differs from our /Transcriptions endpoint since the output is not in the original input language and is instead translated to English text.An issue exists to increase testing for the
transcriptions
endpoint, which also covers testing fortranslations
: #577References:
The text was updated successfully, but these errors were encountered: