GLM-5.2 はおそらく最も強力なテキスト専用オープンウェイト大規模言語モデルである
本文の状態
日本語全文を表示中
詳細モードで約4分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Simon Willison Blog
中国の AI ラボ Z.ai が、7530億パラメータ(アクティブ400億)を持つテキスト専用モデル「GLM-5.2」を MIT ライセンスで公開した。これは同社が提供するオープンウェイト大規模言語モデルの中で最も強力なものである。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
中国の AI ラボ Z.ai は、6 月 13 日に GLM-5.2 をコーディングプランの加入者にリリースし、その後昨日(6 月 16 日)に MIT ライセンスの下で完全なオープンウェイト版を公開しました。以前の GLM-5 や GLM-5.1 のリリースと同様の規模であり、これは 753B パラメータを持つ 1.51TB のモンスターモデルです(40 個のアクティブパラメータを備えた Mixture of Experts)。GLM-5.2 はテキスト入力専用のモデルであり、Z.ai には別々のビジョンファミリーが存在し、最近では GLM-5V-Turbo が代表格ですが、そちらはオープンウェイトではありません。GLM-5.2 のコンテキストウィンドウは 100 万トークンで、GLM-5.1 の 20 万トークンから大幅に拡大されています。
このモデルを巡る話題は非常に盛り上がっています。
最も広く信頼されている独立ベンチマークの一つを運営する Artificial Analysis は、GLM-5.2 が Artificial Analysis インテリジェンスインデックスにおける新たなリーダーオープンウェイトモデル であると発表しました。
GLM-5.2 は、インテリジェンスインデックス v4.1 における首位のオープンウェイトモデルです。 スコアは 51 で、MiniMax-M3(44)、DeepSeek V4 Pro(最大値 44)、Kimi K2.6(43)をリードしています。
ただし、彼らはこのモデルが非常にトークンを消費する傾向があることも発見しました:
GLM-5.2 は、他の主要なオープンウェイトモデルよりもタスクあたり多くの出力トークンを使用します: このモデルはインテリジェンスインデックスのタスクで 1 つあたり 43k の出力トークンを使用し、GLM-5.1(26k)や MiniMax-M3(24k)、Kimi K2.6(35k)、DeepSeek V4 Pro(最大 37k)を上回っています。
このモデルはまた、Code Arena WebDev リーダーボード で Claude Fable 5 に次いで 2 位にランクインしています。このリーダーボードは「エージェント型コーディングワークフローを含むフロントエンドウェブ開発タスク」を測定するものです。画像入力の欠如にもかかわらず、真に優れたフロントエンドコーディングモデルを構築するためにそれが重要な要素であると私が誤って想定していたことを考えると、これほど高い順位についたことには感銘を受けました。
私は OpenRouter を通じてこれを試しており、そこでは 9 つの異なるプロバイダーから利用できます。そのほとんどが、入力に対して 100 万トークンあたり 1.40 ドル、出力に対して 100 万トークンあたり 4.40 ドルを請求しています。比較のために、GPT-5.5 は 5 ドル/30 ドル、Claude Opus 4.5-4.8 は 5 ドル/25 ドルです。
素晴らしいペリカン、がっかりさせるオポッサム
GLM-5.1 は、私が最も好きなペリカンの一つと、私の史上最高のオポッサム(プロンプトは「E スクーターに乗った北バージニア州のオポッサムの SVG を生成してください」)を生成しました。興味深いことに、これらの両方のケースで、モデルは CSS を使用して追加のアニメーションを追加する HTML ドキュメントに囲まれた SVG を返すことを選択しました。
GLM-5.2 を試してみましょう。「ペリカンが自転車に乗っている SVG を生成してください」というプロンプトに対して、こちら のような結果を得ました:
これは完全な自己完結型のアニメーション付き SVG で、アニメーションも破綻していません!通常なら目が飛び出したり、自転車の車輪が独立して回転したりするものですが、ここではすべてが完璧に機能しています。ペリカンのベクターイラストとしても非常に美しく、とても印象的です。
残念なことに、「NORTH VIRGINIA OPOSSUM ON AN E-SCOOTER(電動スクーターに乗るノースバージニアのオポッサム)」というプロンプトでは ほどよくは行きませんでした:
これは GLM-5.1 からすると大幅な後退です!念のため、あのオポッサムは以下のような見た目でした:

5.2 はアニメーション化しようともしていません。
Tags: ai, generative-ai, llms, pelican-riding-a-bicycle, llm-release, openrouter, ai-in-china, glm
原文を表示
Chinese AI lab Z.ai released GLM-5.2 to their coding plan subscribers on June 13th, and then yesterday (June 16th) released the full open weights under an MIT license. Similar in size to their previous GLM-5 and GLM-5.1 releases, this is 753B parameter, 1.51TB monster - with 40 active parameters (Mixture of Experts). GLM-5.2 is a text input only model - Z.ai have a separate vision family most recently represented by GLM-5V-Turbo, but that one isn't open weights. GLM-5.2 has a 1 million token context window, up from GLM-5.1's 200,000.
The buzz around this model is strong.
Artificial Analysis, who run one of the most widely respected independent benchmarks: GLM-5.2 is the new leading open weights model on the Artificial Analysis Intelligence Index.
GLM-5.2 is the leading open weights model on the Intelligence Index v4.1. At 51, it leads MiniMax-M3 (44), DeepSeek V4 Pro (max, 44) and Kimi K2.6 (43)
They did however find it to be quite token-hungry:
GLM-5.2 uses more output tokens per task than other leading open weights models: the model uses 43k output tokens per Intelligence Index task, up from GLM-5.1 (26k) and above MiniMax-M3 (24k), Kimi K2.6 (35k) and DeepSeek V4 Pro (max, 37k)
The model is also now ranked 2nd on the Code Arena WebDev leaderboard, behind only Claude Fable 5. That leaderboard measures "front-end web development tasks, including agentic coding workflows". I'm impressed to see it rank so highly given the lack of image input, which I had incorrectly assumed was a key part of building a truly great frontend coding model.
I've been trying it out via OpenRouter, which has it from 9 different providers, almost all of which are charging $1.40/million for input and $4.40/million for output. For comparison, GPT-5.5 is $5/$30 and Claude Opus 4.5-4.8 is $5/$25.
Excellent pelican, disappointing opossum
GLM-5.1 gave me one of my favorite pelicans and my all time favorite opossum (for the prompt "Generate an SVG of a NORTH VIRGINIA OPOSSUM ON AN E-SCOOTER".) Interestingly, in both of those cases the model chose to return SVG wrapped in an HTML document that added additional animations using CSS.
Let's try GLM-5.2. For "Generate an SVG of a pelican riding a bicycle" I got this:
It's a self-contained fully animated SVG, and the animations aren't broken! Often I'll see eyes falling off or wheels rotating independently of the bicycle but here everything works great. It's a very nice vector illustration of a pelican too. Very impressive.
Sadly, the NORTH VIRGINIA OPOSSUM ON AN E-SCOOTER did not come out nearly as well:
This is such a step down from GLM-5.1! As a reminder, that possum looked like this:

5.2 didn't even *try* to animate it.
Tags: ai, generative-ai, llms, pelican-riding-a-bicycle, llm-release, openrouter, ai-in-china, glm
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み