---
title: دليل Hermes Agent x HappyHorse | RunAPI
description: استخدم HappyHorse مع Hermes Agent عبر RunAPI. قارن معرّفات النماذج ونقاط النهاية والأسعار الحالية، ثم اتبع مسار الإعداد المناسب.
url: https://runapi.ai/ar/hermes-happyhorse.md
canonical: https://runapi.ai/ar/hermes-happyhorse
locale: ar
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/ar/hermes-happyhorse
> Site index for agents: https://runapi.ai/llms.txt

# Hermes Agent x HappyHorse

HappyHorse belongs to the Alibaba catalog on RunAPI and exposes canonical text-to-video, image-to-video, and edit-video capabilities across API, SDK, CLI, Bruno, and docs surfaces.

## الإصدارات ونقاط النهاية العامة

| معرّف النموذج | الإصدار | نقاط النهاية | السعر الابتدائي |
| --- | --- | --- | --- |
| `happyhorse-1.0-i2v` | تحويل صورة إلى فيديو HappyHorse 1.0 من صورة الإطار الأول | /api/v1/happyhorse/image_to_video | $0.410 |
| `happyhorse-1.0-r2v` | تحويل مرجع إلى فيديو HappyHorse 1.0 باستخدام 1-9 صور مرتبة | /api/v1/happyhorse/text_to_video | $0.410 |
| `happyhorse-1.0-t2v` | تحويل نص إلى فيديو HappyHorse 1.0 بدقة 720p أو 1080p | /api/v1/happyhorse/text_to_video | $0.410 |
| `happyhorse-character` | 3-15s text-to-video clips guided by 1-9 ordered reference images | /api/v1/happyhorse/text_to_video | $0.410 |
| `happyhorse-edit-video` | Prompted source-video edits with optional reference images | /api/v1/happyhorse/edit_video | $0.480 |
| `happyhorse-image-to-video` | 3-15s image-to-video clips from one first-frame image | /api/v1/happyhorse/image_to_video | $0.410 |
| `happyhorse-text-to-video` | 3-15s text-to-video clips at 720p or 1080p | /api/v1/happyhorse/text_to_video | $0.410 |

## الإعداد

اختر `<model-id>` قبل استخدام أي أمر. لا تحدد هذه الصفحة نموذجًا افتراضيًا.
اضبط `RUNAPI_API_KEY`، ثم أنشئ طلبًا يتضمن `<model-id>` على `<endpoint>`. لا تستعلم عن الحالة إلا إذا أعادت نقطة النهاية 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 المُعاد.
أرسل GET إلى <endpoint>/<task-id> حتى تصبح الحالة completed أو failed.
تحقق من أن استجابة completed تحتوي على المخرجات الخاصة بنقطة النهاية والموثقة في مرجع API.


## آلية العمل

1. **اختر معرّف نموذج.** اختر معرّف نموذج عامًا من الكتالوج وراجع نقطة النهاية وسعر البداية الحالي.
2. **اضبط RunAPI.** اضبط RUNAPI_API_KEY قبل إرسال الطلب إلى نقطة النهاية.
3. **تحقق من النتيجة.** لنقاط النهاية غير المتزامنة، استعلم من نقطة النهاية نفسها حتى تصل Task إلى حالة نهائية.

## الأسئلة الشائعة

### أي معرّف نموذج أستخدم؟

اختر معرّف نموذج عامًا من جدول الإصدارات. يعرض كل معرّف نقاط النهاية الموضحة في صفه.

### هل يضبط هذا الدليل نموذج محادثة؟

لا. يستخدم Model Line هذا مسار نقطة النهاية الموضح هنا ولا يُعرض كنموذج محادثة للوكيل.


### الروابط

