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 ID | alibaba/happyhorse-1.0-t2v |
|---|---|
| Provider | Alibaba Model Studio |
| Context window | Not available |
| Operations | VIDEO_GENERATIONS |
| Modalities | 720P, 1080P, text, video |
Pricing
A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| VIDEO_GENERATIONS | OUTPUT_VIDEO | PER_SECOND | $0.140000 |
| VIDEO_GENERATIONS | OUTPUT_VIDEO | PER_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
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- MedGemma 4B llmtr/medgemma-4b
- Trendyol 7B llmtr/trendyol-7b
- Magibu 11B v8 llmtr/magibu-11b-v8
- Sincap llmtr/sincap
- EmbeddingGemma 300M llmtr/embeddinggemma-300m
- GPT-5.5 openai/gpt-5.5