polished visuals
Flux Studio Pro
founderhooks
Official
图像生成3.2s$0.018 / image
Flux Studio Pro
面向产品视觉、投放画面和精致界面素材的高速图像生成模型。
product-visualsbrand-safemarketing
2.4M runs · 1,820 likes
浏览模型,直接试跑,顺手拿走调用方式。
面向产品视觉、投放画面和精致界面素材的高速图像生成模型。
用于产品 teaser、社媒循环短片和概念 demo 的文生视频模型。
适合 demo、onboarding 和产品语音流程的低延迟语音模型。
适合助手、支持 Copilot 和结构化生成的产品级对话模型。
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
-H "Authorization: Bearer $FOUNDERHOOKS_API_KEY" \
-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
}'