We match your deposits, up to $150 in free credits. Ends October 1.Learn more  

model apis · video generation

Happyhorse 1.1 T2v API

Run Happyhorse 1.1 T2v by Alibaba through one OpenAI-compatible endpoint. Pay per use against your GPU.ai balance. No instance to rent, no deployment to manage.

Available now

Happyhorse 1.1 T2v API pricing

Live catalog rates, billed per use against your GPU.ai balance. No subscriptions, no minimums.

TierRate
Serverless
Per second of video: $0.140Per clip (from): $0.700

rates are read hourly from the live model catalog and metered per request

Call Happyhorse 1.1 T2v in one request

Any OpenAI SDK works: set the base URL to https://api.gpu.ai/v1 and use your GPU.ai API key.

curl
# Start a generation, then poll it until it completes.
curl https://api.gpu.ai/v1/videos \
  -H "Authorization: Bearer $GPUAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpuai/happyhorse-1.1-t2v",
    "prompt": "A drone shot over a mountain lake at dawn"
  }'

curl https://api.gpu.ai/v1/videos/{video_id} \
  -H "Authorization: Bearer $GPUAI_API_KEY"

Happyhorse 1.1 T2v on GPU.ai

Model idgpuai/happyhorse-1.1-t2v
ModalityVideo generation
AuthorAlibaba
Context window
Streaming
Aliases

faq

Happyhorse 1.1 T2v API questions

How much does the Happyhorse 1.1 T2v API cost?

Happyhorse 1.1 T2v on GPU.ai currently costs $0.140 (per second of video), $0.700 (per clip (from)). There are no subscriptions or minimums. Usage is billed against your GPU.ai balance as you go.

Is the Happyhorse 1.1 T2v API OpenAI-compatible?

Yes. Point any OpenAI SDK at https://api.gpu.ai/v1 with a GPU.ai API key and request model "gpuai/happyhorse-1.1-t2v". No proprietary client needed.

How does billing work?

Generation models bill per output (per image, or per second of video) at the listed rate, metered per request against your GPU.ai balance.