I understand that the maximum payload size for Whisper on the dev tier is 100 MB, but when I pass a URL, I get a “payload too large” error.
Is this a known issue?
File tested:
m4a, 46.7 MB
#whisper
I understand that the maximum payload size for Whisper on the dev tier is 100 MB, but when I pass a URL, I get a “payload too large” error.
Is this a known issue?
File tested:
m4a, 46.7 MB
#whisper
same problem. my n8n workflow used to work for files up 100MB. Since a few days, file size limit errors occure ![]()
ame issue here — Developer plan, billing active, still getting 25MB limit
I’m on the Developer plan with a payment method configured (Stripe, card verified). Running
whisper-large-v3-turbo
via the
url
parameter for podcast transcription.
Error response:
{
“error”
:{
“message”
:
“media file too large - size limit: 26214400, actual size: 94690323”
,
“type”
:
“invalid_request_error”
}}
The
size limit: 26214400
(exactly 25MB) is the free tier limit. Per the
, the dev tier should allow 100MB.
Verified:
x-ratelimit-limit-audio-seconds: 400000
,
x-ratelimit-limit-requests: 200000
This is blocking automated podcast transcription. About 75% of podcast episodes exceed 25MB at source encoding. Would appreciate an ETA on the fix or a workaround.
Hey @mc4r - you’d need to pass a media_url if the content exceeds 25MB - file uploads are restricted to 25MB. If this doesn’t work, it might be better to chat with support / open a support ticket within the Groq console so that more troubleshooting can be done.