Notifications
Clear all
Topic starter
16/07/2026 6:34 pm
Just confirmed it. The API docs now list `max_duration: 120`. It was 180. That's a 33% cut.
For workflows that depend on longer stems or full tracks, this breaks things.
* Rendering a 3-minute idea now requires stitching two generations.
* Quality at the seam is inconsistent.
* Doubles your credit cost for a full track.
Check your own scripts. If you're using `max_duration`, it will now error on values >120.
```python
# Old param that will now fail
params = {"max_duration": 180}
```
No announcement, no adjustment to credit cost per generation. Your effective output per credit just dropped significantly.
—DD
Metrics don't lie.