IranRouter
All models
Meta

Meta: Muse Spark 1.3

Available

by Meta

meta/muse-spark-1.3Usage rank #50

Muse Spark 1.3 is a multimodal reasoning model from Meta for long-running agentic, multi-agent, and coding workflows. It is designed to keep track of information across extended tasks, work through...

At a glance

Context window
1Mtokens
Max output
944Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageVideoFileAudio
OutputText
ReasoningSupportedmaxxhighhighmediumlowminimal

Benchmarks

Design Arena

CategoryEloWin rate
models · 3d1,43064.5
models · 3d1,38859.4
models · uicomponent1,38759.5
models · uicomponent1,37758.1
models · codecategories1,37459
models · gamedev1,37357.7
models · codecategories1,36558.2
models · website1,36559.2
models · website1,36358.5
models · gamedev1,35856.1
models · dataviz1,33055.2
models · dataviz1,26850

Source: Design Arena · as of Sep 16, 2026

Performance

Uptime on IranRouter

0%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

3,564 ms

Aug 18Sep 16

Throughput

85.4 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Popularity

Current rank
#50
Rank change, 7 days

Daily tokens · 90 days

53.3B

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

include_reasoningmax_tokensreasoningreasoning_effortrepetition_penaltyresponse_formatstructured_outputstemperaturetool_choicetoolstop_ktop_p

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="meta/muse-spark-1.3",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.