AIREITER
metaText Chat

Muse Spark 1.3 Contributor

Muse Spark 1.3 Contributor uses the Muse Spark 1.3 weights, with a 1,048,576-token context. Input $0.10 and output $0.20 per million tokens. Prompts and completions may be used to improve Meta products.

InputAIReiter $0.10 per 1M tokensOutputAIReiter $0.20 per 1M tokensCache readAIReiter $0.002 per 1M tokens
Run with API

INPUT

OUTPUT

Example
Generated in
42.7 seconds
Input tokens
134
Output tokens
2354
Tokens per second
55.13 tokens / second
Time to first token
-

Model details

Use the same model key in Playground, API requests, and internal workflows.

Model ID
muse-spark-1.3-contributor
Provider
meta
Protocol
OpenAI Chat Completions
Context window
1,048,576 tokens
Max output
131,072 tokens
Input tokens
10 credits / 1M tokens
Output tokens
20 credits / 1M tokens
Cache read
0.2 credits / 1M tokens
Cache write
-

Muse Spark 1.3 Contributor

Released 2 September 2026. This model id uses the Muse Spark 1.3 weights and a 1,048,576-token context. The lower rate comes with a data term: prompts and completions may be used to improve Meta products.

Same Muse Spark 1.3 weights

Context length, multimodal input, and tool calling match Muse Spark 1.3. The model id on this page is muse-spark-1.3-contributor.

Rate on this page

Input $0.10, output $0.20, and cached input $0.002 per million tokens. The figures at the top of the page are the billed rates.

Text, image, PDF, video, and audio

The API accepts those inputs and returns text. Send them in the Chat Completions message body.

Coding and agent work

Public repositories, documentation, prototypes, and agent loops where the prompt can be shared under the term below.

High-Leverage Engineering & Research Scenarios

Designed to maximize iteration speed for developers, researchers, and innovative agent builders.

Continuous Agent Benchmarking & Loops

Run hundreds of autonomous tool-calling iterations, evaluation matrices, and multi-agent test environments without budget friction.

Open-Source Engineering & Documentation

Analyze open repositories, author comprehensive documentation, generate regression test matrices, and refactor open modules at scale.

High-Volume PDF & Technical Ingestion

Extract structured intelligence from thousands of public PDF manuals, technical papers, visual schematics, and media archives.

Synthetic Data Generation & Rapid Prototyping

Synthesize rich instruction-tuning datasets, generate interactive learning materials, and power community developer tools affordably.

Data use

Read this before sending customer code, credentials, or internal documents.
01

Prompts may be used by Meta

On muse-spark-1.3-contributor, prompts and completions may be used to improve Meta products.

02

What to send instead

Client code, credentials, production logs, and internal documents belong on MiMo V2.6 Flash or MiMo V2.6 Pro.

03

How to call it

POST /api/v1/chat/completions with model set to muse-spark-1.3-contributor. Tool calls and JSON output use the same Chat Completions fields.

04

Cached input

Tokens reported as cache reads are billed at $0.002 per million. Other input tokens use the input rate.

Quick Integration via Standard Chat Completions

Call Muse Spark 1.3 Contributor using standard OpenAI-compatible libraries.

01

Specify Contributor Model Identifier

Pass muse-spark-1.3-contributor in your Chat Completions payload.

02

Submit Multimodal Reasoning Request

POST https://aireiter.com/api/v1/chat/completions Authorization: Bearer $AIREITER_API_KEY Content-Type: application/json { "model": "muse-spark-1.3-contributor", "messages": [ {"role": "user", "content": "Analyze this algorithmic workflow and propose structural optimizations."} ], "temperature": 0.3 }

03

Check the response

Read the message content, finish reason, and token usage. Retry a timeout or a 502 with a bounded backoff.

Muse Spark 1.3 Contributor FAQ

Frequently asked questions regarding capabilities, pricing, and data policy.

/ 01

Will Meta use what I send?

Yes. Prompts and completions sent to muse-spark-1.3-contributor may be used to improve Meta products. Send client code, credentials, and internal documents to MiMo V2.6 Flash or MiMo V2.6 Pro instead.

/ 02

Is this the same model as Muse Spark 1.3?

It uses the Muse Spark 1.3 weights. The model id for this page is muse-spark-1.3-contributor.

/ 03

What can the API accept?

Text, images, PDFs, video, and audio. The response is text.

/ 04

What model id do I send?

muse-spark-1.3-contributor.

/ 05

How long is the context window?

1,048,576 tokens.