Question is as title. The command is like this:
response = model.generate_content([prompt, audio_file])
When audio length bigger than a few minutes(maybe 10 mimutes?), a lot of transcription will be lost.
So, does the API have a audio length limit? and if so, what is the limit?
Thanks.