Dev 1663 video upscale#15
Merged
Merged
Conversation
- New endpoint in video-generation group - Params: video (required), model, scale (optional) - Model limits (min/max scale) applied dynamically from /models Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Default deAPI pagination returns 25 per page; total exceeded that after adding new models. Pass limit=50 so the single-page fetch covers them all. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
'upscale' check ran before 'video' check and matched vid-upscale, so the thumbnail rendered as a broken <img>. Reordered so video/vid- and transcription (2txt/2text/ocr) are detected first. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…n limits Tester is also used for debugging, so min/max and accept filters shouldn't block sending out-of-range values to the API. Added a SettingsContext with a localStorage-backed strictValidation flag (default off) and a toggle in the Settings drawer. FormField and FileUploadField honor the flag. Also surfaced min_scale/max_scale and max_video_duration_seconds in the ModelInfo panel so users can still see the advertised limits. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
adampachowicz
approved these changes
Apr 17, 2026
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.
Description
Brief description of changes.
Type of Change
Testing
How was this tested?
Checklist