Whisper-large-v3 returns Entity Too Large with 37MB audio on Developer plan

Hello Groq Team,

I’m currently using your Developer plan. According to the documentation, the Whisper-large-v3 model supports audio file uploads of up to 100MB.

However, I’m encountering an issue where my audio file is only 37MB, but the API consistently returns the error “Entity too large” when I try to upload it.

I’d like to ask:

  • Is there an additional size limit on the request body or audio upload that is not mentioned in the documentation?

  • Or is there any specific requirement (e.g. encoding, multipart settings, headers) that could cause this error even when the file size is under 100MB?

I’d really appreciate your help in clarifying this issue.

Thank you very much.

Best regards,
Viet (Viet the Bug Magician)

same problem. my n8n workflow used to work for files up 100MB. Since a few days, it wont work… file size limit errors :frowning:

I don’t remember when I faced same issue in my side project when I am using a common API Util, then for that service, I switched to fetch and the error got vanished, if you are facing still the same issue, you may try by using Fetch.