What problem does it solve? Working with xAI's Grok image and video generation APIs requires knowing the correct endpoints, authentication headers, request fields, polling behavior, and pricing model. This Skill consolidates that operational knowledge so you can generate images, edit images, and create short videos without digging through API documentation. ## Core Features & Use Cases - Image Generation and Editing: Covers text-to-image via POST /images/generations and single or multi-image editing via POST /images/edits, including prompt structuring guidance. - Video Generation: Supports text-to-video, image-to-video, and reference-image video through POST /videos/generations with async polling on GET /videos/{request_id}. - Pricing and Failure Handling: Documents per-image and per-second pricing, plus explicit handling of failed and expired polling states. - Use Case: A content team wants a short product video featuring a specific person and jacket. They submit a reference-image video request mapping <IMAGE_1> to the person and <IMAGE_2> to the jacket, then poll until the status is done and download the 720p clip. ## Quick Start Use the grok-media skill to generate a 720p reference-image video from these two image URLs with a slow push-in camera motion.