Zhipu AI / GLM
概要
Zhipu AIは中国国内の有名なAI企業で、GLMシリーズ大規模モデルを推し出しました。Zhipuは同時に中国国内版と海外版、プログラミングツール向けの Coding Plan。
2つのプラットフォームの違い:
🇨🇳 中国国内版:
🌐 海外版:
2つのAPI KeyはX互換性がなく、モデルリストも若干異なります。
🇨🇳 中国国内版:
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 | 海外版 | 最新フラッグシップモデル |