Qwen

Happyhorse 1.0 T2V

Built for text-to-video, with a stronger audio-native workflow than 早期视频模型, generating dialogue, sound effects, and background music in one pass. Compared with Veo, Kling, and Runway, its differentiator is synchronized audiovisual generation and character-consistent workflows for short drama, ads, e-commerce, and brand marketing.

このモデルの説明は現在の言語に未対応のため、英語で表示しています。

コンソールで使うhappyhorse-1.0-t2v

USD

料金

default
720P$0.135/s
1080P$0.23895/s

米ドル建ての公開価格です。実際の料金はアカウントグループや利用量により異なる場合があります。

API

コード例

var myHeaders = new Headers();
myHeaders.append("Authorization", "Bearer <token>");
myHeaders.append("Content-Type", "application/json");

var raw = JSON.stringify({
   "model": "happyhorse-1.0-t2v",
   "input": {
      "prompt": "A miniature city built from cardboard and bottle caps comes to life at night. A cardboard train slowly passes by, with small lights dotted along it, illuminating the path ahead."
   },
   "parameters": {
      "resolution": "720P",
      "ratio": "16:9",
      "duration": 5,
      "watermark": false
   }
});

var requestOptions = {
   method: 'POST',
   headers: myHeaders,
   body: raw,
   redirect: 'follow'
};

fetch("https://api.tokenhot.cn/v1/video/generations", requestOptions)
   .then(response => response.text())
   .then(result => console.log(result))
   .catch(error => console.log('error', error));

Qwen

関連モデル

QwenQwenHappyhorse 1.0 R2V

Built for reference-to-video, with a stronger audio-native workflow than 早期视频模型, generating dialogue, sound effects, and background music in one pass. Compared with Veo, Kling, and Runway, its differentiator is synchronized audiovisual generation and character-consistent workflows for short drama, ads, e-commerce, and brand marketing.

$0.135/s
QwenQwenHappyhorse 1.0 I2V

Built for image-to-video, with a stronger audio-native workflow than 早期视频模型, generating dialogue, sound effects, and background music in one pass. Compared with Veo, Kling, and Runway, its differentiator is synchronized audiovisual generation and character-consistent workflows for short drama, ads, e-commerce, and brand marketing.

$0.135/s
QwenQwenHappyhorse 1.0 Video Edit

Built for video editing, with a stronger audio-native workflow than 早期视频模型, generating dialogue, sound effects, and background music in one pass. Compared with Veo, Kling, and Runway, its differentiator is synchronized audiovisual generation and character-consistent workflows for short drama, ads, e-commerce, and brand marketing.

$0.135/s
Qwen阿里巴巴Happyhorse 1.1 I2V

Built for image-to-video, with a stronger audio-native workflow than HappyHorse 1.0, generating dialogue, sound effects, and background music in one pass. Compared with Veo, Kling, and Runway, its differentiator is synchronized audiovisual generation and character-consistent workflows for short drama, ads, e-commerce, and brand marketing.

$0.135/s

FAQ

よくある質問

Happyhorse 1.0 T2V はどの用途に適していますか?

Happyhorse 1.0 T2V は、このページに記載された入出力と機能に適しています。重要なシステムでは実際の負荷で事前に検証してください。

Happyhorse 1.0 T2V の料金体系は?

料金は上の料金セクションに表示されています。実際の費用は利用量、アカウントグループ、リクエスト内容によって異なります。

Happyhorse 1.0 T2V を呼び出すには?

上記のモデル ID と対応 API プロトコルを使用します。利用データがある場合はコード例も表示されます。

はじめる

Happyhorse 1.0 T2V で構築する

コンソールで使う