AI media pipelines · any modality · any API

Workflows
you can draw

Describe the job — dub a video, swap a face, clean a podcast, cut shorts. Shape it as nodes on a canvas. Let it run on real GPUs. Review the cut in your gallery.

Start free — $1 credit

Free creations are watermarked and join the public showcase. Paid plans keep everything private.

How it works

01

Describe it

Say what you need in plain language, or start from a ready-made template.

02

Shape it

Every job is a graph of nodes on a canvas — rewire, swap models, tune parameters.

03

Let it run

Steps queue to GPU workers running open-source models. Watch each node light up live.

04

Review the cut

Outputs land in your gallery with full provenance — re-run, tweak, share.

Capabilities

Observability

completed runs
avg cost per run
avg run duration
workflow templates

Any API

Everything the canvas does, a key can do: run workflows, poll executions, upload media, manage pipelines programmatically. Webhooks call you back when the job is done.

Open API docs

curl -X POST https://inferencebrain.com/v1/workflows/5/run \
  -H "X-API-Key: ib2_…" \
  -d '{"inputs": {"audio": "…"}}'

{"execution_id": "…", "status": "pending",
 "estimate": 0.021}