Meta の「Muse Glimmer」を Fireworks AI が提供、常時エージェント向けに最適化
本文の状態
原文本文あり
日本語全文が未生成の場合も、詳細モードで原文を確認できます。
同じ出来事の情報源
6媒体で確認
Fireworks AI Blog · 404 Media · TechCrunch AI · Simon Willison Blog · TLDR AI · Latent Space
各社の報じ方を比較 ↓Meta はエージェント特化のオープンモデル「Muse Glimmer」を Fireworks と共同で発表し、低コストでの高同時実行と長文コンテキスト処理を実現した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月13日 03:47
AI深層分析
キーポイント
エージェント特化の設計思想
このモデルは単なるチャットではなく、複雑なツール呼び出しや失敗からの回復を前提とした「常時稼働型」のエージェント向けに設計されている。
高効率なアーキテクチャ構造
30B 規模の密度モデルでありながら、スライディングウィンドウアテンションと少ない KV ヘッドを採用し、24GB のメモリで動作可能かつ低遅延を実現している。
Apache 2.0 オープンソース化
メタは同モデルの重みを Apache 2.0 ライセンスで公開し、ワークステーションでのプロトタイプ開発から Fireworks での大規模展開まで一貫した運用を可能にした。
画像理解と多段階推論能力
1.8B の知覚エンコーダーによりテキストと画像のネイティブな理解が可能で、顧客対応や長期リサーチといった複雑なワークロードに最適化されている。
ネイティブ画像入力とコードエージェント性能
チャートや文書がテキストと同じループで処理されるネイティブ画像入力を備え、CharXiv Reasoningで78.8のスコアを記録している。リポジトリの読み込みからテスト実行、失敗への反復まで行うレポ規模のコードエージェントではSWE-Bench Proで51.2、SciCodeで43.6とクラスをリードする。
重要な引用
This model was built with agents in mind.
Meta built this to fit in 24 GB.
Because the weights are released under Apache 2.0, the path is symmetric.
Great models deserve great execution.
編集コメントを表示
編集コメント
メタが「常時稼働型」エージェントに特化したモデルをオープンソース化することで、実用レベルの自律型システム開発におけるハードルが下がる。特に低リソース環境での大規模同時実行が可能になる点は、企業導入におけるコスト課題への有効な解決策となるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
This model was built with agents in mind. It is designed for "always-on" agents rather than just simple chat interactions. It’s capable of managing many sequential tool calls over multiple turns. It has the ability to recover from failures and retries rather than halting when a tool call fails or returns something unexpected.
Inside the Architecture of Muse Glimmer
Muse Glimmer is a 30B dense model made up of 52 transformer layers, grouped-query attention with 32 query heads and 2 KV heads, and SwiGLU feed-forward layers. A ~1.8B perception encoder gives it native image understanding alongside text, and it supports a 128K+ token context window.
Meta built this to fit in 24 GB. That same design: small KV footprint, sliding-window attention is what makes it affordable to serve at concurrency. And because the weights are released under Apache 2.0, the path is symmetric: prototype against the quantized build on a workstation, deploy the same model on Fireworks when it needs to serve thousands of sessions.
The detail that matters most for agents is the attention pattern: sliding-window attention over 2,048 tokens on most layers, with a full global attention layer every fourth layer. Paired with just two KV heads, that keeps the KV cache small - which is what makes long-context agents economical to serve at high concurrency. The architectural efficiency of this model allows an agent to manage 100K tokens of accumulated tool output more economically than a comparable dense model, with savings that scale across concurrent sessions.
The model also supports DFlash speculative decoding for lower-latency generation.
Where This Model Excels
From end-to-end support resolution to extended autonomous research, this model is built for deep multi-step reasoning, large parallel scale, and reliability across demanding agentic workflows. This model is ideal for the following workloads:
- •Customer-facing support agents: Agents that resolve tickets end-to-end pull account state, check inventory, draft a refund for approval, and confirm status with the user across dozens of tool calls. Meta recommends human confirmation on irreversible actions; we'd echo that: scope the model to read, plan, and stage, and gate the write. Failure recovery is critical here, because a mid-workflow timeout shouldn't strand the customer.
- •Long-running research and monitoring agents: Agents that fan out across sources, hold findings in context, and return hours later with a synthesis. Muse Glimmer leads its size class on DeepSearch QA (74.6) and MCP Atlas (75.5), the two benchmarks closest to this shape of work. Native image input means charts and documents come through the same loop as text - Muse Glimmer leads its class on CharXiv Reasoning (78.8). Note the January 4, 2026 knowledge cutoff, anything time-sensitive needs to come through tools.
- •Repo-scale coding agents: Agents that read a repo, plan a change, run tests, and iterate on failures. Muse Glimmer leads its class on SWE-Bench Pro (51.2) and SciCode (43.6).
Where It Lands on Benchmarks
Against Gemma 4 31B and Qwen 3.6 27B, Muse Glimmer leads on the benchmarks that measure tool orchestration and sustained multi-turn work:
| Benchmark | Muse Glimmer 30B (High Reasoning) | Gemma 4 31B (Thinking Mode) | Qwen 3.6 27B (Thinking Mode) |
|---|---|---|---|
| MCP Atlas (Public) | 75.5 | 54.2 | 62.5 |
| DeepSearch QA | 74.6 | 61.7 | 71.1 |
| Gaia2 | 43.3 | 36.4 | 40.0 |
| WildClawBench | 47.6 | 37.6 | 43.2 |
| SWE-Bench Pro | 51.2 | 36.9 | 50.2 |
*Note the Muse Glimmer benchmarks are reported by Meta
If your agent lives in a terminal or drives a desktop, benchmark both models. If it orchestrates APIs and MCP tools over long multi-turn sessions, this is the stronger pick at this size.
Get Started Today on Fireworks
Muse Glimmer is available on Fireworks on both serverless and on-demand deployments. We shipped a day later than others, on purpose. We took an extra day to launch because we wanted to get this right. That meant correcting the model's shipped generation config and wiring reasoning-effort control all the way through to the model. Great models deserve great execution. Quality is our highest priority, and we wanted to ensure you get the exact performance, control, and reliability you expect from day one.
- •No GPU procurement. Start with a single API call; scale to production without capacity planning.
- •Built for bursty agent traffic. Agent workloads spike unpredictably.Fireworks autoscales to match, so you’re not provisioning for peak.
Running it well: Meta recommends using the following settings.
temperature = 1.0, top_p = 0.95, top_k = 64
Reasoning effort is set in the system prompt as Reasoning strength: <value>, with low, medium, high, and xhigh available - use high or xhigh for agentic and coding work. All benchmark numbers in the table above are at high.
The era of agentic AI is here. We encourage you to start building today with Muse Glimmer model on Fireworks. Check out our documentationand start building!
同じ出来事を6媒体で確認
同じ出来事を扱う別媒体の記事です。見出しと公開時刻を比較できます。
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み