tufty.aitufty.ai CLI
CLI

Credits

How to estimate what a run will cost before you run it.

Every run uses credits from your account, in two parts: generation and cutout. Before submitting, the CLI prints its estimate to stderr:

[cost-estimate] ~75 credits (generation 72 + cutout 3)

For an exact estimate without spending anything, add --dry-run — see Output modes.

Image tools

Generation credits = quality price × pairs × --count, where pairs = products × model images (a side you don't pass counts as 1).

Toollowmediumhigh
Pet Dress-Up pet-dressup61849
Scene Swap background-swap41647
Flat to 3D flat-to-3d41647

Credits per image. The default quality is the cheapest, low.

Video tools

Generation credits = round(price per second × --duration).

ToolResolutionPer second5 s10 s
Image to Video image-to-video720P19.0595191
Product Promo Video product-promo720P31.75159318
1080P78.59393786
Motion Control motion-control720P19.0595191
Pet Promos replace-elements720P31.75159318
1080P78.59393786

The default resolution is the cheapest one.

Cutout

1 credit per input image that gets cut out; skip it with --no-cutout. Which inputs are cut out: Local files and uploads.

Examples

CommandEstimate
tufty pet-dressup --product ./sweater.jpg --model ./corgi.jpg6 × 1 × 1 + cutout 2 = 8
tufty pet-dressup --product ./sweater.jpg ./hoodie.jpg --model ./corgi.jpg ./shiba.jpg --quality medium --count 218 × 4 × 2 + cutout 4 = 148
tufty product-promo --still ./sweater.jpg --resolution 1080P --duration 10786 + cutout 1 = 787
tufty image-to-video --still ./corgi.png --no-cutout95

Prices can change

The prices above come from the server's tool manifest as of September 15, 2026. The manifest is authoritative and prices may change at any time. The CLI's estimate always uses the latest manifest; run tufty tools describe <id> or tufty <tool> -h to see current prices.

Balance and top-ups

  • When a run is submitted, the server holds the estimated credits.
  • If you don't have enough, the command returns insufficient_balance; details.required is what the step needs, and stderr prints the top-up link.
  • Check your balance under Account settings → Credits, or pick a plan on the pricing page.

On this page