happyhorse-1.0-t2v
happyhorse/happyhorse-1.0-t2vGenerate video from a text prompt.
- second
- 720P (default): $0.14 · 1080P: Unavailable
- Happyhorse
- 5 min
Overview
The request waits for the accepted task. Billing uses measured output seconds at the selected resolution. Outputs include a watermark. Video continuation and supplied audio are unsupported. A timed-out accepted task must be reconciled before another generation is requested.
Official model name, task ID, video URL, measured duration and resolution. Save the video before its URL expires after 24 hours.
Input
These go in the input object of the run request.
| Field | Type | Required | Description |
|---|---|---|---|
| prompt | string | Yes | Scene and movement; up to 2500 Chinese or 5000 non-Chinese characters. |
| ratio | string | No | Output aspect ratio. |
| duration | integer | No | Requested output seconds. |
| resolution | string | No | Output resolution and billing tier. |
Requests up to 1 MB.
Example
A call that works, with your own key.
curl https://gateway.agentsky.dev/v1/run \
-H "authorization: Bearer $AGENTSKY_API_KEY" \
-H "content-type: application/json" \
-d '{"provider":"happyhorse","endpoint":"happyhorse-1.0-t2v","input":{"prompt":"A blue ceramic cup on a white table","duration":3,"resolution":"720P"}}'Pricing
720P (default): $0.14 · 1080P: Unavailable per second on the default plan. Every run carries its price in the response.
