docs(openrouter-stt): sync with openrouter-web changes - #175
docs(openrouter-stt): sync with openrouter-web changes#175devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Original prompt from Automation
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Summary
/api/v1/audio/transcriptionsnow enforces an explicit request-body cap at the edge (openrouter-web#36951, #36952): a shared middleware rejects the request with413based onContent-Lengthbefore the body is read, defaulting to 50 MiB.413is now a documented response in the OpenAPI spec.The skill's 413 entry only explained base64 inflation with no number, so callers had no way to size inputs. It now states the 50 MiB body cap, that it is checked against
Content-Lengthbefore any audio is read, and the resulting ~37 MB practical raw-file budget after base64 inflation. Doc-only edit to <skills/openrouter-stt/SKILL.md>.Link to Devin session: https://openrouter.devinenterprise.com/sessions/452c4a73e6814b1786443b181822cf3e