Thinking Machines Lab がオープン重みモデル「Inkling」発表
Mira Murati が率いる Thinking Machines Lab は、Apache-2.0 ライセンスのマルチモーダル大規模言語モデル「Inkling」を公開し、米国オープンウェイト生態系に新たな強力な競合候補を加えた。
キーポイント
Inkling モデルの技術仕様とライセンス
9750億パラメータ(410億がアクティブ)の混合専門家(MoE)アーキテクチャを持つマルチモーダルモデルで、Apache-2.0 ライセンスの下に公開された。
米国オープンウェイト市場への参入
中国勢や NVIDIA Nemotron、Gemma 4 に続く新たな米国の有力なオープンウェイトモデルとして登場し、エコシステムの多様性を強化する。
ベースモデルとしての戦略的ポジショニング
最前線の性能を謳うのではなく、Tinker プラットフォームを用いたファインチューニングに最適な「強力で柔軟な基盤」として設計されている。
多モーダルモデルによる自己記述
著者は生成された画像をJPEGに変換し、Inklingモデルに対してその画像の詳細な説明を求めた。
JSON形式でのリクエスト構造
画像データはBase64エンコードされたURLとして、テキストプロンプトと共にメッセージ配列に組み込まれて送信される。
モデルの推論能力
Inkling モデルは画像を分析し、白い鳥(コウノトリまたはカモメと特定)が自転車を漕いでいる様子を詳細に記述できる。
視覚的描写の精度
モデルは鳥のオレンジ色のくちばし、黒い翼、自転車のカラフルなパーツ、背景の青空や太陽など、画像内の具体的な色彩と形状を正確に抽出している。
重要な引用
"Inkling is not the strongest overall model available today, open or closed. Instead, a combination of qualities makes it a good open-weights base for customization: multimodal capabilities, efficient thinking, and availability on Tinker for fine-tuning."
"Thinking Machines Lab's services were developed using publicly available content obtained from the open internet and publicly accessible data repositories."
Since it's a multi-modal model I had it describe its own image (after I rendered it to a JPEG) by sending this JSON:
"This is a cheerful, flat-vector cartoon illustration featuring a white bird riding a bicycle across a green landscape."
"The overall style is playful, simple, and colorful, with clean lines and a bright, sunny atmosphere."
影響分析・編集コメントを表示
影響分析
この発表は、米国におけるオープンウェイト AI モデルの競争を激化させ、特にファインチューニングやカスタマイズを重視する開発者層にとって新たな選択肢を提供します。Thinking Machines Lab が「最前線モデル」ではなく「基盤モデル」として位置づけた戦略は、ユーザーが自社のデータで独自に最適化するニーズに応えるものであり、オープンソース AI の実用化と普及を加速させる可能性があります。
編集コメント
Mira Murati 率いる新組織が Apache-2.0 ライセンスのモデルを投入したことは、オープンソース AI の質と多様性を高める重要な転換点です。特に「最前線性能」よりも「カスタマイズ可能性」を重視した設計思想は、実務での活用を想定した成熟したアプローチと言えます。
ミラ・ムラティ率いる「Thinking Machines Lab」が、初のオープンウェイトモデルを公開しました。それが「Inkling」です。これは「Mixture-of-Experts(MoE)アーキテクチャを採用したトランスフォーマーモデル」で、総パラメータ数は 9750 億、アクティブに動作するのは 410 億です。テキスト、画像、音声、動画の 45 トリリオントークンを学習させたマルチモーダルモデルであり、ライセンスは Apache-2.0 です。
また、「Inkling-Small」という 2760 億(アクティブ 120 億)のパラメータを持つ軽量版も予定されていますが、現在はテスト段階にあり、完了次第ウェイトを公開する予定です。
同社のモデルカードは、米国の AI ラボが通常発表するものよりも非常に簡潔です。さらにリンクされているトレーニングデータに関するドキュメントも短く、特筆すべき情報はほとんど記載されていません。要約すれば以下の 2 段落に集約されます。
**
Thinking Machines Lab が AI サービスの開発に使用するデータセットには、パブリックドメインのコンテンツと、知的財産権の対象となる可能性があるコンテンツの両方が含まれています。
同社のサービスは、オープンインターネットおよび公衆がアクセス可能なデータリポジトリから入手した公開情報を基に開発されました。一部のデータセットについては、第三者からも取得しています。
**
Thinking Machines 自身が認める通り、このモデルは最先端(フロンティア)モデルではありません。むしろ、同社のTinker トレーニングプラットフォームを用いてファインチューニングを行うための、強力なベースモデルとして設計されています。
インクリングは、現在利用可能なオープンソース・クローズドソースを問わず、総合性能において最強のモデルではありません。しかし、マルチモーダル機能、効率的な推論能力、そして Tinker 上でのファインチューニング対応という複数の強みを組み合わせることで、カスタマイズに適した優れたオープンウェイトベースモデルとなっています。
今回のリリースには多くの魅力があります。Apache-2.0 ライセンスを採用しており、中国から登場するオープンウェイトモデルと互角の競争力を持っています。NVIDIA の Nemotron や Gemma 4 に加わり、米国のオープンウェイトエコシステムに新たな有力候補が加わったことは喜ばしいことです。
以下は、Thinking Machines API を使用して curl コマンドで生成した、自転車を漕ぐペリカンの SVG イメージです。
curl "https://tinker.thinkingmachines.dev/services/tinker-prod/oai/api/v1/chat/completions" \
-H "Authorization: Bearer $TINKER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "thinkingmachines/Inkling",
"messages": [
{"role": "user", "content": "Generate an SVG of a pelican riding a bicycle"}
],
"stream": false
}'完全なレスポンスは こちら で確認できます。

