feat(sdk): add lucy-vton-3.5 realtime and batch models#188
Merged
Conversation
AdirAmsalem
added a commit
that referenced
this pull request
Jul 23, 2026
#189) Reverts #188. lucy-vton-3.5 is being rolled back from the JS SDK. This cleanly reverts the merged squash commit that added the CanonicalModel name(s), Zod schema, `.realtime/`.video` registry entries, ModelSpecificInputs wiring, and unit/e2e tests. Note: the published @decartai/sdk release (v0.1.15) still ships the id; this revert only returns source `main` to its pre-3.5 state. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/bugbot) is generating a summary for commit 4eaf73f. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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.
What
Adds
lucy-vton-3.5, the latest generation of the Lucy virtual try-on model, as a canonical model on both the realtime and batch/video surfaces.lucy-vton-latestnow resolves to it, so callers on the latest alias get the newest quality automatically whilelucy-vton-3andlucy-vton-2remain available by explicit name.Why
Give SDK users access to the newest virtual try-on model without breaking anyone pinned to a specific prior version.
Usage
Note
Low Risk
Additive model registry and type union changes with no auth or breaking renames; only behavioral shift is server resolution for
lucy-vton-latestcallers.Overview
Adds
lucy-vton-3.5as a canonical virtual try-on model on realtime (/v1/stream) and queue/video (/v1/generate/lucy-vton-3.5,/v1/jobs/lucy-vton-3.5), wired through the model registry with the samevideoEdit2inputs and dimensions aslucy-vton-3(1088×624).Docs and comments now state that
lucy-vton-latestresolves server-side tolucy-vton-3.5(was 3); explicitlucy-vton-3/lucy-vton-2names stay unchanged. The SDK demo page adds a Lucy VTON 3.5 picker option; unit, queue e2e, and realtime e2e tests cover the new name.Reviewed by Cursor Bugbot for commit 5086dc7. Bugbot is set up for automated code reviews on this repo. Configure here.