---
title: Anleitung für OpenClaw x MiniMax | RunAPI
description: Verwende MiniMax mit OpenClaw über RunAPI. Vergleiche aktuelle Modell-IDs, Endpunkte und Preise und folge dann dem passenden Konfigurationsablauf.
url: https://runapi.ai/de/openclaw-minimax.md
canonical: https://runapi.ai/de/openclaw-minimax
locale: de
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/de/openclaw-minimax
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x MiniMax

MiniMax-M-Series-Textmodelle sind sparse MoE-LLMs mit 200K–1M Kontext und liefern Frontier-Coding-Scores zu einem Bruchteil der Kosten dichter Modelle. Über RunAPI teilen sie einen gemeinsamen API-Key mit nutzungsbasierter Token-Abrechnung und sind über OpenAI Chat Completions, OpenAI Responses und Anthropic Messages aufrufbar. Dies sind MiniMax-Textmodelle, getrennt von MiniMax Hailuo Videogenerierung.

## Öffentliche Versionen und Endpunkte

| Modell-ID | Version | Endpunkte | Startpreis |
| --- | --- | --- | --- |
| `MiniMax-M2` | 230B / 10B aktiv; 200K Kontext; Baseline-Coding-Modell der M-Serie | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.1` | 200K Kontext; polyglotte Programmierung; 74 % SWE-bench Verified | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.5` | 200K Kontext; stärkeres agentisches Tool Calling und Suche | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.5-highspeed` | M2.5 mit ~100 tokens/sec; gleiche Gewichte, höherer Durchsatz | /v1/chat/completions | $0.0004 |
| `MiniMax-M2.7` | 200K Kontext; 56,2 % SWE-bench Pro; selbstentwickelndes Training | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.7-highspeed` | M2.7 mit ~100 tokens/sec; gleiche Gewichte, höherer Durchsatz | /v1/chat/completions | $0.0004 |
| `MiniMax-M3` | 1M Kontext; 80,5 % SWE-bench Verified; Frontier-Open-Weight-Coding + langer Kontext | /v1/chat/completions | $0.0002 |

## Konfiguration

Wähle `<model-id>`, bevor du einen Befehl verwendest. Diese Seite wählt kein Standardmodell aus.
Verwende `runapi/<model-id>` mit OpenClaw oder konfiguriere den benutzerdefinierten RunAPI-Endpunkt und wähle `<model-id>` mit 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>" }],
      },
    },
  },
}
```

## Überprüfen

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


## So funktioniert es

1. **Modell-ID auswählen.** Wähle eine öffentliche Katalog-Modell-ID und prüfe ihren Endpunkt und aktuellen Startpreis.
2. **RunAPI konfigurieren.** Füge die Provider-Konfiguration für diesen Agenten hinzu.
3. **Ergebnis überprüfen.** Führe die unten gezeigten Status- und Modellauswahlbefehle aus.

## Häufige Fragen

### Welche Modell-ID soll ich verwenden?

Wähle eine öffentliche Modell-ID aus der Versionstabelle. Jede ID stellt die in ihrer Zeile gezeigten Endpunkte bereit.

### Konfiguriert diese Anleitung ein Chatmodell?

Ja. Diese Modelllinie unterstützt ein clientseitiges LLM-Protokoll.


### Links

- [OpenClaw](https://runapi.ai/de/openclaw)
- [MiniMax - Katalog](https://runapi.ai/de/models/minimax)
- [MiniMax-M2](https://runapi.ai/de/models/minimax/m2)
- [MiniMax-M2.1](https://runapi.ai/de/models/minimax/m2.1)
- [MiniMax-M2.5](https://runapi.ai/de/models/minimax/m2.5)
- [MiniMax-M2.5-highspeed](https://runapi.ai/de/models/minimax/m2.5-highspeed)
- [MiniMax-M2.7](https://runapi.ai/de/models/minimax/m2.7)
- [MiniMax-M2.7-highspeed](https://runapi.ai/de/models/minimax/m2.7-highspeed)
- [MiniMax-M3](https://runapi.ai/de/models/minimax/m3)

---

## More from RunAPI

- [Home](https://runapi.ai/de/.md)
- [Modelle](https://runapi.ai/de/models.md)
- [KI-Video-API Vergleich](https://runapi.ai/de/ai-video-api-comparison.md)
- [OpenClaw Integration](https://runapi.ai/de/openclaw.md)
- [Beste API für OpenClaw](https://runapi.ai/de/best-api-for-openclaw.md)
- [OpenClaw Bildgenerierung](https://runapi.ai/de/openclaw-image-generation.md)
- [Hermes Agent Integration](https://runapi.ai/de/hermes-agent.md)
- [Preise](https://runapi.ai/de/pricing.md)
- [Claude API Preise](https://runapi.ai/de/claude-api-pricing.md)
- [ChatGPT API Preise](https://runapi.ai/de/chatgpt-api-pricing.md)
- [OpenAI API Preise](https://runapi.ai/de/openai-api-pricing.md)
- [Gemini API Preise](https://runapi.ai/de/gemini-api-pricing.md)
- [Claude Code Preise](https://runapi.ai/de/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/de/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/de/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/de/claude-max-vs-api.md)
- [Requesty Alternative](https://runapi.ai/de/requesty-alternative.md)
- [Docs](https://runapi.ai/de/docs/guides)
- [SDK](https://runapi.ai/de/sdk.md)
- [Skills](https://runapi.ai/de/skills.md)
- [MCP Server](https://runapi.ai/de/mcp.md)
- [CLI](https://runapi.ai/de/cli.md)
- [Feedback](https://runapi.makethisbetter.dev)
- [Kontakt](mailto:support@runapi.ai)
- [Bedingungen](https://runapi.ai/de/terms.md)
- [Datenschutz](https://runapi.ai/de/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/de/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/deicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x MiniMax",
    "applicationCategory": "DeveloperApplication",
    "description": "Verwende MiniMax mit OpenClaw über RunAPI. Vergleiche aktuelle Modell-IDs, Endpunkte und Preise und folge dann dem passenden Konfigurationsablauf.",
    "url": "https://runapi.ai/de/openclaw-minimax"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Welche Modell-ID soll ich verwenden?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Wähle eine öffentliche Modell-ID aus der Versionstabelle. Jede ID stellt die in ihrer Zeile gezeigten Endpunkte bereit."
        }
      },
      {
        "@type": "Question",
        "name": "Konfiguriert diese Anleitung ein Chatmodell?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Ja. Diese Modelllinie unterstützt ein clientseitiges LLM-Protokoll."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "HowTo",
    "name": "MiniMax mit OpenClaw verwenden",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Modell-ID auswählen",
        "text": "Wähle eine öffentliche Katalog-Modell-ID und prüfe ihren Endpunkt und aktuellen Startpreis.",
        "url": "https://runapi.ai/de/openclaw-minimax#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI konfigurieren",
        "text": "Füge die Provider-Konfiguration für diesen Agenten hinzu.",
        "url": "https://runapi.ai/de/openclaw-minimax#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Ergebnis überprüfen",
        "text": "Führe die unten gezeigten Status- und Modellauswahlbefehle aus.",
        "url": "https://runapi.ai/de/openclaw-minimax#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Start",
        "item": "https://runapi.ai/de"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/de/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "MiniMax",
        "item": "https://runapi.ai/de/openclaw-minimax"
      }
    ]
  }
]
```
