---
title: "OpenClaw x GLM ガイド"
url: "https://runapi.ai/ja/openclaw-glm.md"
canonical: "https://runapi.ai/ja/openclaw-glm"
locale: "ja"
model_line: "glm"
---

# OpenClaw x GLM

Z.aiのGLMモデルは、128K〜200Kコンテキストに対応するMITライセンスのMoE LLMです。GLM-5.1はSWE-bench Proでオープンウェイトモデルをリードしています。RunAPI経由では、1つのAPIキーと従量課金制のトークン課金を共有し、OpenAI Chat Completions、OpenAI Responses、Anthropic Messagesサーフェスから呼び出せます。

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

| モデル ID | バージョン | エンドポイント | 開始価格 |
| --- | --- | --- | --- |
| `glm-4.5` | 355B / アクティブ32B；128Kコンテキスト；フラッグシップのオープンウェイトMoEベースライン | /v1/chat/completions | $0.0004 |
| `glm-4.5-air` | 高速・低コストの日常作業向けの軽量GLM-4.5ティア | /v1/chat/completions | $0.0001 |
| `glm-4.6` | 200Kコンテキスト；Cambriconチップ上の初のGLM；より精度の高いコード生成 | /v1/chat/completions | $0.0006 |
| `glm-4.7` | 200Kコンテキスト；73.8% SWE-bench；ターンをまたぐ永続的思考 | /v1/chat/completions | $0.0006 |
| `glm-5` | 744B / アクティブ40B；200Kコンテキスト；77.8% SWE-bench Verified | /v1/chat/completions | $0.0010 |
| `glm-5-turbo` | 低レイテンシ向けに速度最適化されたGLM-5ティア | /v1/chat/completions | $0.0012 |
| `glm-5.1` | 754B / アクティブ40B；58.4% SWE-bench Pro — オープンウェイト最高スコア | /v1/chat/completions | $0.0014 |
| `glm-5.2` | テキスト生成向けの現行フラッグシップ基盤モデル | /v1/chat/completions | $0.0007 |

## 設定

コマンドを使用する前に `<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)
- [GLM - モデルカタログ](https://runapi.ai/ja/models/glm)
- [glm-4.5](https://runapi.ai/ja/models/glm/4.5)
- [glm-4.5-air](https://runapi.ai/ja/models/glm/4.5-air)
- [glm-4.6](https://runapi.ai/ja/models/glm/4.6)
- [glm-4.7](https://runapi.ai/ja/models/glm/4.7)
- [glm-5](https://runapi.ai/ja/models/glm/5)
- [glm-5-turbo](https://runapi.ai/ja/models/glm/5-turbo)
- [glm-5.1](https://runapi.ai/ja/models/glm/5.1)
- [glm-5.2](https://runapi.ai/ja/models/glm/5.2)

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