
Muse Spark 1.1 is now available on AI Gateway
Quick Answer
Muse Spark 1.1, a multimodal reasoning model from Meta, is now available on AI Gateway, featuring a 1M token context window and support for various input types.
Quick Take
Muse Spark 1.1, a multimodal reasoning model from Meta, is now available on AI Gateway, featuring a 1M token context window and support for various input types. It orchestrates tasks across tools, supports parallel , and provides a unified API for usage tracking and performance optimization without additional platform fees.
Key Points
- Muse Spark 1.1 accepts text, images, video, PDF, and audio inputs.
- The model can operate as a main agent or subagent for various tasks.
- AI Gateway offers a unified API for tracking usage and optimizing performance.
- No markup on provider pricing; no platform fee on inference requests.
- Try Muse Spark 1.1 in the model playground for hands-on experience.
📖 Reader Mode
~1 min readMuse Spark 1.1 from Meta is now available on AI Gateway.
It is a multimodal reasoning model with a 1M token context window built for agentic tasks, accepting text, image, video, PDF, and audio inputs.
Muse Spark 1.1 plans and orchestrates work across tools and services, operating as a main agent or as a subagent, and it works with new tools, MCP servers, and custom skills without examples. The model supports parallel tool calling, structured output, and built-in search with citations.
To use Muse Spark 1.1, set model to meta/muse-spark-1.1 in the AI SDK:
import { streamText } from 'ai';
const result = streamText({
model: 'meta/muse-spark-1.1',
prompt: 'Read this product spec PDF and implement the API it describes.',
});
AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, routing rules, and more.
AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests.
Try Muse Spark 1.1 in the model playground.
AI Gateway: Track top AI models by usage
The AI Gateway model leaderboard tracks the most popular models over time, ranking them by the total volume of tokens processed across all Gateway traffic.
View the leaderboard
— Originally published at vercel.com
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

