🔷
Zhipu AI / GLM
🇨🇳 中国国内の直接接続 💰 従量制課金 / Coding Plan 📡 open.bigmodel.cn(中国国内)/ z.ai(海外)

概要

Zhipu AIは中国国内の有名なAI企業で、GLMシリーズ大規模モデルを推し出しました。Zhipuは同時に中国国内版海外版、プログラミングツール向けの Coding Plan

📌 2つのプラットフォームの違い:
🇨🇳 中国国内版:open.bigmodel.cn(オープンプラットフォーム、API地址は https://open.bigmodel.cn/api/anthropic
🌐 海外版:z.ai(Z.AIプラットフォーム、API地址は https://api.z.ai/api/anthropic
2つのAPI KeyはX互換性がなく、モデルリストも若干異なります。

API Key取得(中国国内版)

1

Zhipuオープンプラットフォームを登録

にアクセス open.bigmodel.cn、電話番号で登録。

2

API Keyを取得

ログイン後、 API Keys 管理ページ、新しいキーを作成。

3

チャージまたはCoding Planを開通

標準APIは従量制課金で、Alipay、WeChat支付をサポート。より高いレート制限と専門的なプログラミング機能が必要な場合は、Coding Planの購読を検討してください。

Zhipu Coding Plan

Zhipuの Coding PlanはプログラミングツールCursor、OpenClaw、Windsurf等専用の月額方案です。Coding Planを使用する場合、API地址は通常のAPIと異なります。

⚠️ 重要:Coding Planは Anthropic 互換形式のAPIを使い、地址は https://open.bigmodel.cn/api/anthropic、標準的なAPI地址と異なります。設定時は区別に注意してください。

OpenClawに設定

中国国内版(標準API):

openclaw configure --provider zhipu-cn
{ "providers": { "zhipu-cn": { "baseUrl": "https://open.bigmodel.cn/api/anthropic", "apiKey": 「あなたのキー」, "models": ["glm-4.7"] } } }

海外版(Z.AI):

openclaw configure --provider zhipu-global
{ "providers": { "zhipu-global": { "baseUrl": "https://api.z.ai/api/anthropic", "apiKey": 「あなたのキー」, "models": ["glm-5", "glm-4.7"] } } }
openclaw gateway restart

利用可能なモデル

モデルプラットフォーム特徴
glm-4.7中国国内 + 海外メインモデル、総合能力が強い
glm-5海外版最新フラッグシップモデル
📊 Zhipu GLMモデルの詳細評価を確認 — 他のモデルとの比較分析