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:
- Plan: Developer (confirmed at Billing - Plans )
- Rate limit headers show dev-tier rates:
x-ratelimit-limit-audio-seconds: 400000
,
x-ratelimit-limit-requests: 200000
- Small file uploads work fine (tested 1s WAV)
- Only the file size enforcement is stuck at free tier (25MB instead of 100MB)
- Monthly usage: $0.00 — payment method has never been charged (only a $0 authorization)
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.