Skip to content

feat(models): add lucy-vton-3.5 (realtime + batch)#62

Merged
AdirAmsalem merged 1 commit into
mainfrom
create-pr
Jul 22, 2026
Merged

feat(models): add lucy-vton-3.5 (realtime + batch)#62
AdirAmsalem merged 1 commit into
mainfrom
create-pr

Conversation

@AdirAmsalem

@AdirAmsalem AdirAmsalem commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Adds the lucy-vton-3.5 virtual try-on model so SDK users can select the latest VTON generation for both realtime streaming and batch video jobs. It's exposed everywhere the other canonical models are, so it's usable the same way with no new API surface to learn.

Usage

from decart import models

# Realtime streaming
rt = models.realtime("lucy-vton-3.5")

# Batch video job
video = models.video("lucy-vton-3.5")

Note

Low Risk
Additive model registration with no changes to auth, billing, or existing model behavior; risk is mainly that backend endpoints must exist for the new paths.

Overview
Registers lucy-vton-3.5 as a first-class VTON model for realtime streaming and batch video jobs, mirroring lucy-vton-3 (same resolution and FPS; batch jobs use VideoEdit2Input and /v1/jobs/lucy-vton-3.5).

The name is added to RealTimeModels / VideoModels, the internal _MODELS registry, the playground REALTIME_MODELS picker, and model tests so models.realtime("lucy-vton-3.5") and models.video("lucy-vton-3.5") work like existing canonical models.

Reviewed by Cursor Bugbot for commit 56bdbc7. Bugbot is set up for automated code reviews on this repo. Configure here.

@AdirAmsalem
AdirAmsalem merged commit 2b91576 into main Jul 22, 2026
9 checks passed
@AdirAmsalem
AdirAmsalem deleted the create-pr branch July 22, 2026 10:40
AdirAmsalem added a commit that referenced this pull request Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant