▥ Seedance 2.5 is here! ›
Documentation

Documentation

MLMux lets you run pre-release image and video models without managing provider-specific infrastructure.

Get started

01

Create an API key

Create and scope a key in Console, then save its one-time plaintext value securely.

02

Create a prediction

Choose an image or video endpoint, then send a model ID and its input parameters.

03

Receive the output

Poll the task status or configure a signed webhook endpoint in Console.

Create endpoint

GEThttps://api.mlmux.com/v1/models

Request example

curl https://api.mlmux.com/v1/models \
  -H "Authorization: Bearer $MLMUX_API_KEY"

Prediction response

idUnique task identifier
statusqueued, running, succeeded, or failed
outputCompleted media URLs
usageCredits, units, and final charge