Minimax Hailuo V1 | Subject to Video. Generate videos from subject reference images using Minimax Hailuo V1 | Subject to Video. Triggers: minimax, subject to video, video generation
Scanned 9/8/2026
Install to Claude Code
npx -y skills add awesome-genmedia/skills --skill minimax-s2v-01 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Minimax S2v 01?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/awesome-genmedia-minimax-s2v-01)More formats (shields.io, HTML) on the badges page.
---
name: minimax-s2v-01
description: "Minimax Hailuo V1 | Subject to Video. Generate videos from subject reference images using Minimax Hailuo V1 | Subject to Video. Triggers: minimax, subject to video, video generation"
allowed-tools: Bash(curl *), WebFetch
---
# Minimax Hailuo V1 | Subject to Video
Generate videos from subject reference images using Minimax Hailuo V1 | Subject to Video. Supports optional prompt optimization.
## Quick Start
> Requires an each::labs API key. Get one at [eachlabs.ai](https://eachlabs.ai).
```bash
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "minimax-s2v-01",
"version": "0.0.1",
"input": {
"prompt": "A character walking confidently through a neon-lit city street"
}
}'
```
## Parameters
| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `prompt` | string | | |
| `prompt_optimizer` | boolean | | |
| `subject_image` | string | | URL of the subject reference image to use for consistent subject appearance |
## Examples
**Subject-driven video:**
```bash
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "minimax-s2v-01",
"version": "0.0.1",
"input": {
"prompt": "A character walking confidently through a neon-lit city street"
}
}'
```
**Cinematic subject video:**
```bash
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "minimax-s2v-01",
"version": "0.0.1",
"input": {
"prompt": "A figure standing on a cliff edge overlooking a vast ocean at sunset"
}
}'
```
## Related Models
- [Minimax Hailuo V1 | Text to Video](../minimax-t2v-01/) - Generate videos from text descriptions using Minimax Hailuo V1 | Text to Video.
- [Minimax | Text to Image](../minimax-text-to-image/) - Generate images from text prompts using Minimax | Text to Image.
## Documentation
- [each::labs Docs](https://docs.eachlabs.ai)
- [API Reference](https://docs.eachlabs.ai/api/overview)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!