---
title: OpenClaw x MiniMax ガイド | RunAPI
description: RunAPI 経由で OpenClaw から MiniMax を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。
url: https://runapi.ai/ja/openclaw-minimax.md
canonical: https://runapi.ai/ja/openclaw-minimax
locale: ja
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/ja/openclaw-minimax
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x MiniMax

MiniMax MシリーズのテキストモデルはスパースMoE LLMで、200K〜1Mコンテキストを持ち、密なモデルの数分の一のコストでフロンティア級のコーディングスコアを提供します。RunAPI経由では、1つのAPIキーと従量課金制のトークン課金を共有し、OpenAI Chat Completions、OpenAI Responses、Anthropic Messagesサーフェスから呼び出せます。これらはMiniMaxのテキストモデルであり、MiniMax Hailuo動画生成とは別です。

## 公開バージョンとエンドポイント

| モデル ID | バージョン | エンドポイント | 開始価格 |
| --- | --- | --- | --- |
| `MiniMax-M2` | 230B / アクティブ10B；200Kコンテキスト；Mシリーズのベースラインコーディングモデル | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.1` | 200Kコンテキスト；ポリグロットプログラミング；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；自己進化型トレーニング | /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；フロンティア級オープンウェイトコーディング＋長文脈 | /v1/chat/completions | $0.0002 |

## 設定

コマンドを使用する前に `<model-id>` を選択してください。このページは既定モデルを事前選択しません。
OpenClaw では `runapi/<model-id>` を使用します。Hermes Agent では RunAPI カスタムエンドポイントを設定して `<model-id>` を選択します。

`/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. **モデル ID を選択.** 公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。
2. **RunAPI を設定.** この Agent の Provider 設定を追加します。
3. **結果を検証.** 以下の Agent ステータスおよびモデル選択コマンドを実行します。

## よくある質問

### どのモデル ID を使うべきですか？

バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。

### このガイドはチャットモデルを設定しますか？

はい。この Model Line はクライアント向け LLM プロトコルをサポートします。


### リンク

- [OpenClaw](https://runapi.ai/ja/openclaw)
- [MiniMax - モデルカタログ](https://runapi.ai/ja/models/minimax)
- [MiniMax-M2](https://runapi.ai/ja/models/minimax/m2)
- [MiniMax-M2.1](https://runapi.ai/ja/models/minimax/m2.1)
- [MiniMax-M2.5](https://runapi.ai/ja/models/minimax/m2.5)
- [MiniMax-M2.5-highspeed](https://runapi.ai/ja/models/minimax/m2.5-highspeed)
- [MiniMax-M2.7](https://runapi.ai/ja/models/minimax/m2.7)
- [MiniMax-M2.7-highspeed](https://runapi.ai/ja/models/minimax/m2.7-highspeed)
- [MiniMax-M3](https://runapi.ai/ja/models/minimax/m3)

---

## More from RunAPI

- [Home](https://runapi.ai/ja/.md)
- [モデル](https://runapi.ai/ja/models.md)
- [動画API比較](https://runapi.ai/ja/ai-video-api-comparison.md)
- [OpenClaw 統合](https://runapi.ai/ja/openclaw.md)
- [OpenClaw に最適な API](https://runapi.ai/ja/best-api-for-openclaw.md)
- [OpenClaw 画像生成](https://runapi.ai/ja/openclaw-image-generation.md)
- [Hermes 統合](https://runapi.ai/ja/hermes-agent.md)
- [料金](https://runapi.ai/ja/pricing.md)
- [Claude API 料金](https://runapi.ai/ja/claude-api-pricing.md)
- [ChatGPT API 料金](https://runapi.ai/ja/chatgpt-api-pricing.md)
- [OpenAI API 料金](https://runapi.ai/ja/openai-api-pricing.md)
- [Gemini API 料金](https://runapi.ai/ja/gemini-api-pricing.md)
- [Claude Code 料金](https://runapi.ai/ja/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/ja/claude-code-api.md)
- [Claude Code と Cursor 比較](https://runapi.ai/ja/claude-code-vs-cursor.md)
- [Claude Max と API 比較](https://runapi.ai/ja/claude-max-vs-api.md)
- [Requesty 代替](https://runapi.ai/ja/requesty-alternative.md)
- [ドキュメント](https://runapi.ai/ja/docs/guides)
- [SDK](https://runapi.ai/ja/sdk.md)
- [Skills](https://runapi.ai/ja/skills.md)
- [MCP Server](https://runapi.ai/ja/mcp.md)
- [CLI](https://runapi.ai/ja/cli.md)
- [フィードバック](https://runapi.makethisbetter.dev)
- [お問い合わせ](mailto:support@runapi.ai)
- [利用規約](https://runapi.ai/ja/terms.md)
- [プライバシー](https://runapi.ai/ja/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ja/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/jaicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x MiniMax",
    "applicationCategory": "DeveloperApplication",
    "description": "RunAPI 経由で OpenClaw から MiniMax を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。",
    "url": "https://runapi.ai/ja/openclaw-minimax"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "どのモデル ID を使うべきですか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。"
        }
      },
      {
        "@type": "Question",
        "name": "このガイドはチャットモデルを設定しますか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "はい。この Model Line はクライアント向け LLM プロトコルをサポートします。"
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "HowTo",
    "name": "OpenClaw で MiniMax を使用する",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "モデル ID を選択",
        "text": "公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。",
        "url": "https://runapi.ai/ja/openclaw-minimax#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI を設定",
        "text": "この Agent の Provider 設定を追加します。",
        "url": "https://runapi.ai/ja/openclaw-minimax#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "結果を検証",
        "text": "以下の Agent ステータスおよびモデル選択コマンドを実行します。",
        "url": "https://runapi.ai/ja/openclaw-minimax#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "ホーム",
        "item": "https://runapi.ai/ja"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/ja/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "MiniMax",
        "item": "https://runapi.ai/ja/openclaw-minimax"
      }
    ]
  }
]
```
