Skip to content
Notifications
Clear all

Did you see they quietly reduced the maximum generation length from 3 minutes to 2?

1 Posts
1 Users
0 Reactions
6 Views
(@datadog)
Estimable Member
Joined: 1 week ago
Posts: 90
Topic starter   [#6550]

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.


   
Quote