---
title: Hermes Agent x HappyHorse ガイド | RunAPI
description: RunAPI 経由で Hermes Agent から HappyHorse を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。
url: https://runapi.ai/ja/hermes-happyhorse.md
canonical: https://runapi.ai/ja/hermes-happyhorse
locale: ja
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/hermes-happyhorse
  zh-CN: https://runapi.ai/zh-CN/hermes-happyhorse
  es: https://runapi.ai/es/hermes-happyhorse
  ja: https://runapi.ai/ja/hermes-happyhorse
  de: https://runapi.ai/de/hermes-happyhorse
  fr: https://runapi.ai/fr/hermes-happyhorse
  pt-BR: https://runapi.ai/pt-BR/hermes-happyhorse
  ko: https://runapi.ai/ko/hermes-happyhorse
  it: https://runapi.ai/it/hermes-happyhorse
  nl: https://runapi.ai/nl/hermes-happyhorse
  pl: https://runapi.ai/pl/hermes-happyhorse
  tr: https://runapi.ai/tr/hermes-happyhorse
  zh-TW: https://runapi.ai/zh-TW/hermes-happyhorse
  zh-HK: https://runapi.ai/zh-HK/hermes-happyhorse
  ar: https://runapi.ai/ar/hermes-happyhorse
  x-default: https://runapi.ai/hermes-happyhorse
model_line: happyhorse
---

> HTML version: https://runapi.ai/ja/hermes-happyhorse
> Site index for agents: https://runapi.ai/llms.txt

# Hermes Agent x HappyHorse

HappyHorseはRunAPIのAlibabaカタログに属し、API、SDK、CLI、Bruno、ドキュメントサーフェスにわたって標準的なテキスト→動画、画像→動画、動画編集機能を公開しています。

## 公開バージョンとエンドポイント

| モデル ID | バージョン | エンドポイント | 開始価格 |
| --- | --- | --- | --- |
| `happyhorse-1.0-i2v` | 1枚目の画像から作る HappyHorse 1.0 の画像動画生成 | /api/v1/happyhorse/image_to_video | $0.410 |
| `happyhorse-1.0-r2v` | 1-9枚の順序付き参照画像で作る HappyHorse 1.0 動画 | /api/v1/happyhorse/text_to_video | $0.410 |
| `happyhorse-1.0-t2v` | 720p または 1080p に対応した HappyHorse 1.0 テキスト動画生成 | /api/v1/happyhorse/text_to_video | $0.410 |
| `happyhorse-character` | 1〜9枚の順序付き参照画像でガイドされる3〜15秒のテキスト→動画クリップ | /api/v1/happyhorse/text_to_video | $0.410 |
| `happyhorse-edit-video` | オプションの参照画像を持つプロンプトによるソース動画編集 | /api/v1/happyhorse/edit_video | $0.480 |
| `happyhorse-image-to-video` | 1枚の最初のフレーム画像からの3〜15秒の画像→動画クリップ | /api/v1/happyhorse/image_to_video | $0.410 |
| `happyhorse-text-to-video` | 720pまたは1080pでの3〜15秒のテキスト→動画クリップ | /api/v1/happyhorse/text_to_video | $0.410 |

## 設定

コマンドを使用する前に `<model-id>` を選択してください。このページは既定モデルを事前選択しません。
`RUNAPI_API_KEY` を設定し、`<endpoint>` に `<model-id>` を含むリクエストを送信します。非同期 Task が返る場合のみポーリングします。

```shell
export RUNAPI_API_KEY=your_api_key

curl -X POST https://runapi.ai<endpoint> \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d @request.json
```


## 検証


POST <endpoint> を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET <endpoint>/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。


## 利用手順

1. **モデル ID を選択.** 公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。
2. **RunAPI を設定.** エンドポイントを呼び出す前に RUNAPI_API_KEY を設定します。
3. **結果を検証.** 非同期エンドポイントでは、Task が終端状態になるまで同じエンドポイントをポーリングします。

## よくある質問

### どのモデル ID を使うべきですか？

バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。

### このガイドはチャットモデルを設定しますか？

いいえ。この Model Line はここに示すエンドポイント手順を使用し、Agent のチャットモデルとしては扱いません。


### リンク

