feat(models): add lucy-2.5 model (realtime + batch)#59
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes Decart's latest Lucy generation, lucy-2.5, available to Python SDK users for both realtime streaming and batch/queue video editing. This brings the Python SDK to parity with the other SDKs and lets users adopt the newest model without waiting on a client update.
lucy-2.5is a canonical model (no deprecation aliases) supporting video editing with an optional reference image — the same input shape aslucy-2.1.Usage:
Note
Low Risk
Additive model registry and test coverage only; no changes to auth, request handling, or existing model behavior.
Overview
Adds
lucy-2.5as a canonical model for both realtime streaming and queue/batch video editing, matching the pattern used forlucy-2.1.Realtime uses
/v1/streamat 20 fps and 1088×624 (vs 30 fps forlucy-2.1). Batch jobs use/v1/jobs/lucy-2.5with the sameVideoEdit2Inputshape (prompt + optional reference image). The playground CLI model list and model registry tests are updated accordingly.Reviewed by Cursor Bugbot for commit e6618ce. Bugbot is set up for automated code reviews on this repo. Configure here.