Video · Alibaba

HappyHorse

Text, image, and edit-video generation with 720p and 1080p output, duration control, first-frame image support, ordered reference images for character-guided clips, and source-video editing.

Operational · 4 variants · から $0.480
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/happyhorse -g
The -g flag installs globally so every project picks it up.
Or paste this prompt to your AI agent:
Install the HappyHorse skill for me:

1. Clone https://github.com/runapi-ai/happyhorse
2. Copy the skills/happyhorse/ directory into your
   user-level skills directory (e.g. ~/.claude/skills/
   for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
概要

HappyHorse creates text, image, and edit-video clips with selectable 720p or 1080p output, deterministic seed control, first-frame image guidance, ordered reference-image guidance for the character model, and source-video edit instructions.

  • Installable agent skill
  • Unified API key
  • SDK examples included
  • 失敗した生成は課金されません
バリアント

バリアント

Variant Billing From
happyhorse-character second $0.480 見る →
happyhorse-edit-video second $0.480 見る →
happyhorse-image-to-video second $0.480 見る →
happyhorse-text-to-video second $0.480 見る →
AGENT USAGE

Use this model from your agent

Prompt + SDK example
# User prompt to the agent
"Generate a 5-second 1080p cinematic clip of a paper horse galloping through a miniature cardboard city at night."
// Code generated by the agent via @runapi.ai/happyhorse
import { HappyhorseClient } from '@runapi.ai/happyhorse';

const client = new HappyhorseClient();
const result = await client.textToVideo.run({
  model: 'happyhorse-character',
  prompt: 'Generate a 5-second 1080p cinematic clip of a paper horse galloping through a miniature cardboard city at night.',
});
@runapi.ai/happyhorse npm
仕組み

How to call this model

01

Install the skill

Add the model skill to your agent or install the SDK package.

02

Authenticate once

Use your RunAPI key for every supported model.

03

Send a request

Use the unified schema for the endpoint you need.

04

Receive output

Poll by task ID or handle the callback when the generation completes.

SDK QUICKSTART

SDK quickstart

runapi.ai
curl -X POST https://runapi.ai/api/v1/happyhorse/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "happyhorse-character",
  "prompt": "Generate a 5-second 1080p cinematic clip of a paper horse galloping through a miniature cardboard city at night."
}'
import { HappyhorseClient } from "@runapi.ai/happyhorse";

const client = new HappyhorseClient();
const result = await client.textToVideo.run({
    model: "happyhorse-character",
    prompt: "Generate a 5-second 1080p cinematic clip of a paper horse galloping through a miniature cardboard city at night.",
});
require "runapi/happyhorse"

client = RunApi::Happyhorse::Client.new
result = client.text_to_video.run(
    model: "happyhorse-character",
    prompt: "Generate a 5-second 1080p cinematic clip of a paper horse galloping through a miniature cardboard city at night."
)
@runapi.ai/happyhorse v1
背景

Where HappyHorse fits

HappyHorse belongs to the Alibaba catalog on RunAPI and exposes canonical text-to-video, image-to-video, and edit-video capabilities across API, SDK, CLI, Bruno, and docs surfaces.

Provider
Alibaba
Modality
Video
RUNAPI を選ぶ理由

Why use HappyHorse through RunAPI

One API key

Use the same credentials across models and providers.

Agent-ready

Installable skills include docs and schema for tool calls.

Predictable billing

Usage-based pricing is visible before you call.

FAQ

Frequently asked questions

How do I call this model?

Use the RunAPI SDK, CLI, or REST endpoint shown on this page.

Do failed generations cost money?

失敗した生成は課金されません

Can agents use it directly?

Yes. Install the model skill and your agent gets the docs, schema, and examples.

今すぐ開始

Start building with HappyHorse.