マルチモーダルモデルであるため、生成された画像(JPEG 形式にレンダリング済み)を自ら記述させるよう指示しました。その際に入力した JSON は以下の通りです。
「Inkling」は、オープンウェightsモデルのシリーズ第3弾です。
以下に、このモデルへの入力例を示します。画像とテキストの組み合わせで、詳細な説明を求めています。
{
"model": "thinkingmachines/Inkling",
"messages": [{
"role": "user",
"content": [
{"type": "image_url", "image_url": {"url": "data:image/jpeg;base64,$BASE_64_JPEG"}},
{"type": "text", "text": "Describe this image in detail"},
],
}],
"stream": false
}このモデルの完全な応答は、以下のリンクで確認できます。full response。モデルは画像を「コウノトリかカモメ」と誤認識していました。
その結果、以下のような説明が出力されました。
これは、緑豊かな風景を自転車で走る白い鳥を描いた、明るくフラットなベクトルスタイルのイラストです。
鳥について: 中心となるのは、コウノトリやカモメを思わせるスタイリッシュな白い鳥です。丸みを帯びたふっくらとした体形が特徴です。口元は少し開いており、黒い線で描かれた嘴が目立ちます。小さな黒い瞳には、わずかな白いハイライトが入っています。翼と尾羽は黒く、縁取りが白で表現されています。細いオレンジ色の脚の先にある黒い足が、自転車のオレンジ色のペダルに置かれています。
自転車について: 自転車はシンプルなデザインの黒いフレームです。タイヤは黒く、リムはグレー、スポークは十字状に配置されています。ハンドルも黒で、黒いクランクには鮮やかなオレンジ色のペダルが付いています。鳥の体の後ろには白いシートが見えます。
設定: 背景は晴れた明るい空です。左側にはふんわりとした白い雲が一つ、右側の鳥の頭上付近にも小さな雲があります。右上隅では、鮮やかな黄色の太陽が輝いています。下部には緑色の丘が広がり、その滑らかな曲線を描く頂部に自転車が置かれています。
全体的なスタイルは遊び心があり、シンプルでカラフルです。線は清潔で、明るく晴れた雰囲気が漂っています。
Via Hacker News
Tags: ai, generative-ai, llms, training-data, pelican-riding-a-bicycle, llm-release
原文を表示
Inkling: Our open-weights model
Mira Murati's Thinking Machines Lab just released their first open-weights model. Inkling is "a Mixture-of-Experts transformer with 975B total parameters, 41B active" - an Apache-2.0 licensed multimodal model trained on 45 trillion tokens of text, images, audio and video.
They're also promising Inkling-Small, a 276B (12B active) model, but that's still being tested and the weights will be released "once that work is complete".
The model card is much shorter than I've come to expect from US AI labs. It links to even shorter Training Data Documentation with almost nothing of interest in it - it's best summarized by these two paragraphs:
The datasets Thinking Machines Lab uses to develop its AI services includes content that is in the public domain as well as content that may be subject to intellectual property protection.
Thinking Machines Lab’s services were developed using publicly available content obtained from the open internet and publicly accessible data repositories. Certain datasets were also obtained from third parties.
By Thinking Machines' own admission, this is not a frontier model. It's instead intended as a strong base model for fine-tuning using their own Tinker training platform:
Inkling is not the strongest overall model available today, open or closed. Instead, a combination of qualities makes it a good open-weights base for customization: multimodal capabilities, efficient thinking, and availability on Tinker for fine-tuning.
There's a lot to like about this release. It's Apache-2.0 licensed, and looks competitive with the open weight models coming out of China - it's good to see the US open weights ecosystem gain a new viable contender to join NVIDIA Nemotron and Gemma 4.
Here's its attempt at an SVG pelican riding a bicycle, which I generated using this curl command against the Thinking Machines API:
curl "https://tinker.thinkingmachines.dev/services/tinker-prod/oai/api/v1/chat/completions" \
-H "Authorization: Bearer $TINKER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "thinkingmachines/Inkling",
"messages": [
{"role": "user", "content": "Generate an SVG of a pelican riding a bicycle"}
],
"stream": false
}'Full response here.

Since it's a multi-modal model I had it describe its own image (after I rendered it to a JPEG) by sending this JSON:
{
"model": "thinkingmachines/Inkling",
"messages": [{
"role": "user",
"content": [
{"type": "image_url", "image_url": {"url": "data:image/jpeg;base64,$BASE_64_JPEG"}},
{"type": "text", "text": "Describe this image in detail"},
],
}],
"stream": false
}Here's the full response. It thought it had drawn a "stork or seagull":
This is a cheerful, flat-vector cartoon illustration featuring a white bird riding a bicycle across a green landscape.
The Bird: The central figure is a stylized white bird—resembling a stork or seagull—with a plump, rounded body. It has a long, prominent orange beak that is slightly open, revealing a black line for the mouth. Its eye is small and black with a tiny white highlight. The bird has black wing and tail feathers with white edges, and thin orange legs ending in black feet that rest on the bicycle's orange pedals.
The Bicycle: The bike has a simple black frame with two large wheels featuring black tires, gray inner rims, and black spokes arranged in a cross pattern. The handlebars are black, and there are bright orange pedals attached to a black crank. A white seat is visible behind the bird's body.
The Setting: The scene is set against a clear, light blue sky. There are two fluffy white clouds—one on the left side and a smaller one near the bird's head on the right. A bright, solid yellow sun shines in the upper right corner. At the bottom, there are rolling green hills with a smooth, curved top edge where the bicycle rests.
The overall style is playful, simple, and colorful, with clean lines and a bright, sunny atmosphere.
Via Hacker News
Tags: ai, generative-ai, llms, training-data, pelican-riding-a-bicycle, llm-release
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み