Models

Meta Model API runs Meta's latest models for agentic and coding work — multi-step tool loops, software engineering assistants, and long-context reasoning. This page shows what's available today and what each model can do.

Available models

Model ID
Input modalities
Output modalities
Context window
muse-spark-1.1
Text, image, video, PDF
Text
1,048,576 tokens

Muse Spark 1.1

Model ID:muse-spark-1.1Muse Spark 1.1 is multimodal: it takes text, image, video, and PDF as input and generates text. Use it for chat completion, image understanding, video understanding, tool calling, structured output, and search grounding.
Context window
Input modalities
Output modalities
1,048,576 tokens
Text, image, video, PDF
Text
Best for: Agentic tool calling and multi-step workflows, coding and technical assistants, structured output, image understanding and video understanding, document processing, real-time chat, and high-frequency sub-agent loops.

List models via the API

Query the catalog programmatically when you need to check what's enabled for your team:
The response returns models sorted newest-first by creation time, with the model ID as a stable tiebreaker. Each object includes a created field — the Unix timestamp in seconds for when the model was added to the registry. GET /v1/models/{model} returns the same created value for a single model.

Next steps

Was this page helpful?