MuAPI

Generate images and discover supported models through MuAPI's OpenAI-compatible API.

5 actions Integration catalog
Request access
Connect MuAPI once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Estimate Model CostMUAPI_ESTIMATE_MODEL_COST
Price a native catalog model run before submitting it. Returns the estimated charge for the given inputs, which is what to check when a model has dynamic pricing. Estimating is free and generates nothing.
Generate ImageMUAPI_GENERATE_IMAGE
Generate one or more images from a text prompt through MuAPI's OpenAI-compatible API. This operation is billable and requires sufficient account credits.
Get Catalog ModelMUAPI_GET_CATALOG_MODEL
Get one native catalog model by name, including its pricing and the provider-defined input and output schemas. Read this before estimating a cost or building a generation request so the input field names and ranges come from the provider rather than a guess.
List Catalog ModelsMUAPI_LIST_CATALOG_MODELS
Browse MuAPI's full native model catalog with per-model pricing, category, family and group. This is the catalog behind MuAPI's native generation endpoints and is much larger than the OpenAI-compatible image model list returned by MUAPI_LIST_MODELS; the two id sets are not interchangeable. The unfiltered catalog is several hundred models and returns a large payload, so pass category, family or group_of whenever you can narrow the search.
List ModelsMUAPI_LIST_MODELS
Return the image-generation models available through MuAPI's OpenAI-compatible API. Use each model's id in MUAPI_GENERATE_IMAGE requests. This is a small subset of MuAPI's native catalog and carries no pricing; for the full catalog with costs and input schemas use MUAPI_LIST_CATALOG_MODELS. The two id sets are not interchangeable.