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
Trying to consume Whisper API with an audio file passed as a Blob to input. I receive ApiError: Request to https://api.replicate.com/v1/files failed with status 413 Request Entity Too Large: <html>....
My audio file is 215MB.
I won't include the code example as this seems to be undocumented API limitation. I also couldn't find any docs on file size limit beyond a few brief mentions on the feature in README.
File handle inputs are automatically uploaded to Replicate. See replicate.files.create for more information.