TokenRoute
Get started
Back to models

Meta: Muse Spark 1.1

Moderated

meta/muse-spark-1.1

Muse Spark 1.1 is a multimodal reasoning model from Meta, built for agentic tasks. It accepts text, images, video, audio, and PDF documents and returns text, with a 1M-token context...

Pricing

Input$0.8750 /M
Output$2.98 /M
Cache read$0.1050 /M
Web search$0.0017 /req

Specs

Context length1M tokens
Max output943.7K tokens
Inputtext, image, video, file, audio
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/muse-spark-1.1",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

include_reasoning
max_tokens
reasoning
reasoning_effort
repetition_penalty
response_format
structured_outputs
temperature
tool_choice
tools
top_k
top_p