- [Hermes Agent](https://runapi.ai/ar/hermes-agent)
- [HappyHorse - الكتالوج](https://runapi.ai/ar/models/happyhorse)
- [happyhorse-1.0-i2v](https://runapi.ai/ar/models/happyhorse/1.0-i2v)
- [happyhorse-1.0-r2v](https://runapi.ai/ar/models/happyhorse/1.0-r2v)
- [happyhorse-1.0-t2v](https://runapi.ai/ar/models/happyhorse/1.0-t2v)
- [happyhorse-character](https://runapi.ai/ar/models/happyhorse/character)
- [happyhorse-edit-video](https://runapi.ai/ar/models/happyhorse/edit-video)
- [happyhorse-image-to-video](https://runapi.ai/ar/models/happyhorse/image-to-video)
- [happyhorse-text-to-video](https://runapi.ai/ar/models/happyhorse/text-to-video)

---

## More from RunAPI

- [Home](https://runapi.ai/ar/.md)
- [النماذج](https://runapi.ai/ar/models.md)
- [مقارنة API فيديو الذكاء الاصطناعي](https://runapi.ai/ar/ai-video-api-comparison.md)
- [تكامل OpenClaw](https://runapi.ai/ar/openclaw.md)
- [أفضل API لـ OpenClaw](https://runapi.ai/ar/best-api-for-openclaw.md)
- [توليد الصور في OpenClaw](https://runapi.ai/ar/openclaw-image-generation.md)
- [تكامل Hermes Agent](https://runapi.ai/ar/hermes-agent.md)
- [الأسعار](https://runapi.ai/ar/pricing.md)
- [أسعار Claude API](https://runapi.ai/ar/claude-api-pricing.md)
- [أسعار ChatGPT API](https://runapi.ai/ar/chatgpt-api-pricing.md)
- [أسعار OpenAI API](https://runapi.ai/ar/openai-api-pricing.md)
- [أسعار Gemini API](https://runapi.ai/ar/gemini-api-pricing.md)
- [أسعار Claude Code](https://runapi.ai/ar/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/ar/claude-code-api.md)
- [Claude Code مقابل Cursor](https://runapi.ai/ar/claude-code-vs-cursor.md)
- [Claude Max مقابل API](https://runapi.ai/ar/claude-max-vs-api.md)
- [بديل Requesty](https://runapi.ai/ar/requesty-alternative.md)
- [التوثيق](https://runapi.ai/ar/docs/guides)
- [SDK](https://runapi.ai/ar/sdk.md)
- [المهارات](https://runapi.ai/ar/skills.md)
- [خادم MCP](https://runapi.ai/ar/mcp.md)
- [CLI](https://runapi.ai/ar/cli.md)
- [الملاحظات](https://runapi.makethisbetter.dev)
- [اتصل بنا](mailto:support@runapi.ai)
- [الشروط](https://runapi.ai/ar/terms.md)
- [الخصوصية](https://runapi.ai/ar/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ar",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ar",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ar/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ar",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ar",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/aricon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ar",
    "@type": "SoftwareApplication",
    "name": "Hermes Agent x HappyHorse",
    "applicationCategory": "DeveloperApplication",
    "description": "استخدم HappyHorse مع Hermes Agent عبر RunAPI. قارن معرّفات النماذج ونقاط النهاية والأسعار الحالية، ثم اتبع مسار الإعداد المناسب.",
    "url": "https://runapi.ai/ar/hermes-happyhorse"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ar",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "أي معرّف نموذج أستخدم؟",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "اختر معرّف نموذج عامًا من جدول الإصدارات. يعرض كل معرّف نقاط النهاية الموضحة في صفه."
        }
      },
      {
        "@type": "Question",
        "name": "هل يضبط هذا الدليل نموذج محادثة؟",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "لا. يستخدم Model Line هذا مسار نقطة النهاية الموضح هنا ولا يُعرض كنموذج محادثة للوكيل."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ar",
    "@type": "HowTo",
    "name": "استخدام HappyHorse مع Hermes Agent",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "اختر معرّف نموذج",
        "text": "اختر معرّف نموذج عامًا من الكتالوج وراجع نقطة النهاية وسعر البداية الحالي.",
        "url": "https://runapi.ai/ar/hermes-happyhorse#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "اضبط RunAPI",
        "text": "اضبط RUNAPI_API_KEY قبل إرسال الطلب إلى نقطة النهاية.",
        "url": "https://runapi.ai/ar/hermes-happyhorse#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "تحقق من النتيجة",
        "text": "لنقاط النهاية غير المتزامنة، استعلم من نقطة النهاية نفسها حتى تصل Task إلى حالة نهائية.",
        "url": "https://runapi.ai/ar/hermes-happyhorse#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ar",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "الرئيسية",
        "item": "https://runapi.ai/ar"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Hermes Agent",
        "item": "https://runapi.ai/ar/hermes-agent"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "HappyHorse",
        "item": "https://runapi.ai/ar/hermes-happyhorse"
      }
    ]
  }
]
```
