Alibaba Model Studio / alibaba/happyhorse-1.0-t2v

HappyHorse-1.0-T2V - access through LLMTR

HappyHorse-1.0-T2V is Alibaba Model Studio's text-to-video model for realistic short video generation from written prompts. It supports 720P and 1080P output with per-second pricing, making it suitable for product scenes, ad drafts, and creative video prototypes.

Technical specifications

Canonical IDalibaba/happyhorse-1.0-t2v
ProviderAlibaba Model Studio
Context windowNot available
OperationsVIDEO_GENERATIONS
Modalities720P, 1080P, text, video

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.140000
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.240000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"alibaba/happyhorse-1.0-t2v","messages":[{"role":"user","content":"Hello"}]}'

Related models