happyhorse

作成者: qu-skills

Alibaba HappyHorse 1.0モデルを使用して、inference.sh CLI経由で動画を生成・編集します。モデル:HappyHorse T2V、I2V、R2V、Video Edit。機能:テキストから動画、画像から動画、参照から動画、自然言語による動画編集、キャラクター保存、720P/1080P、最大15秒。用途:物理的にリアルな動画、動画編集、キャラクター一貫性のあるコンテンツ、製品デモ、ソーシャルメディア。トリガー:happyhorse、happy horse、alibaba video、happyhorse 1.0、dashscope video、alibaba...

npx skills add https://github.com/qu-skills/skills --skill happyhorse

Install the belt CLI skill: npx skills add belt-sh/cli

HappyHorse 1.0 Video Generation

Generate and edit physically realistic videos with Alibaba's HappyHorse 1.0 models via inference.sh CLI.

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

belt app run alibaba/happyhorse-1-0-t2v --input '{"prompt": "a horse galloping across a sunlit meadow"}'

HappyHorse Models

ModelApp IDBest For
T2Valibaba/happyhorse-1-0-t2vText-to-video, physically realistic motion
I2Valibaba/happyhorse-1-0-i2vAnimate a single image
R2Valibaba/happyhorse-1-0-r2vPreserve characters from up to 9 reference images
Video Editalibaba/happyhorse-1-0-video-editEdit existing videos with natural language

All models support 720P/1080P resolution, up to 15 seconds duration.

Examples

Text-to-Video

belt app run alibaba/happyhorse-1-0-t2v --input '{
  "prompt": "a golden retriever running through autumn leaves in a park, slow motion",
  "duration": 10,
  "resolution": "1080P",
  "ratio": "16:9"
}'

Image-to-Video

Animate a still image:

belt app run alibaba/happyhorse-1-0-i2v --input '{
  "first_frame": "https://your-image.jpg",
  "prompt": "gentle camera zoom, clouds moving in the sky",
  "duration": 8,
  "resolution": "720P"
}'

Reference-to-Video (Character Preservation)

Generate videos that preserve characters from reference images (up to 9):

belt app run alibaba/happyhorse-1-0-r2v --input '{
  "prompt": "a woman walking through a busy market street",
  "reference_images": ["https://portrait.jpg"],
  "duration": 10,
  "resolution": "720P"
}'

Multi-Character Reference

belt app run alibaba/happyhorse-1-0-r2v --input '{
  "prompt": "two friends sitting at a cafe having coffee",
  "reference_images": ["https://person1.jpg", "https://person2.jpg"],
  "ratio": "16:9"
}'

Video Editing

Edit existing videos using natural language instructions:

belt app run alibaba/happyhorse-1-0-video-edit --input '{
  "video": "https://your-video.mp4",
  "prompt": "change the background to a snowy mountain landscape"
}'

Video Editing with Reference Images

belt app run alibaba/happyhorse-1-0-video-edit --input '{
  "video": "https://your-video.mp4",
  "prompt": "replace the person with the character from the reference image",
  "reference_images": ["https://character.jpg"]
}'

Video Editing with Audio Control

belt app run alibaba/happyhorse-1-0-video-edit --input '{
  "video": "https://your-video.mp4",
  "prompt": "make the scene look like a rainy day",
  "audio_setting": "generate"
}'

Pricing

ResolutionPrice
720P$0.14 per second
1080P$0.24 per second

Video Edit is billed on input + output duration.

Parameters (T2V)

ParameterTypeDefaultDescription
promptstringrequiredText description of the video
durationinteger5Duration in seconds (3–15)
resolutionenum720P720P or 1080P
ratioenum16:916:9, 9:16, 1:1, 4:3, 3:4, 21:9
seedintegerrandomReproducible generation
watermarkbooleanfalseAdd HappyHorse watermark

Parameters (I2V)

ParameterTypeDefaultDescription
first_framefilerequiredFirst frame image (JPEG, PNG, WebP)
promptstring-Optional text description
durationinteger5Duration in seconds (3–15)
resolutionenum720P720P or 1080P
seedintegerrandomReproducible generation

Parameters (R2V)

ParameterTypeDefaultDescription
promptstringrequiredText description of the scene
reference_imagesarrayrequiredUp to 9 character reference images
durationinteger5Duration in seconds (3–15)
resolutionenum720P720P or 1080P
ratioenum16:916:9, 9:16, 1:1, 4:3, 3:4, 21:9
seedintegerrandomReproducible generation

Parameters (Video Edit)

ParameterTypeDefaultDescription
videofilerequiredVideo to edit (MP4/MOV, H.264)
promptstringrequiredEditing instruction
reference_imagesarray-Up to 5 reference images
audio_settingenumautoauto, generate, or keep_original
resolutionenum720P720P or 1080P
seedintegerrandomReproducible generation

Search HappyHorse Apps

belt app store search "happyhorse"

Related Skills

# Full platform skill (all apps)
npx skills add inference-sh/skills@infsh-cli

# All video generation models
npx skills add inference-sh/skills@ai-video-generation

# Seedance 2.0
npx skills add inference-sh/skills@seedance

# Google Veo
npx skills add inference-sh/skills@google-veo

# Image generation (for image-to-video)
npx skills add inference-sh/skills@ai-image-generation

Browse all video apps: belt app store --category video

Documentation

qu-skillsのその他のスキル