- [Hermes Agent](https://runapi.ai/ja/hermes-agent)
- [HappyHorse - モデルカタログ](https://runapi.ai/ja/models/happyhorse)
- [happyhorse-1.0-i2v](https://runapi.ai/ja/models/happyhorse/1.0-i2v)
- [happyhorse-1.0-r2v](https://runapi.ai/ja/models/happyhorse/1.0-r2v)
- [happyhorse-1.0-t2v](https://runapi.ai/ja/models/happyhorse/1.0-t2v)
- [happyhorse-character](https://runapi.ai/ja/models/happyhorse/character)
- [happyhorse-edit-video](https://runapi.ai/ja/models/happyhorse/edit-video)
- [happyhorse-image-to-video](https://runapi.ai/ja/models/happyhorse/image-to-video)
- [happyhorse-text-to-video](https://runapi.ai/ja/models/happyhorse/text-to-video)

---

## More from RunAPI

- [Home](https://runapi.ai/ja/.md)
- [モデル](https://runapi.ai/ja/models.md)
- [動画API比較](https://runapi.ai/ja/ai-video-api-comparison.md)
- [OpenClaw 統合](https://runapi.ai/ja/openclaw.md)
- [OpenClaw に最適な API](https://runapi.ai/ja/best-api-for-openclaw.md)
- [OpenClaw 画像生成](https://runapi.ai/ja/openclaw-image-generation.md)
- [Hermes 統合](https://runapi.ai/ja/hermes-agent.md)
- [料金](https://runapi.ai/ja/pricing.md)
- [Claude API 料金](https://runapi.ai/ja/claude-api-pricing.md)
- [ChatGPT API 料金](https://runapi.ai/ja/chatgpt-api-pricing.md)
- [OpenAI API 料金](https://runapi.ai/ja/openai-api-pricing.md)
- [Gemini API 料金](https://runapi.ai/ja/gemini-api-pricing.md)
- [Claude Code 料金](https://runapi.ai/ja/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/ja/claude-code-api.md)
- [Claude Code と Cursor 比較](https://runapi.ai/ja/claude-code-vs-cursor.md)
- [Claude Max と API 比較](https://runapi.ai/ja/claude-max-vs-api.md)
- [Requesty 代替](https://runapi.ai/ja/requesty-alternative.md)
- [ドキュメント](https://runapi.ai/ja/docs/guides)
- [SDK](https://runapi.ai/ja/sdk.md)
- [Skills](https://runapi.ai/ja/skills.md)
- [MCP Server](https://runapi.ai/ja/mcp.md)
- [CLI](https://runapi.ai/ja/cli.md)
- [フィードバック](https://runapi.makethisbetter.dev)
- [お問い合わせ](mailto:support@runapi.ai)
- [利用規約](https://runapi.ai/ja/terms.md)
- [プライバシー](https://runapi.ai/ja/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ja/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/jaicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "SoftwareApplication",
    "name": "Hermes Agent x HappyHorse",
    "applicationCategory": "DeveloperApplication",
    "description": "RunAPI 経由で Hermes Agent から HappyHorse を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。",
    "url": "https://runapi.ai/ja/hermes-happyhorse"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "どのモデル ID を使うべきですか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。"
        }
      },
      {
        "@type": "Question",
        "name": "このガイドはチャットモデルを設定しますか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "いいえ。この Model Line はここに示すエンドポイント手順を使用し、Agent のチャットモデルとしては扱いません。"
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "HowTo",
    "name": "Hermes Agent で HappyHorse を使用する",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "モデル ID を選択",
        "text": "公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。",
        "url": "https://runapi.ai/ja/hermes-happyhorse#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI を設定",
        "text": "エンドポイントを呼び出す前に RUNAPI_API_KEY を設定します。",
        "url": "https://runapi.ai/ja/hermes-happyhorse#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "結果を検証",
        "text": "非同期エンドポイントでは、Task が終端状態になるまで同じエンドポイントをポーリングします。",
        "url": "https://runapi.ai/ja/hermes-happyhorse#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "ホーム",
        "item": "https://runapi.ai/ja"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Hermes Agent",
        "item": "https://runapi.ai/ja/hermes-agent"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "HappyHorse",
        "item": "https://runapi.ai/ja/hermes-happyhorse"
      }
    ]
  }
]
```
