---
title: "OpenClaw x MiMo guide"
url: "https://runapi.ai/openclaw-mimo.md"
canonical: "https://runapi.ai/openclaw-mimo"
locale: "en"
model_line: "mimo"
---

# OpenClaw x MiMo

RunAPI supports text-only requests for both MiMo models through Chat Completions, Responses, and Anthropic Messages on their existing synchronous and SSE paths. The only verified image shape is base mimo-v2.5 with synchronous OpenAI Chat Completions, where messages[].content[] may contain text and remote HTTP(S) image_url parts. Pro remains text-only; other image and media shapes are closed or unverified.

## Public versions and endpoints

| Model ID | Version | Endpoints | Starting price |
| --- | --- | --- | --- |
| `mimo-v2.5` | Base mimo-v2.5 text plus remote HTTP(S) images via synchronous OpenAI Chat Completions | /v1/chat/completions, /v1/responses, /v1/messages | $0.0001 |
| `mimo-v2.5-pro` | mimo-v2.5-pro text-only; multimodal input remains unverified | /v1/messages, /v1/chat/completions, /v1/responses | $0.0003 |

## 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`

```
{
  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>
```

## Additional operations


## 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

- [OpenClaw](https://runapi.ai/openclaw)
- [MiMo - Catalog](https://runapi.ai/models/mimo)
- [mimo-v2.5](https://runapi.ai/models/mimo/v2.5)
- [mimo-v2.5-pro](https://runapi.ai/models/mimo/v2.5-pro)

```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "OpenClaw x MiMo",
  "url": "https://runapi.ai/openclaw-mimo"
}
```
