meta
Meta Muse Spark 1.1
meta/muse-spark-1.1
Input$1.25 /1M tokens
·Output$4.25 /1M tokens
Muse Spark 1.1 is a multimodal reasoning model from Meta, built for agentic tasks. It accepts text, images, video, audio, and PDF documents and returns text, with a 1M-token context...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "meta/muse-spark-1.1",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00125 |
| 1K in + 500 out (typical response) | $0.00338 |
| 10K in + 2K out (document analysis) | $0.0210 |
| 100K in + 10K out (large context) | $0.1675 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
YesVision (Image Input)
YesAudio Processing
YesContext Window
1.0M tokens
~786K words of text
Modalities
Input
textimagevideofileaudio
Output
text