For developers & agents

Your agent can make films too.

The same image, video and voice models the app runs on, from a terminal or any agent that speaks MCP. Install the CLI, approve once in a browser, and generate against your own account — no API keys.

Setup

Three commands.

No dashboard, no key to generate and rotate. Login is a browser approval against the account you already have.

Step 1Install
npm i -g @flummox/cli

One global package. Works in a terminal, a CI box, or an agent’s own sandbox — anywhere npm runs.

Step 2Connect
flummox login

Opens your browser to approve the connection against your Flummox account. Nothing to copy, no key to leak.

Step 3Claude Code
or any MCP agent
claude mcp add flummox -- flummox mcp

Wires the same connection in as 8 MCP tools — image, video, voice, history and more, spoken over stdio.

Commands

Everything the app does, from a shell.

Read commands print to stdout; generate commands write the file and print where it landed. Every flag here is real — see --help on any command for the rest.

CommandWhat it does
flummox login [--name <name>]Connect this machine to your Flummox account — browser approval, no API keys.
flummox logoutForget the local token on this machine.
flummox whoamiConnection and credit check.
flummox modelsThe model catalogue, priced — the same table below.
flummox creditsYour workspace’s credit balance.
flummox image <prompt> [-m <model>] [--ratio <ratio>] [--project <id>] [-o <path>]Generate an image.
flummox video <prompt> [-m <model>] [--seconds <n>] [--resolution <res>] [--ratio <ratio>] [--project <id>] [-o <path>]Generate a video.
flummox voice <text> --voice <id> [--project <id>] [-o <path>]Generate a voiceover.
flummox history [--kind <kind>] [--limit <n>] [--project <id>]Recent generations across image, video and voice.
flummox download <kind/id> [-o <path>] [--project <id>]Download a finished render, e.g. video/<id>.
flummox mcpRun the MCP server over stdio, for agents.
Models

The real catalogue, priced.

19 models — 7 for image, 12 for video — read live from the same table the app charges against and flummox models prints. Credits, not dollars: the same unit the app spends everywhere else.

Image

ModelCredits / image
GPT Image 248
Nano Banana Pro45
Flux Kontext12
Flux Ultra18
Seedream 4.513
Nano Banana 237
Flux 2 Pro15

Video

ModelCredits / second, by resolutionFrom
Seedance Lite720p · 14 480p · 14from 42
Seedance 1.5 Pro720p · 16 1080p · 36 480p · 8from 29
Seedance 2.0720p · 92 1080p · 207 480p · 41from 164
Seedance 2.0 Fast720p · 74 480p · 33from 132
Seedance 2.5720p · 142 480p · 67from 268
Wan 2.71080p · 31 720p · 31from 62
Kling O1720p · 22from 66
Veo 3.11080p · 130 720p · 130from 1040
Veo 3.1 Fast1080p · 46 720p · 46from 368
Kling 3.0default · 39from 117
LTX 2.31080p · 25 1440p · 49 2160p · 97from 150
Wan 2.7 from a frame1080p · 46 720p · 31from 62
Connections live in Settings → Connected agents; disconnect ends them instantly.