跳到主要內容

Muse Spark 1.1 解析:Meta 首款收費 AI API,告別開源 Llama | Muse Spark 1.1: Meta's First Paid Agentic AI API

By Kit 小克 | AI Tool Observer | 2026-07-25

🇹🇼 Muse Spark 1.1 解析:Meta 首款收費 AI API,告別開源 Llama

Muse Spark 1.1 是 Meta Superintelligence Labs 在 2026 年 7 月 9 日推出的代理式(agentic)多模態推理模型,也是 Meta 有史以來第一次針對自家 AI 模型向企業開發者正式收費。這代表 Meta 從過去主打「開源 Llama」的路線,正式轉向跟 OpenAI、Anthropic 一樣的付費 API 商業模式,直接下場搶佔代理模型(agentic AI)市場。

什麼是 Muse Spark 1.1?

Muse Spark 1.1 是 Muse Spark 初代的升級版,重點加強在工具使用(tool use)電腦操作(computer use)與程式碼生成能力,支援文字、圖片、影片、PDF 等多模態輸入,並具備 100 萬 token 的超長上下文視窗,號稱能主動管理長時間對話中的上下文,適合處理跨多個應用程式的複雜工作流程。

電腦操作與工具使用怎麼運作?

Muse Spark 1.1 在多應用程式工作流程中,能自行判斷該用自動化腳本還是直接操作介面;工具使用方面則支援零樣本(zero-shot)適應新工具、MCP 伺服器與自訂技能,不需要額外微調就能上手陌生工具,這對想快速接上現有工作流程的團隊是實際的加分。

Meta Model API 怎麼收費?

新推出的 Meta Model API 目前為公開測試版,採用與 OpenAI 相容的介面設計,開發者只要換掉 base URL 跟 API key,現有程式碼幾乎不用改就能接上。定價為輸入每百萬 token 1.25 美元、輸出每百萬 token 4.25 美元,新帳號還送 20 美元額度試用。API 也提供結構化輸出、平行工具呼叫(parallel tool calling)、Files API 與 prompt caching,這些都是企業級代理應用常會用到的功能。

Meta 為什麼要放棄開源策略?

過去 Meta 靠 Llama 系列打「開源牌」與 OpenAI、Anthropic 做出區隔,但 Muse Spark 1.1 的收費 API 明顯是策略轉彎——當代理式 AI(agentic AI)逐漸成為企業 IT 預算的重點戰場,光靠開源模型換聲量已經不夠,Meta 需要一個能直接變現、又能跟 GPT-5.6、Claude Sonnet 5 正面對打的產品線。這也呼應了整個產業的趨勢:模型本身正在變成基礎設施,代理能力才是新的差異化戰場

值得注意的限制

  • 目前 API 仍是公開測試版(public preview),穩定性與 SLA 尚待觀察
  • 電腦操作類功能在複雜企業系統(如舊版 ERP、內部工具)上的實測表現,官方尚未提供第三方基準對照
  • 價格雖然比 GPT-5.6、Claude 系列便宜,但長 context(100 萬 token)若頻繁呼叫,累積成本仍需精算

常見問題 FAQ

好不好用,試了才知道。以下整理幾個開發者常問的問題。


🇺🇸 Muse Spark 1.1: Meta's First Paid Agentic AI API

Muse Spark 1.1 is the agentic, multimodal reasoning model Meta Superintelligence Labs launched on July 9, 2026 — and it marks the first time Meta has ever charged enterprise developers for direct API access to one of its own models. That's a real strategic pivot: after years of positioning Llama as the "open-source alternative" to OpenAI and Anthropic, Meta is now selling a paid, closed API and competing head-on in the agentic AI market.

What Is Muse Spark 1.1?

Muse Spark 1.1 is an upgrade over the original Muse Spark, with major gains in tool use, computer use, and code generation. It handles text, images, video, and PDF input, and ships with a 1-million-token context window that actively manages state across long sessions — built for multi-step, multi-application workflows rather than single-turn Q&A.

How Does Computer Use Actually Work?

Across multi-app workflows, Muse Spark 1.1 decides on its own whether to script an automation or interact with a UI directly. For tool use, it claims zero-shot generalization to unfamiliar tools, MCP servers, and custom skills — meaning teams can point it at an existing toolchain without extra fine-tuning, which matters if you're trying to bolt agentic behavior onto a workflow you already have.

How Is the Meta Model API Priced?

The new Meta Model API is in public preview and is OpenAI-compatible — swap the base URL and API key and most existing code should run with minimal changes. Pricing is $1.25 per million input tokens and $4.25 per million output tokens, with $20 in free credits for new accounts. The API also supports structured output, parallel tool calling, a Files API, and prompt caching — all standard requirements for production agentic apps.

Why Is Meta Walking Away From Open Source?

Llama built Meta's reputation as the "open" alternative to closed labs, but charging for Muse Spark 1.1 signals that open-weight releases alone no longer buy enough differentiation in a market where agentic capability — not raw model weights — is the actual battleground. Meta needs a monetizable product line that can compete directly with GPT-5.6 and Claude Sonnet 5, and this API is that bet.

What to Watch Before You Commit

  • The API is still in public preview — stability and SLA guarantees are unproven
  • No independent benchmarks yet for computer-use performance against legacy enterprise systems (old ERPs, internal tools)
  • Cheaper than GPT-5.6 or Claude, but a 1M-token context adds up fast under frequent calls — model the cost before scaling

Sources / 資料來源

常見問題 FAQ

Muse Spark 1.1 是什麼?

Meta Superintelligence Labs 於 2026 年 7 月推出的代理式多模態模型,具備 100 萬 token 上下文、電腦操作與工具使用能力,透過新的 Meta Model API 對開發者開放。

Meta Model API 怎麼收費?

輸入每百萬 token 1.25 美元、輸出每百萬 token 4.25 美元,新帳號有 20 美元免費額度,介面與 OpenAI API 相容。

Meta 為什麼從開源 Llama 轉向收費 API?

因為代理式 AI 已成為企業 IT 預算重點戰場,光靠開源模型難以變現與差異化,Meta 需要能直接對打 GPT-5.6、Claude Sonnet 5 的付費產品線。

現在適合用 Muse Spark 1.1 上生產環境嗎?

API 目前仍是公開測試版,穩定性與企業級 SLA 尚待驗證,建議先在非關鍵流程試跑,觀察電腦操作與工具呼叫的實際表現後再決定是否擴大採用。

延伸閱讀 / Related Articles


AI 工具觀察站 — 每日精選 AI Agent 與工具趨勢
AI Tool Observer — Daily curated AI Agent & tool trends

留言

這個網誌中的熱門文章

Cursor vs GitHub Copilot vs Claude Code:AI 程式助手大比拼 | AI Coding Assistants Compared: Cursor vs GitHub Copilot vs Claude Code

Stanford 研究登上《Science》:11 個 AI 模型有 47% 機率說你對,即使你錯了 | Stanford Study in Science: AI Models Validate Harmful Behavior 47% of the Time — Sycophancy Is a Real Problem

Claude Code 實測:AI 幫你寫程式到底行不行? | Claude Code Review: Can AI Really Code for You?