NVIDIA NIM Meta Muse Glimmer 30B

Meta's 30B multimodal reasoning model on NVIDIA NIM — text & image input with tool calling and separate thinking.

Updated 8/29/20261 code examples

About the Model

为什么要选择 Meta Muse Glimmer 30B?

Muse Glimmer 30B 是 Meta 于 2026 年最新推出的原生图文多模态推理模型,专为多模态智能体(Multimodal Agents)、界面视觉调试与复杂多步规划而生。

核心优势与技术突破

  • 原生视觉与文本混合推理:能够精准理解高分辨率设计图、前端渲染截图与复杂架构拓扑,并结合代码进行像素级缺陷排查。
  • 独立思维链 (Thinking Process):在输出最终结果前进行深层逻辑推理,支持提取独立的思维链内容。
  • 开箱即用的工具调用能力:在复杂 Function Calling 和多工具跨语言编排中表现优异。

How to Access for Free (via NVIDIA NIM)

Why Choose Muse Glimmer 30B on NVIDIA NIM?

Meta's 2026 frontier multimodal reasoning model hosted on NVIDIA NIM. Supports image and text inputs, native function calling, and structured step-by-step reasoning.

Try it in your browser

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Code Examples

curl
curl https://integrate.api.nvidia.com/v1/chat/completions \
  -H "Authorization: Bearer $NVIDIA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/muse-glimmer-30b",
    "messages": [{"role": "user", "content": "Analyze this system architecture."}]
  }'

Community Feedback

Comments are tied to your GitHub account — sign in to join the discussion.