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

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

# OpenClaw x MiniMax

نماذج MiniMax M-series النصية هي LLMs بنمط sparse MoE وسياق 200K-1M، وتقدم نتائج برمجة متقدمة بجزء من تكلفة النماذج dense. عبر RunAPI تشترك هذه النماذج في مفتاح API واحد مع فوترة توكنات بنظام الدفع حسب الاستخدام، ويمكن استدعاؤها من واجهات OpenAI Chat Completions وOpenAI Responses وAnthropic Messages. هذه نماذج MiniMax النصية، وهي منفصلة عن توليد الفيديو MiniMax Hailuo.

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

| معرّف النموذج | الإصدار | نقاط النهاية | السعر الابتدائي |
| --- | --- | --- | --- |
| `MiniMax-M2` | 230B / 10B نشطة؛ سياق 200K؛ نموذج البرمجة الأساسي في M-series | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.1` | سياق 200K؛ برمجة polyglot؛ 74% SWE-bench Verified | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.5` | سياق 200K؛ استدعاء أدوات وبحث أقوى بأسلوب الوكلاء | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.5-highspeed` | M2.5 عند نحو 100 tokens/sec؛ الأوزان نفسها، إنتاجية أعلى | /v1/chat/completions | $0.0004 |
| `MiniMax-M2.7` | سياق 200K؛ 56.2% SWE-bench Pro؛ تدريب self-evolving | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.7-highspeed` | M2.7 عند نحو 100 tokens/sec؛ الأوزان نفسها، إنتاجية أعلى | /v1/chat/completions | $0.0004 |
| `MiniMax-M3` | سياق 1M؛ 80.5% SWE-bench Verified؛ برمجة frontier مفتوحة الأوزان + سياق طويل | /v1/chat/completions | $0.0002 |

## الإعداد

اختر `<model-id>` قبل استخدام أي أمر. لا تحدد هذه الصفحة نموذجًا افتراضيًا.
استخدم `runapi/<model-id>` مع OpenClaw، أو اضبط نقطة نهاية RunAPI المخصصة واختر `<model-id>` مع Hermes Agent.

`/v1/chat/completions`

```
{
  models: {
    mode: "merge",
    providers: {
      runapi: {
        baseUrl: "https://runapi.ai/v1",
        apiKey: "${RUNAPI_API_KEY}",
        api: "openai-completions",
        models: [{ id: "<model-id>", name: "RunAPI <model-id>" }],
      },
    },
  },
}
```

## التحقق

```
openclaw models status
openclaw models set runapi/<model-id>
```


## آلية العمل

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

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

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

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

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

نعم. يدعم Model Line هذا بروتوكول LLM موجّهًا للعميل.


### الروابط

- [OpenClaw](https://runapi.ai/ar/openclaw)
- [MiniMax - الكتالوج](https://runapi.ai/ar/models/minimax)
- [MiniMax-M2](https://runapi.ai/ar/models/minimax/m2)
- [MiniMax-M2.1](https://runapi.ai/ar/models/minimax/m2.1)
- [MiniMax-M2.5](https://runapi.ai/ar/models/minimax/m2.5)
- [MiniMax-M2.5-highspeed](https://runapi.ai/ar/models/minimax/m2.5-highspeed)
- [MiniMax-M2.7](https://runapi.ai/ar/models/minimax/m2.7)
- [MiniMax-M2.7-highspeed](https://runapi.ai/ar/models/minimax/m2.7-highspeed)
- [MiniMax-M3](https://runapi.ai/ar/models/minimax/m3)

---

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