Revert "feat(models): add lucy-vton-3.5 (realtime + batch) (#62)"#63
Merged
Conversation
This reverts commit 2b91576.
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.
Reverts #62.
lucy-vton-3.5 is being rolled back from the SDK. This cleanly reverts the merged squash commit that added the realtime + batch models, types, and tests.
Note
Medium Risk
Breaking change for any code or docs still targeting
lucy-vton-3.5; scope is limited to model registry removal with no auth or data-path changes.Overview
Removes
lucy-vton-3.5from the Python SDK, reversing the prior addition of that model for realtime streaming and batch video jobs.The change drops
lucy-vton-3.5from theRealTimeModelsandVideoModelstype literals, deletes its entries in the realtime and video model registries (stream and/v1/jobs/lucy-vton-3.5), removes it from the playground’s realtime model picker, and deletes the associated model tests. Callers that still passlucy-vton-3.5will hitModelNotFoundErrorinstead of resolving a definition.Reviewed by Cursor Bugbot for commit e7e11ba. Bugbot is set up for automated code reviews on this repo. Configure here.