OpenCode Muse Spark 1.2 Free

OpenCode Zen 网关提供的免费 Muse Spark 1.2 Free API(需完成一次账户首充激活)。

更新于 2026/8/292 个代码示例

关于该模型

Why Choose Muse Spark 1.2 Free?

Muse Spark 1.2 is Meta's flagship proprietary reasoning model launched in 2026, optimized for long-range software engineering, code refactoring, and agentic automation. It is now free on OpenCode Zen after one-time activation.

Key Strengths

  • Industrial-grade agent reasoning and code understanding: excels at multi-file refactoring, bug localization, and test generation.
  • 1M ultra-long context: easily handles entire repositories and massive docs with coherent reasoning.
  • Free via Zen gateway: free after one-time deposit, no per-call fees.

如何免费接入 (通过 OpenCode Zen)

OpenCode 限时免费依据与激活要求

OpenCode Zen 联合各大模型厂商为收集开发者社区反馈,目前限时免费提供该模型。⚠️ 注意:OpenCode 要求账户必须完成一次首充充值激活(充值金额保留在账户余额中,可用于其他付费模型)后方可免费调用 Zen 托管的免费模型。获取 API Key 后使用标准 OpenAI 格式即可调用。

使用说明

可在任何支持 OpenAI 格式的客户端(如 OpenAI Python SDK、Cursor、OpenCode CLI 或本站 Playground)中填写 Base URL 为 https://opencode.ai/zen/v1 即可调用。

在浏览器里试用

选个模型、粘贴你自己的免费 Key,即可运行。你的 Key 只用于调用一次该提供商,绝不存储在我们的服务器上。

选个模型、粘贴你自己的免费 Key,即可运行。你的 Key 只用于调用一次该提供商,绝不存储在我们的服务器上。

调用代码示例

curl https://opencode.ai/zen/v1/chat/completions \
  -H "Authorization: Bearer $OPENCODE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "muse-spark-1.2-free",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

限制与注意事项

账户激活注意事项

OpenCode Zen 网关要求账户必须完成一次首充充值激活后,方可免费调用 Nemotron、Big Pickle 等限时免费模型。充值金额保留在个人账户余额中,可用于其他付费模型消耗。

社区反馈

评论与你的 GitHub 账号绑定,登录后即可参与讨论。