Documentation
MLMux lets you run pre-release image and video models without managing provider-specific infrastructure.
You can run public models, compare their usage-based pricing, and inspect live usage from Console.
Get started
Create an API key
Create and scope a key in Console, then save its one-time plaintext value securely.
Create a prediction
Choose an image or video endpoint, then send a model ID and its input parameters.
Receive the output
Poll the task status or configure a signed webhook endpoint in Console.
Create endpoint
GET
https://api.mlmux.com/v1/modelsRequest example
curl https://api.mlmux.com/v1/models \
-H "Authorization: Bearer $MLMUX_API_KEY"Prediction response
idUnique task identifierstatusqueued, running, succeeded, or failedoutputCompleted media URLsusageCredits, units, and final charge