FounderHooks
AI model platform for builders
ExplorePricingDocs
ZHAPI Docs
framepack·Image generation·Community

FramePack Edit 1

An image editing model for inpainting UI mockups, product shots, and branded scenes.

See examples, test outputs, copy the API call.

image-editinginpaintingui-mockups
API snapshot
5ce82d1
Avg latency
6.4s
Billing hint
$0.026 / edit
Open playgroundRead API docs
Playground
Run this model now
prediction output
6.2s
Edited scene with structure preserved
The output keeps the overall framing but swaps the most important visual region so it can be reused in product pages quickly.
curl
API sample
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
  -H "Authorization: Bearer $FOUNDERHOOKS_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "framepack/framepack-edit-1",
    "input": {
      "image_url": "Generate a polished product visual for an AI platform homepage"
    },
    "wait": 10
  }'
Python
API sample
import os
import requests

response = requests.post(
    "https://www.founderhooks.com/api/v1/predictions",
    headers={
        "Authorization": "Bearer " + os.environ["FOUNDERHOOKS_API_TOKEN"],
        "Content-Type": "application/json",
    },
    json={
        "model": "framepack/framepack-edit-1",
        "input": {
            "image_url": "Generate a polished product visual for an AI platform homepage"
        },
        "wait": 10,
    },
)
print(response.json())
Available snapshots
5ce82d1
stable
Improved masking behavior on UI regions and screenshots.
2026-04-11 · A100
1b903fd
beta
Reduced layout drift during controlled edits.
2026-03-25 · A100
Example outputs
6.2s
Hero image retouch
The output keeps the overall framing but swaps the most important visual region so it can be reused in product pages quickly.
Related models
polished visuals
Flux Studio Pro
founderhooks
Official
Image generation3.2s$0.018 / image
Flux Studio Pro

Fast image generation for product visuals, campaign frames, and polished UI-facing assets.

product-visualsbrand-safemarketing
2.4M runs · 1,820 likes
PlaygroundView model