The AI arena is free today

Open Superagent
MetaReleased on Sep 2, 2026

Muse Spark 1.3: API Pricing, Context Window & Benchmarks

Muse Spark 1.3 is a language model from Meta, released in September 2026, with multimodal input, a 1.0M-token context window, and pricing from $0.100/M input, $0.002/M cached input, $0.200/M output.

Muse Spark 1.3 is Meta Superintelligence Labs' proprietary multimodal reasoning model for long-running agentic, multi-agent, and coding workflows. It improves on Muse Spark 1.2 in long-horizon collaboration, multitasking, instruction

Input
TextImageAudioVideo
Output
Text

Muse Spark 1.3 benchmarks

Capability tiers

Standing within each category, adjusted for leaderboard depth.

Real tasks performance

High-confidence performance for Muse Spark 1.3 across real-world prompt categories. Only 95% intervals at most 4 points wide are shown.

Performance by conversation depth

How Muse Spark 1.3 holds up as conversations get longer.

Quality Tracker

Muse Spark 1.3 Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Thu Sep 03 2026
Notice missing or incorrect data?

Muse Spark 1.3 pricing

Providers

Muse Spark 1.3 starts at $0.100 per million input tokens and $0.200 per million output tokens via Meta Model API. Reused prompt prefixes cost $0.0020 per million cached input tokens.

ProviderInput $/MCached input $/MOutput $/MContext in / outTTFT p95 sOutput p5 c/sModalities in / out
Meta Model API logoMeta Model API
$0.100$0.0020$0.2001.0M/943.7K
2.98
25
/

Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.

Muse Spark 1.3 context window

Input and output token limits for Muse Spark 1.3, plus how it ranks on long-context understanding.

InputOutput
1.0Mtokens
944Ktokens
1.6k pages of text
1.0M
8K128K1M

Muse Spark 1.3 API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $0.10 input / $0.00 cached input / $0.20 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="muse-spark-1.3",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

Muse Spark 1.3 latency

Muse Spark 1.3 time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

Muse Spark 1.3 examples

Recent arena outputs from Muse Spark 1.3, picked from the highest-ranked matchups.

Muse Spark 1.3 license

Muse Spark 1.3 is a proprietary model available under its provider's product and API terms.

License
Proprietary
Hosted access

Proprietary license - usage restrictions apply

Muse Spark 1.3 resources

Official sources for Muse Spark 1.3: api documentation, official playground, paper or system card, official launch post.

Muse Spark 1.3 vs other models

The most-compared alternatives to Muse Spark 1.3 are Qwen3.8 Max, Kimi K3, GLM-5.3-Flash. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like Muse Spark 1.3

Models ranked just above and below Muse Spark 1.3 by LLM Stats score.

 

Qwen3.8 Max

Score pending
 

Kimi K3

Score pending
 

GLM-5.3-Flash

Score pending
 

GPT-5.6 Sol

Score pending
 

Gemini 3.7 Flash

Score pending
 

Gemini 3.8 Flash

Score pending

FAQ

Common questions about Muse Spark 1.3.

When was Muse Spark 1.3 released?

Muse Spark 1.3 was released on September 2, 2026 by Meta. This is the official Muse Spark 1.3 release date tracked on LLM Stats.

How much does Muse Spark 1.3 cost?

Muse Spark 1.3 costs $0.10 per million input tokens, $0.00 per million cached input tokens, $0.20 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $0.10 per million input tokens via Meta Model API. That provider charges $0.00 per million cached input tokens.

Is Muse Spark 1.3 available via API?

Yes. Muse Spark 1.3 is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 1 provider tracked on LLM Stats.

Who created Muse Spark 1.3?

Muse Spark 1.3 was created by Meta.

What is the license for Muse Spark 1.3?

Muse Spark 1.3 is released under the Proprietary license.

Is Muse Spark 1.3 multimodal?

Yes, Muse Spark 1.3 is multimodal and can accept both text and images as input.

What is Muse Spark 1.3 latency?

Muse Spark 1.3 p95 time to first token is 2.98 seconds via Meta Model API over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use Muse Spark 1.3?

Muse Spark 1.3 is available through 1 provider including Meta Model API.

Where is the Muse Spark 1.3 paper or technical report?

Muse Spark 1.3 has a paper or technical report available at https://research.meta.ai/static/muse-spark-1-3-multimodal-evaluation-methodology. Use that source for architecture, training, release and evaluation details.

What models should I compare Muse Spark 1.3 against?

Common Muse Spark 1.3 comparisons include Muse Spark 1.3 vs Qwen3.8 Max, Muse Spark 1.3 vs Kimi K3, Muse Spark 1.3 vs GLM-5.3-Flash. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.