Muse Spark 1.1

meta/muse-spark-1.1
Chat
Meta|
Function CallingVisionReasoning

Muse Spark 1.1 (meta/muse-spark-1.1) is an AI model from Meta with a 1,048,576-token context window, priced at $1.25/1M input and $4.25/1M output tokens. Available via the haimaker.ai OpenAI-compatible API.

Context Window
1M
tokens
Input Price
$1.25
/1M tokens
Output Price
$4.25
/1M tokens

Overview

Muse Spark 1.1 is a chat-based AI model developed by Meta. It features a 1,048,576-token context window and supports function calling, vision, and reasoning capabilities. Pricing is set at $1.25 per million input tokens and $4.25 per million output tokens.

Features & Capabilities

Modechat
Context Window1,048,576 tokens
Function CallingSupported
VisionSupported
ReasoningSupported
Web SearchNot supported
Url ContextNot supported

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="meta/muse-spark-1.1",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

print(response.choices[0].message.content)

Frequently Asked Questions

What is the context window of Muse Spark 1.1?

Muse Spark 1.1 (meta/muse-spark-1.1) has a 1,048,576-token context window.

How much does Muse Spark 1.1 cost?

Muse Spark 1.1 is priced at $1.25 per 1M input tokens and $4.25 per 1M output tokens when accessed via the haimaker.ai OpenAI-compatible API.

What features does Muse Spark 1.1 support?

Muse Spark 1.1 supports function calling, vision, reasoning.

How do I use Muse Spark 1.1 via API?

Send requests to https://api.haimaker.ai/v1/chat/completions with model "meta/muse-spark-1.1" using any OpenAI-compatible SDK. Authentication uses a Bearer API key from https://app.haimaker.ai.

Use Muse Spark 1.1 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

haimaker.ai 2026 - All Rights Reserved