Skip to content

feat: Add Alibaba Qwen Video Generation model support - #201

Closed
lucasclark7699-bot wants to merge 1 commit into
hypit-ai:mainfrom
lucasclark7699-bot:feature/alibaba-video
Closed

lucasclark7699-bot wants to merge 1 commit into
hypit-ai:mainfrom
lucasclark7699-bot:feature/alibaba-video

Conversation

@lucasclark7699-bot

Copy link
Copy Markdown

Description

Add support for Alibaba's Qwen Video Generation (VVG) model to enable AI-powered video generation with text prompts and optional reference images.

Features

Text-to-Video Generation

  • Generate videos from text prompts (max 200 characters)
  • Duration: 5-10 seconds
  • Output resolutions: 480p, 720p, 1080p
  • Multiple aspect ratios: 1:1, 16:9, 9:16, 4:3, 3:4

Reference-Based Generation

  • Optional reference image for style guidance

Changes

  • Added new package @hypit/alibaba-video
  • Implemented Alibaba Qwen VVG model integration
  • Added markup surfaces for video generation
  • Complete documentation and examples

Architecture

Follows Hypit's standard model integration pattern with:

  • Generation ports for request/response structure
  • Markup surfaces for XML interface
  • Fragment builders for generation requests
  • Surface decoders for markup parsing
  • Activation context for model registration

Type of Change

  • New Feature
  • Bug Fix
  • Breaking Change

…libaba Qwen Video Generation (VVG) model with the following features:\n- Text-to-video generation from prompts\n- Optional reference image for style guidance\n- Configurable resolution (480p, 720p, 1080p)\n- Multiple aspect ratios (1:1, 16:9, 9:16, 4:3, 3:4)\n- 5-10 second video duration\n\nImplements standard Hypit model integration pattern:\n- Generation ports for request/response structure\n- Markup surfaces for XML-based video generation\n- Fragment builders for generation request creation\n- Surface decoders for markup parsing\n- Activation context for model registration
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