video

Happy Horse API via varg

What is Happy Horse

Happy Horse is a text-to-video model from fal. It is exposed through varg under the model key fal:alibaba/happy-horse/text-to-video.

Happy Horse via varg vs. calling fal directly

FeatureCalling fal directlyVia varg
Separate fal account / API keyRequiredNot required
Combine with other models in one pipelineNoYes (JSX composition)
Automatic cachingNoYes

With varg, you do not need your own fal credentials. You can compose Happy Horse with other models in a single JSX pipeline, and varg provides automatic caching and unified credit billing.

Pricing

Happy Horse costs $4.41 per second of output via varg. The pricing type is per-second conditional.

Code example

Call Happy Horse through varg using the exact model key:

curl -X POST https://api.varg.ai/v1/run \
  -H "Authorization: Bearer $VARG_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "fal:alibaba/happy-horse/text-to-video",
    "input": {
      "prompt": "A horse galloping across a meadow"
    }
  }'

When to use Happy Horse vs. sibling models

The current source data does not include sibling video models for direct comparison. When additional video models are available in the dataset, this section will compare them on price, speed, and output characteristics. For now, choose Happy Horse when you need a fal text-to-video model accessible through varg.

FAQ

How much does Happy Horse cost via varg?

Happy Horse costs $4.41 per second of output via varg. The pricing type is per-second conditional.

Do I need a fal account to use Happy Horse?

No. varg acts as a multi-provider gateway, so you can call fal:alibaba/happy-horse/text-to-video with your varg credentials and do not need a separate fal API key.

What kind of model is Happy Horse?

Happy Horse is a text-to-video model provided by fal.

Related guides

← Browse all guides