Liquid AI、クラウド不要の軽量モデル「LFM2.5-2.6B」を公開
本文の状態
日本語全文を表示中
詳細モードで約18分の本文を読めます。
MIT出身者らが設立したLiquid AIは、クラウドやGPUを不要としラズベリーパイで動作する新モデル「LFM2.5-2.6B」を発表し、エッジAIの実用化に新たな道を開いた。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月7日 08:26
AI深層分析
キーポイント
ハードウェア依存の低減とエッジ対応
Liquid AIが発表した新モデルはクラウド推論やGPUを一切必要とせず、スマートフォンからラズベリーパイに至るまでローカルハードウェアで動作可能である。
特定タスクに特化した設計思想
このモデルはコーディングのような複雑な作業よりも、ツール呼び出しや文書管理、ワークフロー自動化といった高ボリュームの定義済みエージェントタスクの実行を意図している。
技術仕様と開発者エコシステム
26億パラメータと128,000トークンのコンテキストウィンドウを備え、llama.cppやMLXなどの主要推論スタックに対応したオープンソースのファインチューニングフレームワーク「LEAP」も提供される。
ライセンスと法的検討の必要性
同モデルはカスタムオープンウェイトライセンスの下で公開されており、企業法務チームはMoonshot社のKimi K3と同様にその利用条件を慎重に確認する必要がある。
多様なデバイスでの高速動作と低メモリ要件
Apple M5 MaxやAMD Ryzen AI Max+ 395ではそれぞれ秒間約220トークン、113トークンのデコードスループットを達成し、メモリ使用量は2.5GB未満に抑えられる。スマートフォンでも秒間約30トークンを処理可能で、Raspberry Piのような小型デバイスでの実用性を示している。
重要な引用
We want to make models for another type of user, and the best way of describing it is: you should use [edge AI] when you can't use a cloud model.
The LFM2 architecture underlying the model was explicitly designed around real-world CPU performance rather than GPU benchmarks.
"What we want to show is that it's a really good trade-off, because you get the level of quality that you get with much bigger models, but in a tiny, tiny form factor."
"Models are not consumed in chatbots anymore. They're really consumed through agentic harnesses, like OpenClaw, like Hermes Agent."
編集コメントを表示
編集コメント
このモデルは、AIが必ずしも巨大なクラウドリソースを必要としないというパラダイムシフトを示唆している。特にエッジデバイスでの実用性を追求した設計思想は、IoTやロボティクス分野における次世代の応用可能性を大きく広げるものである。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
2023 年に元 MIT のコンピュータ科学者たちによって設立された AI スタートアップ「Liquid」は、先週、エージェントワークロードに特化した新しいオープンウェイト言語モデル「LFM2.5-2.6B」を発表しました。
リリース資料や最近の VentureBeat へのインタビューで Liquid の研究者たちは、この LFM2.5-2.6B がクラウド推論や GPU に依存することなく、スマートフォンやラップトップから Raspberry Pi までローカルハードウェア上で完全に動作できると述べています。これにより、エッジ AI アプリケーションが実現し、規制の厳しい業界で活動する企業や、機密情報をクラウドに送信したくない企業がより多くの選択肢を得ることになります。
このモデルは、ツール呼び出し、ドキュメント管理、カレンダーおよびワークフロー自動化、常時バックグラウンド処理など、ローカルで実行される高ボリュームかつ明確に定義されたエージェントタスクに最適です。また、車両やロボットのように通信環境が限られた環境でも活用できます。ただし、コーディングを多用する作業には、より大規模なモデルの活用をおすすめします。
こうした懸念がない企業であっても、電力コストのみで高性能な専用エージェントを実行できるという魅力は、この新モデルを非常に魅力的なものにするでしょう。
しかし、先月リリースされた Moonshot の大規模フロンティアモデル「Kimi K3」と同様、このカスタムオープンウェイトライセンスについては、企業の法務チームが注意深く確認する必要があります。
基本情報
LFM2.5-2.6B は 26 億パラメータを持ち、128,000 トークンのコンテキストウィンドウをサポートし、ネイティブのツール呼び出し機能も備えています。ややこしい名前の由来は、モデル生成バージョン(2.5)とパラメータ数(2.6B)を組み合わせたものです。
ポストトレーニング済みモデルに加え、微調整して活用したい開発者向けのベースチェックポイント「LFM2.5-2.6B-Base」も、現在 Hugging Face で入手可能です。llama.cpp、MLX、vLLM、SGLang、ONNX など主要な推論スタックは発売初日からサポートされており、コンシューマー向けハードウェアからエンタープライズインフラ、組み込みシステムまで幅広い環境での展開を想定しています。
Liquid はまた、オープンソースの微調整フレームワーク「LEAP」も提供しています。
LFM2.5-2.6B を最大規模のフロンティアモデルと競合させるのではなく、同社は異なるアプローチを取っています。十分な能力を持つ小型モデルこそが、絶対的なベンチマーク順位よりも、レイテンシ、プライバシー、展開の柔軟性、推論コストといった要素が重要となるエンタープライズアプリケーションのカテゴリーを開く鍵になると主張するのです。
「ベストなモデルはクラウドに存在すべきだと私も信じています。それ自体に問題はありません」と Liquid AI のポストトレーニング責任者である Maxime Labonne 氏は、ローンチ後の VentureBeat へのインタビューで語りました。「私たちが目指しているのは別のユーザー層です。一言で言えば『クラウドモデルが使えない場面では、エッジ AI を使うべき』というものです」
小型化され、Raspberry Pi でも動作可能
最小限のハードウェア要件について問われた際、ラボーン氏は「非常に良好に動作する」と述べ、LFM2 アーキテクチャが GPU ベンチマークではなく、実世界の CPU 性能を前提に設計されたことを強調しました。
「最も適切な例は Raspberry Pi です」と同氏は語り、「多数のデモで、Raspberry Pi でも十分に高速に動作することが示されています」と付け加えました。
同社が報告した測定値によると、Apple M5 Max では約 220 トークン/秒、AMD Ryzen AI Max+ 395 では 113 トークン/秒のデコードスループットを達成し、メモリ使用量は 2.5 GB を下回ります。一方、スマートフォンでは約 30 トークン/秒です。ユーザーは Liquid AI のモバイルアプリ「Apollo」を通じて、これらのモデルを実機で試すことができます。
一方で、展開環境の上限側では、Liquid AI は単一の Nvidia H100 GPU で持続的な同時負荷下でも、毎秒約 15,000 トークンの出力を達成できると報告しています。これは 1 枚のカードで 1 日あたり約 13 億トークンに相当します。ただし、これらの数値はベンダー提供のベンチマークであり、独立した検証は行われていません。
ラボーン氏にとって、メモリ使用量と速度は単なる利便性ではなく、何を実装できるかを決定する厳格な制約条件です。
「目指しているのは、非常に大きなモデルに匹敵する品質を、極めて小型のフォームファクターで実現することです。これは優れたトレードオフだと言えます」と同氏は説明しました。「他のモデルでは到底展開できないターゲットデバイスでも、このモデルなら実装可能です」
チャットボットではなく、エージェント向けに訓練されたモデル
Liquid AI は、言語モデルが従来の対話型インターフェースではなく、エージェントフレームワークを通じて利用されるケースが増えているという前提の下で「LFM2.5-2.6B」を開発しました。
Labonne 氏は、「モデルはもはやチャットボットの中で使われるものではなく、OpenClaw や Hermes Agent のようなエージェントハルネスを通じて活用されています。このモデルが数学やコード処理だけでなく、ツールの使い方も得意になるよう設計したかったのです」と述べています。
このモデルは約 34 トリリオンのトークンで事前学習され、非ラテン文字への対応を強化するため語彙サイズを 2 倍の 128K に拡張。また、長期的なエージェントワークフローに対応できるよう、文脈ウィンドウを 128K トークンに広げるための専用中間トレーニングフェーズも実施されました。
学習後の調整は 4 つの段階からなるパイプラインで進められます。まず教師付き微調整(Supervised Fine-Tuning)、次に「指示従順」「数学」「コード」「ツール利用」など各ドメインごとに専門モデルを訓練する教師特化型トレーニング、さらにそれらの専門能力を単一の学生モデルに統合するマルチドメインオンポリシー蒸留(MOPD)、そして最後にエージェント強化学習です。
最終段階では、研究、コーディング、文書管理、ツール呼び出し、ワークフロー自動化といった現実的な生産性タスクを実行する際、Hermes Agent や OpenClaw などの本番環境のエージェントハルネス内で直接モデルを訓練しました。これにより、実際のツールの仕様やシステムプロンプト、そしてユーザーとの相互作用パターンに完全に慣れさせることが可能になりました。
Labonne 氏は、パイプラインの刷新を「幸運な偶然」と表現しました。その成果は、エージェント機能の向上に留まらず、広範な領域で得られました。
「新しいトレーニング手法を通じて、私たちはあらゆる分野で大幅な進歩を遂げました。数学や指示への従順さにおいてです。実はこれまでコード生成が苦手だったのですが、今回のモデルでは劇的に改善されました」と Labonne 氏は語ります。
モデルとハネスの構築
特筆すべきは、Liquid AI が既存のフレームワークに依存するのではなく、独自のエージェント用ハネス(環境)を構築した点です。同社は、このハネス上でモデルがスマートフォン上で動作し、オンデバイスで計画を立ててツールを呼び出すデモンストレーションを行いました。
「これはスマートフォン上で稼働しているハネスですが、他社製品で同様のものが存在するかどうかは分かりません」と Labonne 氏は述べています。
同社がこの独自開発を選んだのには二つの理由があります。一つ目は必要性です。スマートフォンネイティブのハネスが存在しなかったためです。二つ目は、異なるインタラクションモデルの実現です。現在のハネスはユーザーからのプロンプトを待機する仕組みですが、Liquid AI が目指すのは自律的に行動するアシスタントです。
「私たちは能動的なエージェントを望んでいます。背景で常時稼働し、ユーザーの行動やカレンダーを確認した上で、その文脈に基づいてタスクを実行するエージェントです。しかし、現状ではそのようなものは存在しません」と Labonne 氏は指摘しました。
ハルネスとモデルを同時に設計することで、ソフトウェア側でモデルの弱点を補うことも可能になります。"モデルが苦手とする部分はすべて、ハルネスがサポートすべきです。可能な限り多くの支援を提供し、信頼性を高めることが重要です」とラボン氏は語ります。「エンドユーザーにとって重要なのは、それがモデルによるものかハルネスによるものかなどではありません。最終的にタスクが達成されることが最も大切なのです。」
このモデルは、Hermes Agent、OpenClaw、Pi といった既存のハルネスともすぐに使用可能です。いずれも OpenAI と互換性のあるエンドポイントを通じて提供されます。
ハルネスを交換し、モデルはそのままに
企業向け展開についてラボン氏は、今回のリリースが小規模モデルの活用範囲を変える転換点になると指摘します。これまでローカルモデルは、特定のタスクに特化して微調整された専門ツールとして経済的意義を持つのが一般的でした。つまり、クラウドモデル並みの品質を維持しつつ、より高速かつ低コストで単一の作業を実行するために訓練されるものです。しかし、エージェント機能の登場はこの計算式を変えます。同じモデルでも、モデル自体を変更するのではなく、周囲に配置するツールを変えるだけで用途を転用できるからです。
"カレンダーアシスタントも作れますし、同じモデルを使い回して、会議で誰が何を言ったかを記録・要約するミーティングアシスタントも作成できます。Granola のようなイメージです」とラボン氏。「モデル自体を変更する必要はありません。ハルネスを変えるだけです。周囲のツールを置き換えるだけで済みます。これにより汎用性が大幅に向上し、実装も容易になり、コストも大幅に削減できます。」
彼は、可能であれば本番環境への展開にはファインチューニングを推奨しています。「ファインチューニングを行わないと、性能の一部が損なわれます。適切にファインチューニングすれば、GPT や Claude に匹敵するパフォーマンスを発揮します。ただし、世界で最も複雑なタスクではない場合に限りますが」と彼は語り、参入障壁の崩壊についても言及しました。「現在、ファインチューニングを行うためのハードルは極めて低く、誰でも容易にアクセスできます」。
DeepSeek-V4-Flash や Google の Gemma、Alibaba の Qwen と比較した結果
Liquid AI は、エッジデバイスでの展開で企業が最も候補に挙げる可能性が高いモデルとのベンチマーク比較チャートを公開しました。対象は、Google の Gemma 4 E2B(51 億パラメータ)と E4B(80 億パラメータ)、Alibaba の Qwen3.5-4B(47 億パラメータ)および Qwen3.5-9B(97 億パラメータ)です。
ローカルの AI クライアントプラットフォーム Atomic Chat が実施した別のテストでは、LFM2.5-2.6B が 3 つのタスク(6 つ都市の天気と現地時刻の確認、1 つの予算を 6 カ国通貨への変換、4 つのホテル検索と予約)を完了するために 35 回のツール呼び出しを行いました。これは、DeepSeek-V4-Flash(2,840 億パラメータ)よりも 3.7 倍高速でした。同モデルは先週リリースされて以来、OpenRouter のランキングで急上昇し、トップに君臨しています。
Gemma 4 の小規模モデルはマルチモーダルな一般モデルで、テキストに加え画像や音声の入力も受け付けます。パーレイヤー埋め込み(Per-Layer Embeddings)という設計を採用し、トークンごとに重みの一部のみを活性化する仕組みです。そのため Google は、総パラメータ数が 5.1B や 8B であるにもかかわらず、「有効」サイズとして 2.3B や 4.5B を強調しています。
一方、アリババが 3 月に発表した Qwen3.5 の小規模シリーズは、4B からネイティブにマルチモーダルに対応し、スケーリングされた強化学習を活用して先端的な推論能力の追求を目指しています。同社は 9B モデルについて、推論ベンチマークにおいて OpenAI のはるかに大きな gpt-oss-120B に匹敵あるいは凌駕すると主張しています。
LFM2.5-2.6B はより狭い領域に特化したアプローチを取ります。テキスト専用で密な構造を持ち、エージェント作業に最適化されています。Liquid AI では LFM ファミリーのビジョンや音声バリアントを別個に提供しており、すべてを一つのチェックポイントに統合するわけではありません。
Qwen のポストトレーニングにおける強化学習が推論能力の向上を狙うのに対し、Liquid AI が狙っているのは、実際のエージェント環境内でのツール使用です。
同社が公開した数値によると、比較対象の中で最も小さいモデルが、すべての指示従属ベンチマーク(IFBench、Multi-IF、IFStruct)で首位に立ち、ツール使用に関するベンチマークのほとんどでもトップを走っています。具体的には ToolSandbox で 77.83 を記録し、これは約 4 倍のサイズを持つ Qwen3.5-9B の 76.44 を上回ります。唯一 BFCLv4 ではこの 9B モデルにわずかに及ばない程度です。
エージェント性能の評価では、Gemma 両モデルを全項目で上回り、Qwen とほぼ互角の成績を残しました。BrowseComp+ では 26.89 点(対 Qwen3.5-9B は 27.23 点)です。また、ハルシネーション(幻覚)にペナルティを与える知識ベンチマーク「AA Omniscience」でも最高スコアを記録しています。
Qwen モデルは、それぞれの学習重点分野で依然として優位性を保っています。数学では Qwen3.5-9B が AIME25 で首位に立ち、コーディングでも LiveCodeBench では大規模モデルが有利です。ただし Labonne 氏は、この差はパラメータ数の差ほど大きくない点を指摘しています。
「LiveCodeBench v6 では、これらのモデルの中で最上位とは限りませんが、圧倒的に小さいサイズであることは確かです。これらと互角の性能を示せたこと自体が、私にとって大きな勝利です」と彼は語っています。
一方で、ライセンス条件では逆転現象が見られます。Gemma 4 と Qwen3.5 は、企業へのアピールを目的として Google が変更した寛容な Apache 2.0 ライセンスで提供されています。DeepSeek-V4-Flash も同様に MIT License という許容度の高いライセンスを採用しています。
一方、Liquid AI の収益ベースのライセンス(詳細は後述)では、大企業には商用契約の締結を求めています。基準を超える規模の企業にとっては、ライセンスの摩擦を減らす代わりに、モデルのサイズやツール利用性能とのトレードオフを選んでいる状態です。
このライセンス体系は、商業的な中間地点を示しています。
LFM2.5-2.6B は「LFM オープンライセンス v1.0」の下で配布されています。このライセンスは、年間収益が 1,000 ドル未満の組織に対して、商用利用を含む使用・改変・再配布を許可しています。一方、より大規模な企業による商用利用はこのライセンスの対象外であり、Liquid AI と個別に契約を結ぶ必要があります。ただし、非営利団体や研究目的の場合は、収益規模にかかわらず無償で利用可能です。
Labonne 氏は、このモデル構造を「開発を持続させるための手段」と位置づけました。「モデルこそが競争優位性(モート)の源泉であり、ライセンスの取り方については慎重である必要があります。そうでなければ収益が上がらず、新たなモデルの開発もできなくなるからです」。同時に、この収益規模の基準は実務上では「過度な介入を避ける仕組み」であると説明しています。
大企業がオープンウェイト版を静かに展開した場合に、同社がどうやって把握するのかという質問に対し、Labonne 氏は率直にこう答えました。「これは法務チームに聞くべき質問ですが、私個人にはわかりません。また、収益規模が 1,000 ドルを超えていても、私たちが求めるのは単に連絡をいただくことです」。
同社はライセンス付きモデルの公開と並行して、構造化出力の評価手法や、小規模モデルでよく見られる反復ループを抑制するトレーニング技法といった自由な研究論文も発表しています。Labonne 氏は、Qwen モデルが「部分的にこの問題を抱えている」と指摘しました。
小型モデル、大企業への影響
この発表と同時期に、CleanMyMac や Setapp を開発するウクライナのソフトウェア企業 MacPaw も、Liquid AI と長期的な戦略的パートナーシップを結ぶことを発表しました。両社は Mac 向けにオンデバイス AI スタックの構築に取り組むことになります。
Liquid AI は、MacPaw の macOS アシスタント「Eney」のための基盤モデルを設計・微調整します。このモデルは、MacPaw が開発した推論エンジン「Elix」とメモリ層「Mnemos」を活用し、Apple シリコン上でローカルで動作します。成果物は今年後半に公開される予定です。
Labonne 氏はこの契約を、「サイズに関する議論の具体的な裏付け」として指摘しました。「彼らが当社を選んだ理由の一つは、モデルが非常に小さいことです。他のモデルを実行するには、十分なメモリ予算がありません。」
今回のリリースは、ハードウェアベンダーや OS 開発者、エンタープライズソフトウェア企業がローカル AI の実行に注力し、業界全体でエージェント・ハルネスが急速に普及しているタイミングで行われました。Liquid AI が賭けるのは、市場の重要なセグメントを定義するのは規模の大きさではなく、導入コストだということです。つまり、どこでも継続的に動作し、トークンあたりの追加コストがゼロとなるエージェントです。
小規模で高度に最適化されたエージェント・モデルがエンタープライズ AI の主要なセグメントになるかどうかは、ベンチマークスコアよりも運用上の信頼性にかかっています。しかし Liquid AI の最新リリースは、これからの競争の最前線が単に大規模なモデルを構築することではないことを示唆しています。重要なのは、既存のエンタープライズワークフローが既に存在する場所で動作できるほど小さく、かつ十分な能力を持つモデルを構築することです。
原文を表示
Earlier this week, the AI startup Liquid, formed in 2023 by former MIT computer scientists, debuted LFM2.5-2.6B, a new open-weight language model designed specifically for agentic workloads.
In release materials and a recent interview with VentureBeat, Liquid's researchers said LFM2.5-2.6B can run entirely on local hardware — from smartphones and laptops down to a Raspberry Pi — without relying on cloud inference or GPUs, unlocking edge AI applications and giving more options to enterprises working in regulated industries or with sensitive information they don't want to send up to the cloud.
It's best suited for high-volume, well-defined agentic tasks that run locally — tool calling, document management, calendar and workflow automation, and always-on background routines — and for connectivity-limited environments like vehicles and robotics, though coding-heavy work is better left to larger models.
Even for those businesses without such concerns, the appeal of running performant, task-specific agents at the cost of essentially electricity, may be enough to make the new model quite appealing.
But the custom open weights license, as with Moonshot's larger frontier model Kimi K3 released last month, is worth a close look by enterprise legal teams.
The basics
LFM2.5-2.6B contains 2.6 billion parameters, supports a 128,000-token context window, and includes native tool calling. The somewhat tricky name is explained by the generation of model (2.5) combined with the parameter count (2.6B).
Both the post-trained model and a base checkpoint (LFM2.5-2.6B-Base) for developers who want to fine-tune it are available now on Hugging Face, with day-one support for major inference stacks including llama.cpp, MLX, vLLM, SGLang, and ONNX — positioning it for deployment across consumer hardware, enterprise infrastructure, and embedded systems.
Liquid also offers an open source fine-tuning framework, LEAP.
Rather than positioning LFM2.5-2.6B as a competitor to the largest frontier models, the company is making a different argument: that a sufficiently capable small model can unlock categories of enterprise applications where latency, privacy, deployment flexibility, or inference costs matter more than absolute benchmark leadership.
"I do also believe that the best models will be in the cloud, and there's no problem with that," Maxime Labonne, Liquid AI's head of post-training, told VentureBeat in an interview following the launch. "We want to make models for another type of user, and the best way of describing it is: you should use [edge AI] when you can't use a cloud model."
Small enough for a Raspberry Pi
Asked about the minimum viable hardware, Labonne said the model runs "very, very well" on CPUs — and that the LFM2 architecture underlying the model was explicitly designed around real-world CPU performance rather than GPU benchmarks.
"I think the best example is a Raspberry Pi," he said. "We have a lot of demos that show that actually, it works pretty fast on the Raspberry Pi."
Company-reported measurements indicate decoding throughput of approximately 220 tokens per second on an Apple M5 Max and 113 tokens per second on an AMD Ryzen AI Max+ 395, while using less than 2.5 GB of memory — and around 30 tokens per second on a smartphone. Users can try the models on their phones through Apollo, Liquid AI's mobile app.
At the other end of the deployment spectrum, Liquid AI reports the model reaches nearly 15,000 output tokens per second on a single Nvidia H100 GPU under sustained concurrent load — roughly 1.3 billion tokens per day on one card. These figures are vendor benchmarks and have not been independently verified.
For Labonne, memory footprint and speed are not conveniences but hard constraints that determine what can be deployed at all.
"What we want to show is that it's a really good trade-off, because you get the level of quality that you get with much bigger models, but in a tiny, tiny form factor," he said. "You can deploy it in target devices where you are not able to deploy the other ones at all."
Trained for agents instead of chatbots
Liquid AI says LFM2.5-2.6B was developed around the assumption that language models are increasingly consumed through agent frameworks rather than traditional conversational interfaces.
"Models are not consumed in chatbots anymore. They're really consumed through agentic harnesses, like OpenClaw, like Hermes Agent," Labonne said. "We wanted to make sure that this model is not just good at math or at code, but it's good at using tools."
The model is pretrained on approximately 34 trillion tokens, with a vocabulary doubled to 128K to better support non-Latin scripts and a dedicated mid-training phase to extend the context window to 128K tokens for long-running agent workflows.
Post-training follows a four-stage pipeline: supervised fine-tuning, teacher specialization (training separate expert models for domains like instruction following, math, code, and tool use), multi-domain on-policy distillation (MOPD) to merge those experts' capabilities back into a single student model, and finally agentic reinforcement learning.
During that last stage, the model was trained directly inside production agent harnesses — including Hermes Agent and OpenClaw — on realistic productivity tasks involving research, coding, document management, tool invocation, and workflow automation, exposing it to those harnesses' actual tools, system prompts, and interaction patterns.
Labonne described the pipeline overhaul as producing a "happy accident": gains that extended well beyond the agentic targets.
"Through these new training techniques, we also got a lot better at everything. We got better at math, at instruction following. We've never been good at code, actually — and with this, we even got really good at code," he said.
Building the model — and the harness
Notably, Liquid AI also built its own agent harness rather than relying solely on existing frameworks, and demonstrated the model running inside it on a phone, planning and calling tools entirely on-device.
"This is a harness running on a phone, and I don't know if there's any other harness running on a phone," Labonne said.
The company had two reasons, he explained. The first was necessity — no phone-native harness existed. The second is a different interaction model: today's harnesses wait for a prompt, and Liquid AI wants assistants that act on their own.
"We want proactive agents. We want agents that run in the background, check what you're doing, check your calendar, and based on this context, do tasks," he said. "That doesn't exist today, really."
Co-designing the harness and model also lets the software compensate for the model's weak spots. "Everything that the model is bad at, the harness should help the model with — provide as much assistance as possible to make it more reliable," Labonne said. "End users don't care if it's the model or the harness. What they want is that the task is achieved at the end of the day."
The model nevertheless works out of the box with established harnesses including Hermes Agent, OpenClaw, and Pi, served behind any OpenAI-compatible endpoint.
Swap the harness, not the model
For enterprise deployment, Labonne argued the release marks a shift in what small models can be used for. Until now, he said, local models made economic sense mainly as narrowly fine-tuned specialists — trained to do one thing at cloud-model quality, much faster and cheaper. Agentic capability changes that calculus, because the same model can be repurposed by changing the tools around it rather than the model itself.
"You can have a calendar assistant, and you can reuse the same model and make a meeting assistant that will record what everybody said and summarize it — a bit like Granola, for example," he said. "You don't change the model; you just change the harness. You just change the tools around it. This gives much more generalizability, and it's a lot easier to do and a lot cheaper as well."
He still recommends fine-tuning for production deployments whenever feasible: "If you don't fine-tune it, you leave some quality on the table. If you fine-tune it well, it's going to match the performance of GPT and Claude — really, if your task is not the most complex task in the world," he said, adding that the barrier to entry has collapsed: "The bar to be able to do fine-tuning now is super low. It's very accessible to everyone."
How it stacks up against DeepSeek-V4-Flash, Google's Gemma and Alibaba's Qwen
Liquid AI released its own benchmark comparison charts pitting LFM2.5-2.6B against the models enterprises are most likely to shortlist for the same edge deployments: Google's Gemma 4 E2B (5.1B parameters) and E4B (8B), and Alibaba's Qwen3.5-4B (4.7B) and Qwen3.5-9B (9.7B).
A separate test by local AI client platform Atomic Chat found that LFM2.5-2.6B completed 35 tool calls to complete three tasks (checking weather and local time in six cities, converting one budget into six currencies, checking four hotels and booking for a date) 3.7 times faster than DeepSeek-V4-Flash (a whopping 284B parameters), the model has skyrocketed to the top of OpenRouter since its release last week.
Gemma 4's small models are multimodal generalists, accepting image and audio input alongside text, and use a Per-Layer Embeddings design that keeps only a fraction of their weights active per token — which is why Google markets them by "effective" size (2.3B and 4.5B) despite total footprints of 5.1B and 8B. Alibaba's Qwen3.5 small series, released in March, is natively multimodal from 4B up and leans on scaled reinforcement learning to chase frontier-style reasoning — Alibaba touts the 9B model as matching or beating OpenAI's far larger gpt-oss-120B on reasoning benchmarks.
LFM2.5-2.6B takes a narrower path: it is text-only, dense, and specialized for agentic work, with Liquid AI shipping separate vision and audio variants of the LFM family rather than folding everything into one checkpoint.
Where Qwen's post-training reinforcement learning targets reasoning, Liquid's targets tool use inside real agent harnesses.
The result, per the company's published numbers, is that the smallest model in the comparison leads every instruction-following benchmark (IFBench, Multi-IF, IFStruct) and nearly every tool-use benchmark — 77.83 on ToolSandbox versus 76.44 for Qwen3.5-9B, a model nearly four times its size — trailing only that 9B model on BFCLv4.
On agentic evaluations it beats both Gemma models across the board and essentially ties the Qwens: 26.89 on BrowseComp+ versus 27.23 for Qwen3.5-9B. It also posts the best score on AA Omniscience, a knowledge benchmark that penalizes hallucination.
The Qwen models keep the edge where their training focus lies: math (Qwen3.5-9B leads AIME25) and coding, where larger models retain an advantage on LiveCodeBench — though Labonne noted the gap is smaller than the parameter counts would suggest.
"With LiveCodeBench v6, we might not be the best among these models, but we're also by far the smallest. Showing that we're competitive with them is already quite a big win for me," he said.
One differentiator cuts the other way: licensing. Gemma 4 and Qwen3.5 ship under the permissive Apache 2.0 license — a change Google made specifically to court enterprises. DeepSeek-V4-Flash ships under a similarly permissive MIT License.
Meanwhile, Liquid AI's revenue-gated license (detailed below) asks larger companies to strike a commercial deal. Enterprises above the threshold are effectively trading license friction for footprint and tool-use performance.
Licensing reflects a commercial middle ground
LFM2.5-2.6B is distributed under the LFM Open License v1.0, which permits use, modification, and redistribution — including commercial use — for organizations with less than $10 million in annual revenue. Commercial use by larger companies is not covered by the license, requiring a separate arrangement with Liquid AI; qualified nonprofits are exempt from the threshold for non-commercial and research purposes.
Labonne framed the structure as a way to sustain model development — "the models are really the moats, so we need to be sensible in the way that we license them; otherwise, we cannot make money, so we can't make more models" — while characterizing the threshold as a light-touch mechanism in practice.
Asked how the company would even know if a large enterprise quietly deployed the open weights, he was candid: "I think this is a question for our legal team, but personally, I don't know. And even if you're above $10 million, the only thing that we ask you is to contact us."
The company pairs its licensed model releases with freely published research, he added, including new structured-output evaluations and a training technique that mitigates the repetition loops common in small models — a failure mode he noted Qwen models are "kind of guilty of."
Small model, big enterprise implications
The launch coincided with an announcement from MacPaw, the Ukrainian software company behind CleanMyMac and Setapp, of a long-term strategic partnership with Liquid AI to build an on-device AI stack for the Mac.
Liquid AI will design and fine-tune foundation models for Eney, MacPaw's macOS assistant, running locally on Apple silicon through MacPaw's Elix inference engine and Mnemos memory layer, with results expected later this year.
Labonne pointed to the deal as a concrete validation of the size argument: "One of the reasons why they chose us is also because the model is quite small, and they don't have all the memory budget to run the other models."
The release arrives as hardware vendors, operating system developers, and enterprise software companies increasingly invest in local AI execution — and as agent harnesses proliferate across the industry. Liquid AI's bet is that deployment economics, not raw scale, will define an important segment of that market: agents running continuously, everywhere, at zero marginal token cost.
Whether small, highly optimized agent models become a significant segment of enterprise AI will ultimately depend less on benchmark scores than on operational reliability. But Liquid AI's latest release suggests the next competitive frontier is no longer simply building larger models — it's building models small enough, and capable enough, to run wherever enterprise workflows already live.
同じ出来事を3媒体で確認
同じ出来事を扱う別媒体の記事です。見出しと公開時刻を比較できます。
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み