Model Capabilities: Flux-plus is optimized based on Flux-Schnell. It has surpassed the official dev model in some scenarios and is approaching the pro model. Its price is 1/8.33 of the official dev model, 1/16.66 of the pro model, and 1/13.33 of the dall-e-3.Model Pricing:
For resolutions 1024*1024 and below:
Flux-plus: $0.003 per image
Flux-pro-2: $0.006 per image
For resolutions above 1024*1024:
Price * 2
Parameter Suggestions:
( n ): Currently set to 1, official release will support 1-4.
Size: Customizable.
Update Preview:
1.
Support for custom generation quantities.
2.
Support for asynchronous callbacks.
3.
Support for multi-interface mode.
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer sk-xxxxxxxxxxxxxxxxxxxxxxxxx
Body 参数application/json
model
string
必需
Model name.
示例值:
flux-plusflux-pro-2
prompt
string
必需
A text description of the desired image. Maximum length is 1000 characters.
示例值:
cat
n
string
必需
The number of images to generate. Must be between 1 and 10.
示例值:
1
size
string
必需
The size of the generated image. Must be one of 256x256, 512x512 or 1024x1024.
示例值:
1024x1024
示例
{"prompt":"couple before a kiss, blonde girl, brunette man, magic, evening, romance","model":"flux-plus","n":1,"size":"1024x1024"}