ai-video-generation
qu-skills
Google Veo、Seedance 2.0、HappyHorse、Wan、Grokなど40以上のモデルをinference.sh CLI経由でAI動画を生成。モデル:Veo 3.1、Veo 3、Seedance 2.0、HappyHorse 1.0、Wan 2.5、Grok Imagine Video、OmniHuman、Fabric、HunyuanVideo。機能:テキストから動画、画像から動画、参照から動画、動画編集、リップシンク、アバターアニメーション、動画アップスケーリング、フォーリーサウンド。用途:ソーシャルメディア動画、マーケティングコンテンツ、説明動画、製品デモ、AIアバター。トリガー:動画生成、AI動画、...
videocreativemedia
remotion-render
qu-skills
React/Remotionのコンポーネントコードからinference.sh経由で動画をレンダリングします。TSXコードを渡すとMP4が出力されます。useCurrentFrame、useVideoConfig、spring、interpolate、AbsoluteFill、Sequenceなど、すべてのRemotion APIに対応。解像度、FPS、長さ、コーデックを設定可能。用途:プログラムによる動画生成、アニメーショングラフィック、モーションデザイン、データ駆動型動画、Reactアニメーションの動画化。トリガー:remotion、コードから動画をレンダリング、tsxから動画へ、react動画、プログラム動画、remotionレンダリング、コードから動画へ、アニメーション...
developmentvideocreative
ai-image-generation
qu-skills
GPT-Image-2、FLUX、Gemini、Grok、Seedream、Reveなど50以上のモデルを使用して、inference.sh CLI経由でAI画像を生成します。モデル:GPT-Image-2、FLUX Dev LoRA、FLUX.2 Klein LoRA、Gemini 3 Pro Image、Grok Imagine、Seedream 4.5、Reve、ImagineArt。機能:テキストから画像、画像から画像、インペインティング、LoRA、画像編集、アップスケーリング、テキストレンダリング。用途:AIアート、製品モックアップ、コンセプトアート、ソーシャルメディアグラフィック、マーケティングビジュアル、イラスト。トリガー:flux、画像生成、AI画像、テキストから...
creativemediaimage
ai-avatar-video
qu-skills
inference.sh CLI経由でAIアバターとトーキングヘッド動画を作成。推奨:P-Video-Avatar(最速、最安、内蔵TTS)。他に:OmniHuman、Fabric、PixVerse。音声:Inworld TTS-2(100以上の言語、キャラクター向け感情制御)、ElevenLabs、Kokoro。機能:音声駆動アバター、テキストからアバター、リップシンク動画、トーキングヘッド生成、バーチャルプレゼンター、UGCコンテンツ。用途:AIプレゼンター、解説動画、バーチャルインフルエンサー、吹き替え、マーケティング動画、UGC広告、ゲームアバター、...
videocreativemedia
twitter-automation
qu-skills
inference.sh CLIを使用して、投稿、エンゲージメント、ユーザー管理によるTwitter/Xの自動化を行います。アプリ: x/post-tweet、x/post-create(メディア付き)、x/post-like、x/post-retweet、x/dm-send、x/user-follow。機能: ツイートの投稿、コンテンツのスケジュール、投稿へのいいね、リツイート、DMの送信、ユーザーのフォロー、プロフィールの取得。用途: ソーシャルメディア自動化、コンテンツスケジュール、エンゲージメントボット、オーディエンス拡大、X API。トリガー: twitter api、x api、tweet automation、post to twitter、twitter bot、social media automation、x...
api
agent-browser
qu-skills
inference.sh経由でAIエージェント向けのブラウザ自動化。ウェブページのナビゲーション、@e参照を使った要素操作、スクリーンショット撮影、動画録画が可能。機能:ウェブスクレイピング、フォーム入力、クリック、タイピング、ドラッグ&ドロップ、ファイルアップロード、JavaScript実行。用途:ウェブ自動化、データ抽出、テスト、エージェントブラウジング、リサーチ。トリガー:ブラウザ、ウェブ自動化、スクレイプ、ナビゲート、クリック、フォーム入力、スクリーンショット、ウェブ閲覧、playwright、ヘッドレスブラウザ、ウェブエージェント、インターネットサーフィン、動画録画
browser-automationweb-scrapingtesting
web-search
qu-skills
TavilyとExaを使用したウェブ検索とコンテンツ抽出(inference.sh CLI経由)。アプリ:Tavily Search、Tavily Extract、Exa Search、Exa Answer、Exa Extract。機能:AI駆動検索、コンテンツ抽出、直接回答、リサーチ。用途:研究、RAGパイプライン、ファクトチェック、コンテンツ集約、エージェント。トリガー:ウェブ検索、tavily、exa、search api、コンテンツ抽出、研究、インターネット検索、ai検索、検索アシスタント、ウェブスクレイピング、rag、perplexity代替
researchweb-scrapingapi
agent-tools
qu-skills
inference.sh CLI経由で250以上のAIアプリを実行 - 画像生成、動画作成、LLM、検索、3D、Twitter自動化。モデル: FLUX、Veo、Gemini、Grok、Claude、Seedance、OmniHuman、Tavily、Exa、OpenRouterなど多数。AIアプリの実行、画像/動画生成、LLM呼び出し、ウェブ検索、Twitter自動化の際に使用。トリガー: inference.sh、infsh、ai model、run ai、serverless ai、ai api、flux、veo、claude api、image generation、video generation、openrouter、tavily、exa search、twitter api、grok
developmentapicreative