---
title: Hermes Agent x HappyHorse 가이드 | RunAPI
description: RunAPI를 통해 Hermes Agent에서 HappyHorse을 사용하세요. 현재 모델 ID, 엔드포인트, 가격을 비교하고 알맞은 설정 절차를 확인할 수 있습니다.
url: https://runapi.ai/ko/hermes-happyhorse.md
canonical: https://runapi.ai/ko/hermes-happyhorse
locale: ko
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/ko/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` | 첫 프레임 이미지 한 장으로 만드는 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` | 하나의 첫 프레임 이미지로 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/ko/hermes-agent)
- [HappyHorse - 모델 카탈로그](https://runapi.ai/ko/models/happyhorse)
- [happyhorse-1.0-i2v](https://runapi.ai/ko/models/happyhorse/1.0-i2v)
- [happyhorse-1.0-r2v](https://runapi.ai/ko/models/happyhorse/1.0-r2v)
- [happyhorse-1.0-t2v](https://runapi.ai/ko/models/happyhorse/1.0-t2v)
- [happyhorse-character](https://runapi.ai/ko/models/happyhorse/character)
- [happyhorse-edit-video](https://runapi.ai/ko/models/happyhorse/edit-video)
- [happyhorse-image-to-video](https://runapi.ai/ko/models/happyhorse/image-to-video)
- [happyhorse-text-to-video](https://runapi.ai/ko/models/happyhorse/text-to-video)

---

## More from RunAPI

- [Home](https://runapi.ai/ko/.md)
- [모델](https://runapi.ai/ko/models.md)
- [영상 API 비교](https://runapi.ai/ko/ai-video-api-comparison.md)
- [OpenClaw 통합](https://runapi.ai/ko/openclaw.md)
- [OpenClaw 추천 API](https://runapi.ai/ko/best-api-for-openclaw.md)
- [OpenClaw 이미지 생성](https://runapi.ai/ko/openclaw-image-generation.md)
- [Hermes Agent 통합](https://runapi.ai/ko/hermes-agent.md)
- [요금](https://runapi.ai/ko/pricing.md)
- [Claude API 요금](https://runapi.ai/ko/claude-api-pricing.md)
- [ChatGPT API 요금](https://runapi.ai/ko/chatgpt-api-pricing.md)
- [OpenAI API 요금](https://runapi.ai/ko/openai-api-pricing.md)
- [Gemini API 요금](https://runapi.ai/ko/gemini-api-pricing.md)
- [Claude Code 요금](https://runapi.ai/ko/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/ko/claude-code-api.md)
- [Claude Code 대 Cursor](https://runapi.ai/ko/claude-code-vs-cursor.md)
- [Claude Max 대 API](https://runapi.ai/ko/claude-max-vs-api.md)
- [Requesty 대안](https://runapi.ai/ko/requesty-alternative.md)
- [문서](https://runapi.ai/ko/docs/guides)
- [SDK](https://runapi.ai/ko/sdk.md)
- [Skills](https://runapi.ai/ko/skills.md)
- [MCP Server](https://runapi.ai/ko/mcp.md)
- [CLI](https://runapi.ai/ko/cli.md)
- [피드백](https://runapi.makethisbetter.dev)
- [문의](mailto:support@runapi.ai)
- [약관](https://runapi.ai/ko/terms.md)
- [개인정보](https://runapi.ai/ko/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ko",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ko/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ko",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/koicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "SoftwareApplication",
    "name": "Hermes Agent x HappyHorse",
    "applicationCategory": "DeveloperApplication",
    "description": "RunAPI를 통해 Hermes Agent에서 HappyHorse을 사용하세요. 현재 모델 ID, 엔드포인트, 가격을 비교하고 알맞은 설정 절차를 확인할 수 있습니다.",
    "url": "https://runapi.ai/ko/hermes-happyhorse"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@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": "ko",
    "@type": "HowTo",
    "name": "Hermes Agent에서 HappyHorse 사용하기",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "모델 ID 선택",
        "text": "공개 모델 ID를 선택하고 엔드포인트와 현재 시작 가격을 확인합니다.",
        "url": "https://runapi.ai/ko/hermes-happyhorse#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI 설정",
        "text": "엔드포인트 요청 전에 RUNAPI_API_KEY를 설정합니다.",
        "url": "https://runapi.ai/ko/hermes-happyhorse#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "결과 검증",
        "text": "비동기 엔드포인트는 Task가 최종 상태가 될 때까지 같은 엔드포인트를 폴링합니다.",
        "url": "https://runapi.ai/ko/hermes-happyhorse#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "홈",
        "item": "https://runapi.ai/ko"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Hermes Agent",
        "item": "https://runapi.ai/ko/hermes-agent"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "HappyHorse",
        "item": "https://runapi.ai/ko/hermes-happyhorse"
      }
    ]
  }
]
```
