together-video

Generate videos from text prompts via Together AI's video API.

2|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/zainhas/togetherai-skills --skill together-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: together-video
Source: https://github.com/zainhas/togetherai-skills/tree/main/skills/together-video
Command: npx skills add https://github.com/zainhas/togetherai-skills --skill together-video

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires together, requests, together-ai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Generating engaging video content from text prompts and simple inputs can be slow and technically complex; this skill streamlines the process by coordinating model selection, framing, and optional references via Together AI's video API.

Core Features & Use Cases

  • Text-to-Video: Create videos from descriptive prompts using a range of models (Veo, Sora, Kling, Seedance, etc.).
  • Image-to-Video with Keyframes: Animate images with first/last frame control and reference images.
  • Asynchronous Workflows: Submit jobs, poll for status, and download results; supports advanced parameters like width, height, seconds, fps, steps, and guidance_scale.
  • Use Case: Marketing clips, tutorials, product demos, and social media content generation.

Quick Start

Run a basic test by generating a 1366x768 video from the prompt 'A serene sunset over the ocean'.

Frequently Asked Questions about together-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate video from text prompts using Together AI?

Generate video from text prompts using Together AI by submitting descriptive text to models like Veo, Sora, or Kling via API. You define width, height, seconds, fps, and guidance_scale parameters to produce the final video output asynchronously.

Can I animate an image with first and last frame keyframes?

Yes, you can animate images using image-to-video workflows with keyframes. By providing first and last frame control alongside reference images through the Together AI API, you can direct the animation sequence and generate the final video.

What parameters are required for text-to-video generation?

Text-to-video generation requires model IDs, input prompts, and parameters such as width, height, seconds, fps, steps, guidance_scale, and seed. Optional reference images can also be included to guide the video output.

How does asynchronous video generation work with the Together AI API?

Asynchronous video generation works by submitting a job to the Together AI API, polling for status updates, and downloading the video result once processing completes. This allows long rendering tasks to run without blocking execution.

Which AI video models are supported for marketing and social media content?

Supported AI video models include Veo, Sora, Kling, and Seedance. These models generate videos from prompts and are suitable for creating marketing clips, tutorials, product demos, and social media content.

Are there limitations when using reference images for video generation?

Reference images are optional inputs used to guide video generation workflows. The metadata does not specify strict limitations on reference images, but results depend on the selected model's capabilities and the provided prompt parameters.