Muse Spark 1.3

POST /v1/chat/completionsMeta’s long-horizon agentic reasoning model with a 1,048,576-token context, image, video, and PDF understanding, web search, and tool calling.
At a glance
Pricing
Example request
Parameters
Notes
Reasoning is always on and cannot be disabled. reasoning_effort accepts minimal through xhigh. On /v1/chat/completions the reasoning text is not returned; on /v1/responses you can request reasoning summaries with reasoning.summary, and reasoning tokens are billed as output tokens and count against the output budget either way. Text, image, MP4 video, and PDF inputs are supported; up to 50 images can be attached. Audio input is not supported on this checkpoint; the Muse Spark 1.1 and 1.2 checkpoints accept audio. PDFs use text from the first 100 pages and page images from the first 50 pages. Built-in web search adds $0.00825 per executed search query and reports the count in usage.tool_usage. OpenAI Responses requests also support custom tools and deferred tool search. tool_choice supports auto and none. Prompts and completions sent to this Standard checkpoint are not used by Meta to train its models.
Per-tool billing (usage.tool_usage)
When this model invokes tools inside a single request, the response carries a normalized usage.tool_usage map alongside the token counts. The example below shows the shape. Exact field names, units, and which tools appear can vary by tool:
The tool counts are already factored into cost_usd and are surfaced so you can audit per-tool billing. The field is omitted when no billed tool was invoked.
Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/muse-spark-1-3.
