FounderHooks
给 builder 用的 AI 模型平台
发现定价文档
ENAPI Docs
founderhooks·图像生成·Official

Flux Studio Pro

面向产品视觉、投放画面和精致界面素材的高速图像生成模型。

看示例、试效果、复制调用代码。

product-visualsbrand-safemarketing
API snapshot
9f4c1a2
Avg latency
3.2s
价格提示
$0.018 / image
打开 Playground查看 API 文档
Playground
直接运行这个模型
prediction output
3.1s
产品感很强的首页主视觉
对比度干净、阴影克制,适合直接拿去做 pricing 页、文档页或首页 hero。
2.8s
可直接投放的海报画面
画面会主动留出文案、角标和模型数据叠层空间。
curl
API 示例
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
  -H "Authorization: Bearer $FOUNDERHOOKS_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "black-forest-labs/flux-schnell",
    "input": {
      "prompt": "Generate a polished product visual for an AI platform homepage"
    },
    "wait": 10
  }'
Python
API 示例
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": "black-forest-labs/flux-schnell",
        "input": {
            "prompt": "Generate a polished product visual for an AI platform homepage"
        },
        "wait": 10,
    },
)
print(response.json())
可用快照
9f4c1a2
stable
加强了产品场景和 UI 构图的提示词遵循度。
2026-04-18 · A100
724a0b9
stable
降低首页素材里过度风格化的问题。
2026-03-29 · A100
示例输出
3.1s
产品主视觉
对比度干净、阴影克制,适合直接拿去做 pricing 页、文档页或首页 hero。
2.8s
社媒投放海报
画面会主动留出文案、角标和模型数据叠层空间。
相关模型
image editing
FramePack Edit 1
framepack
Community
图像生成6.4s$0.026 / edit
FramePack Edit 1

一个适合修图、补图和改造产品画面的图像编辑模型。

image-editinginpaintingui-mockups
310K runs · 530 likes
Playground查看模型