You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Video generation through Core: added Python generate(..., output={"task":"text_to_video"|"image_to_video"}) callback forwarding for AbstractVision progress events, plus OpenAI-compatible /v1/videos/generations, /v1/videos/edits, and async /v1/vision/jobs/videos/* routes.
Video job progress: async video jobs now capture normalized backend progress events in progress.last_event while preserving step/frame counters for polling clients.
Changed
Vision plugin floor: raised AbstractVision integration requirements to abstractvision>=0.3.16 so Core installs pick up MLX-Gen 0.18.6, exact model id routing, and text/image-to-video support.
Fixed
Generated media callback boundary: top-level progress callbacks supplied to multimodal generate(...) calls are attached to generated image/video output specs instead of leaking into the text-provider kwargs path.