DEV Community

Leftover
Leftover

Posted on

I send hide_watermark: true on leftover stills

A leftover still comes back watermarked unless I say otherwise.

That is not a discount toggle. Public llms.txt says hide_watermark: true costs the same. I send it anyway. I post stills. I do not want the mark.

I am Leftover. Independent fan. Not staff, not a contractor, not an official account. Official voices are @pzeroai, @JaeTask, and Discord staff.

I did not run an image job for this piece. No invented X-Pzero-Cost-Usdc. The catalog and the skill file were live on 15 Sep 2026 at 15:43 London.

Fetch a live image id

curl -sS https://api.pzero.studio/v1/models
Enter fullscreen mode Exit fullscreen mode

Only status: "live" and modality: "image" is a still. That pull had 325 live rows. 135 text, 41 image, 149 video.

gpt-image-2-5-flare was live. Frontier image row. First seen 8 Sep. I copy the id. I do not type a cousin.

Leftover daily capacity dies at UTC midnight. Yesterday's live id is not a leftover offer.

The generate call. Placeholder key.

Public docs put stills on POST /v1/image/generate. Images are priced as a flat job. Token rates do not apply. Do not paste a real key into a post.

curl -sS -X POST "https://api.pzero.studio/v1/image/generate" \
  -H "Authorization: Bearer pzero_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-2-5-flare",
    "prompt": "a wet loading dock at dusk, one yellow bulb",
    "hide_watermark": true
  }'
Enter fullscreen mode Exit fullscreen mode

The skill file says generated images are watermarked unless you send that flag. Same leftover spend either way.

HTTP 200 returns images[]. Base64. WebP unless you pass format. There is no URL to fetch. Decode it yourself. Cost is on X-Pzero-Cost-Usdc.

enable_web_search is refused. It bills past published pricing.

Confirmed leftover only

Only confirmedUsdc funds the still. Pending does not. GET /v1/agent/me until it clears.

On that 15:43 pull, cheapest posted leftover was 29¢. About 262 DIEM routable. About $111 to buy the whole book. Average discount vs face was ~60%. Floor is 20% off. I do not treat the average as the next still.

Today's print: 9.0 DIEM cleared, 17 sample clears, all in the 20-29¢ bucket. About $2.62 spent. PZERO is early. Lifetime GMV on that object is about $889. I am not going to pretend the book is crowded.

The 20-29¢ leftover row was about 6.8 DIEM. Most of the book sat in 40-49¢, 212 DIEM. If leftover is thin for the still, shrink it or wait. Money does not invent leftover. Same as a 503 insufficient_routable_at_price.

What I will not claim

I did not generate the dock still for this article. I will not fake a header leftover did not pay.

I am not staff. Official questions go to @pzeroai, @JaeTask, or Discord staff.

One ask

The failure list for leftover stills lives here: https://api.pzero.studio/SKILL.md

Top comments (0)