Skip to content

feat(realtime): add lucy-2.5 realtime model#6

Merged
AdirAmsalem merged 1 commit into
mainfrom
add-lucy-2.5-model
Jul 6, 2026
Merged

feat(realtime): add lucy-2.5 realtime model#6
AdirAmsalem merged 1 commit into
mainfrom
add-lucy-2.5-model

Conversation

@AdirAmsalem

@AdirAmsalem AdirAmsalem commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Makes the latest Lucy generation, lucy-2.5, available to C++ SDK users for realtime video editing. This brings the C++ SDK in line with the other Decart SDKs, which already ship the model.

Usage:

auto model = decart::models::realtime("lucy-2.5");
// model.urlPath == "/v1/stream", model.fps == 30, 1088x624

Register `lucy-2.5` as a canonical realtime model streaming over
`/v1/stream` at 1088x624. Adds a per-model `fps` field to the registry
(previously hardcoded to 30) so future models can vary the capture rate.

Brings the C++ SDK in line with the other Decart SDKs.
@AdirAmsalem AdirAmsalem force-pushed the add-lucy-2.5-model branch from 2c251b1 to edac743 Compare July 5, 2026 18:08
@AdirAmsalem AdirAmsalem merged commit 61af0d1 into main Jul 6, 2026
4 checks passed
@AdirAmsalem AdirAmsalem deleted the add-lucy-2.5-model branch July 6, 2026 08:25
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