This guide walks through the full happy path: install, configure, discover a model, and run it.Documentation Index
Fetch the complete documentation index at: https://mulerouter.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Install
bun, pnpm, or one-off npx
usage.Set your API key
.env files, custom gateways,
and other options.Discover a model
provider/model (auto-resolved when
only one action exists) or provider/model/action.Inspect its parameters
Three more recipes
Text-to-VideoWhat you got
By defaultrun blocks until the task completes and prints something like:
--json to get a machine-readable payload, or --no-wait to return as
soon as the task is queued and check on it later with
mulerouter status.
Next
- Read through the command reference to learn every flag.
- Browse the model cheatsheet to find the right endpoint.
- Skim Workflows for async batching, jq pipelines, and CI patterns.

