What problem does it solve? Creating video content programmatically requires navigating multiple LTX model versions, endpoints, and asynchronous polling workflows, which is error-prone without clear guidance. ## Core Features & Use Cases - Multi-version operation routing: Maps user intent to the correct LTX endpoint across 2.5 Pro, 2.5 Lite, 2.3 Quality, 2.3, LTX-2 Fast, and v2 tiers, covering text-to-video, image-to-video, audio-to-video, retake, reframe, and upscale operations. - Async polling workflow: Submits generation requests, polls the result endpoint until completion, and extracts the final video URL. - API key management: Guides one-time Pixazo API key setup via environment variable or ~/.pixazo/api-key file. - Use Case: A content creator asks their coding agent to generate a 6-second 1080p clip from a text prompt; the agent picks the ltx-2-5-pro text-to-video endpoint, submits the request, polls for completion, and returns the video URL. ## Quick Start Ask your agent to generate a short video from a text prompt using LTX, and paste your Pixazo API key when prompted.