---
title: Hermes Agent x MiniMax guide | RunAPI
description: Use MiniMax with Hermes Agent through RunAPI. Compare current model IDs, endpoints, and prices, then follow the matching configuration workflow.
url: https://runapi.ai/hermes-minimax.md
canonical: https://runapi.ai/hermes-minimax
locale: en
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/hermes-minimax
  zh-CN: https://runapi.ai/zh-CN/hermes-minimax
  es: https://runapi.ai/es/hermes-minimax
  ja: https://runapi.ai/ja/hermes-minimax
  de: https://runapi.ai/de/hermes-minimax
  fr: https://runapi.ai/fr/hermes-minimax
  pt-BR: https://runapi.ai/pt-BR/hermes-minimax
  ko: https://runapi.ai/ko/hermes-minimax
  it: https://runapi.ai/it/hermes-minimax
  nl: https://runapi.ai/nl/hermes-minimax
  pl: https://runapi.ai/pl/hermes-minimax
  tr: https://runapi.ai/tr/hermes-minimax
  zh-TW: https://runapi.ai/zh-TW/hermes-minimax
  zh-HK: https://runapi.ai/zh-HK/hermes-minimax
  ar: https://runapi.ai/ar/hermes-minimax
  x-default: https://runapi.ai/hermes-minimax
model_line: minimax
---

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

# Hermes Agent x MiniMax

MiniMax M-series text models are sparse MoE LLMs with 200K–1M context, delivering frontier coding scores at a fraction of the cost of dense models. Through RunAPI they share a single API key with pay-as-you-go token billing, callable from the OpenAI Chat Completions, OpenAI Responses, and Anthropic Messages surfaces. These are MiniMax's text models, distinct from MiniMax Hailuo video generation.

## Public versions and endpoints

| Model ID | Version | Endpoints | Starting price |
| --- | --- | --- | --- |
| `MiniMax-M2` | 230B / 10B active; 200K context; baseline M-series coding model | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.1` | 200K context; polyglot programming; 74% SWE-bench Verified | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.5` | 200K context; stronger agentic tool calling and search | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.5-highspeed` | M2.5 at ~100 tokens/sec; same weights, higher throughput | /v1/chat/completions | $0.0004 |
| `MiniMax-M2.7` | 200K context; 56.2% SWE-bench Pro; self-evolving training | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.7-highspeed` | M2.7 at ~100 tokens/sec; same weights, higher throughput | /v1/chat/completions | $0.0004 |
| `MiniMax-M3` | 1M context; 80.5% SWE-bench Verified; frontier open-weight coding + long context | /v1/chat/completions | $0.0002 |

## Configuration

Select `<model-id>` before using a command. This page does not select a default model.
Use `runapi/<model-id>` with OpenClaw, or configure the RunAPI custom endpoint and select `<model-id>` with Hermes Agent.

`/v1/chat/completions`

```
providers:
  runapi:
    api: "https://runapi.ai/v1"
    key_env: RUNAPI_API_KEY
    transport: chat_completions
    default_model: <model-id>

model:
  provider: custom:runapi
  default: <model-id>
```

## Verify

```
hermes model
hermes doctor
```


## How it works

1. **Choose a model ID.** Select a public catalog model ID and review its endpoint and current starting price.
2. **Configure RunAPI.** Add the provider configuration for this agent.
3. **Verify the result.** Run the agent status and model-selection commands shown below.

## FAQ

### Which model ID should I use?

Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version.

### Does this guide configure a chat model?

Yes. This Model Line supports a client-facing LLM protocol.


### Links

- [Hermes Agent](https://runapi.ai/hermes-agent)
- [MiniMax - Catalog](https://runapi.ai/models/minimax)
- [MiniMax-M2](https://runapi.ai/models/minimax/m2)
- [MiniMax-M2.1](https://runapi.ai/models/minimax/m2.1)
- [MiniMax-M2.5](https://runapi.ai/models/minimax/m2.5)
- [MiniMax-M2.5-highspeed](https://runapi.ai/models/minimax/m2.5-highspeed)
- [MiniMax-M2.7](https://runapi.ai/models/minimax/m2.7)
- [MiniMax-M2.7-highspeed](https://runapi.ai/models/minimax/m2.7-highspeed)
- [MiniMax-M3](https://runapi.ai/models/minimax/m3)

---

## More from RunAPI

- [Home](https://runapi.ai/.md)
- [Models](https://runapi.ai/models.md)
- [AI Video API Comparison](https://runapi.ai/ai-video-api-comparison.md)
- [OpenClaw Integration](https://runapi.ai/openclaw.md)
- [Best API for OpenClaw](https://runapi.ai/best-api-for-openclaw.md)
- [OpenClaw Image Generation](https://runapi.ai/openclaw-image-generation.md)
- [Hermes Agent Integration](https://runapi.ai/hermes-agent.md)
- [Pricing](https://runapi.ai/pricing.md)
- [Claude API Pricing](https://runapi.ai/claude-api-pricing.md)
- [ChatGPT API Pricing](https://runapi.ai/chatgpt-api-pricing.md)
- [OpenAI API Pricing](https://runapi.ai/openai-api-pricing.md)
- [Gemini API Pricing](https://runapi.ai/gemini-api-pricing.md)
- [Claude Code Pricing](https://runapi.ai/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/claude-max-vs-api.md)
- [Requesty Alternative](https://runapi.ai/requesty-alternative.md)
- [Docs](https://runapi.ai/docs/guides)
- [SDK](https://runapi.ai/sdk.md)
- [Skills](https://runapi.ai/skills.md)
- [MCP Server](https://runapi.ai/mcp.md)
- [CLI](https://runapi.ai/cli.md)
- [Feedback](https://runapi.makethisbetter.dev)
- [Contact](mailto:support@runapi.ai)
- [Terms](https://runapi.ai/terms.md)
- [Privacy](https://runapi.ai/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/icon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "SoftwareApplication",
    "name": "Hermes Agent x MiniMax",
    "applicationCategory": "DeveloperApplication",
    "description": "Use MiniMax with Hermes Agent through RunAPI. Compare current model IDs, endpoints, and prices, then follow the matching configuration workflow.",
    "url": "https://runapi.ai/hermes-minimax"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Which model ID should I use?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version."
        }
      },
      {
        "@type": "Question",
        "name": "Does this guide configure a chat model?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Yes. This Model Line supports a client-facing LLM protocol."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "HowTo",
    "name": "Use MiniMax with Hermes Agent",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Choose a model ID",
        "text": "Select a public catalog model ID and review its endpoint and current starting price.",
        "url": "https://runapi.ai/hermes-minimax#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Configure RunAPI",
        "text": "Add the provider configuration for this agent.",
        "url": "https://runapi.ai/hermes-minimax#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Verify the result",
        "text": "Run the agent status and model-selection commands shown below.",
        "url": "https://runapi.ai/hermes-minimax#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Hermes Agent",
        "item": "https://runapi.ai/hermes-agent"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "MiniMax",
        "item": "https://runapi.ai/hermes-minimax"
      }
    ]
  }
]
```
