Back to models/happyhorse-1.0-video-edit
阿里巴巴
AlibabaCallable

happyhorse-1.0-video-edit

Great for short-video production, asset generation and video remixing; review the async task workflow in Docs before integrating.

Model code
happyhorse-1.0-video-edit
Video generationPer-second billing

Context

720P / 1080P

Availability

1/1 available

Reference latency

N/A

Capabilities

Inferred from the model family and tags; actual calls are authoritative.

Function calling
Not supported
Structured output
Not supported
Vision
Supported
Image generation
Not supported
Web search
Not supported
Code execution
Not supported
Streaming
Not supported
Caching
TBD
Batch inference
TBD

Pricing

Final cost is determined at settlement.

Limited-time promo · -20%
720P per second$0.11 / s$0.14 / s
1080P per second$0.19 / s$0.24 / s
Pricing statusUnified pricing

Video is billed by output duration: per-second rate × duration, priced separately per output resolution.

Limits & context

Rate-limit fields sync from the console config; no guarantees until synced.

Max context
720P / 1080P · 3-15s · 最多5张参考图
Max output
MP4 · 24fps
RPM
No hard cap · fair use
TPM
Tiered by account & key

API examples

Use Turiloop's unified API entry; read the key from an environment variable.

import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.TURILOOP_API_KEY,
  baseURL: "https://api.turiloop.com/v1"
});

const completion = await client.chat.completions.create({
  model: "happyhorse-1.0-video-edit",
  messages: [{ role: "user", content: "Hello, Turiloop" }]
});

Related models

Other models from the same provider or family

Related reading