---
title: دليل OpenClaw x PixVerse | RunAPI
description: استخدم PixVerse مع OpenClaw عبر RunAPI. قارن معرّفات النماذج ونقاط النهاية والأسعار الحالية، ثم اتبع مسار الإعداد المناسب.
url: https://runapi.ai/ar/openclaw-pixverse.md
canonical: https://runapi.ai/ar/openclaw-pixverse
locale: ar
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/openclaw-pixverse
  zh-CN: https://runapi.ai/zh-CN/openclaw-pixverse
  es: https://runapi.ai/es/openclaw-pixverse
  ja: https://runapi.ai/ja/openclaw-pixverse
  de: https://runapi.ai/de/openclaw-pixverse
  fr: https://runapi.ai/fr/openclaw-pixverse
  pt-BR: https://runapi.ai/pt-BR/openclaw-pixverse
  ko: https://runapi.ai/ko/openclaw-pixverse
  it: https://runapi.ai/it/openclaw-pixverse
  nl: https://runapi.ai/nl/openclaw-pixverse
  pl: https://runapi.ai/pl/openclaw-pixverse
  tr: https://runapi.ai/tr/openclaw-pixverse
  zh-TW: https://runapi.ai/zh-TW/openclaw-pixverse
  zh-HK: https://runapi.ai/zh-HK/openclaw-pixverse
  ar: https://runapi.ai/ar/openclaw-pixverse
  x-default: https://runapi.ai/openclaw-pixverse
model_line: pixverse
---

> HTML version: https://runapi.ai/ar/openclaw-pixverse
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x PixVerse

يوفّر PixVerse V6 عبر RunAPI تحويل النص إلى فيديو وتحويل الصورة إلى فيديو والتعديل الموجّه بصورة مرجعية والانتقال بين اللقطات وإطالة النتائج. تخدم نسخة نموذج واحدة كل نقاط النهاية الخمس، لذا ينطبق المفتاح ونموذج التسعير نفسهما على كل قدرة.

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

| معرّف النموذج | الإصدار | نقاط النهاية | السعر الابتدائي |
| --- | --- | --- | --- |
| `pixverse-v6` | pixverse-v6 | /api/v1/pixverse/image_to_video, /api/v1/pixverse/edit_video, /api/v1/pixverse/text_to_video, /api/v1/pixverse/transition_video, /api/v1/pixverse/extend_video | $0.190 |

## الإعداد

اضبط `RUNAPI_API_KEY`، ثم أنشئ طلبًا يتضمن `<model-id>` على `<endpoint>`. لا تستعلم عن الحالة إلا إذا أعادت نقطة النهاية Task غير متزامنة.

```shell
export RUNAPI_API_KEY=your_api_key

curl -X POST https://runapi.ai/api/v1/pixverse/text_to_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "pixverse-v6",
  "prompt": "A cinematic lantern festival above a calm river.",
  "output_resolution": "720p",
  "duration_seconds": 5,
  "aspect_ratio": "16:9"
}'
```


## التحقق


أرسل POST إلى /api/v1/pixverse/text_to_video واحفظ معرّف Task المُعاد.
أرسل GET إلى /api/v1/pixverse/text_to_video/<task-id> حتى تصبح الحالة completed أو failed.
تحقق من أن استجابة completed تحتوي على المخرجات الخاصة بنقطة النهاية والموثقة في مرجع API.


## آلية العمل

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

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

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

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

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

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


### الروابط

- [OpenClaw](https://runapi.ai/ar/openclaw)
- [PixVerse - الكتالوج](https://runapi.ai/ar/models/pixverse)
- [pixverse-v6](https://runapi.ai/ar/models/pixverse/v6)

---

## 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": "OpenClaw x PixVerse",
    "applicationCategory": "DeveloperApplication",
    "description": "استخدم PixVerse مع OpenClaw عبر RunAPI. قارن معرّفات النماذج ونقاط النهاية والأسعار الحالية، ثم اتبع مسار الإعداد المناسب.",
    "url": "https://runapi.ai/ar/openclaw-pixverse"
  },
  {
    "@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": "استخدام PixVerse مع OpenClaw",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "اختر معرّف نموذج",
        "text": "اختر معرّف نموذج عامًا من الكتالوج وراجع نقطة النهاية وسعر البداية الحالي.",
        "url": "https://runapi.ai/ar/openclaw-pixverse#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "اضبط RunAPI",
        "text": "اضبط RUNAPI_API_KEY قبل إرسال الطلب إلى نقطة النهاية.",
        "url": "https://runapi.ai/ar/openclaw-pixverse#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "تحقق من النتيجة",
        "text": "لنقاط النهاية غير المتزامنة، استعلم من نقطة النهاية نفسها حتى تصل Task إلى حالة نهائية.",
        "url": "https://runapi.ai/ar/openclaw-pixverse#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": "OpenClaw",
        "item": "https://runapi.ai/ar/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "PixVerse",
        "item": "https://runapi.ai/ar/openclaw-pixverse"
      }
    ]
  }
]
```
