Add asynchronous job control also for small texts. #51
hastla007
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
|
I removed hardcoded limit and made it configurable in env and docker compose files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be usefull for automations (like n8n) to enhance the API for asynchronous job control also for small texts — same job management model (create, check status, download result).
Currently the main API only supports:
/audio/speech → sync (immediate response)
/audio/speech/long → async (background jobs, but requires >3000 chars)
It would be great to have for example:
/audio/speech/async
→ behaves like /audio/speech/long, but also accepts texts under 3000 chars, and handles them in background queue.
Beta Was this translation helpful? Give feedback.
All reactions