Model facet · API

Muse Spark 1.3 API: Model ID and Request Example

The public hosted model identifier is meta/muse-spark-1.3. The example below targets the OneInfer Universal LLM API at /v1/ula/chat/completions.

Hosted API request

Example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/muse-spark-1.3",
    "messages": [{"role": "user", "content": "Summarize the attached research."}],
    "max_tokens": 2048
  }'

Verified API facts

FieldValue
Model IDmeta/muse-spark-1.3
Input context1,048,576 tokens
Maximum output64,000 tokens
Input modalitiesText, image, audio, video
Output modalityText

Ready to test the workflow?

Create account & add credits

OneInfer availability

Do not send this model ID to a OneInfer endpoint. The model is closed weights and is not in the OneInfer serving catalog. Use this page as a compatibility reference or choose an available alternative.

Frequently asked questions

Can I run Muse Spark 1.3 on OneInfer?

No. As of 3 September 2026, Muse Spark 1.3 is proprietary, has no downloadable weights, and resolves to Meta as its single upstream provider. OneInfer publishes this independent reference without claiming deployment availability.

What is the Muse Spark 1.3 model ID?

Use meta/muse-spark-1.3 exactly on services that list that identifier.

Put Muse Spark 1.3 to work

Fund a controlled evaluation, send a reference frame or document, and measure quality and cost on your own workload.