元Stability.aiのメンバーが設立したblack forest labs社による画像生成、出所:https://blackforestlabs.ai/
2024年11月7日に更新されたflux-1.1-ultraモデルは、最大2000x2000ピクセルの高解像度画像を生成できる機能を備えている。
平均実行時間10-20s Request
Body Params application/json
{
"prompt": "snow mountain",
"raw": true,
"aspect_ratio": "16:9"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/flux-v1.1-ultra' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "snow mountain",
"raw": true,
"aspect_ratio": "16:9"
}'
Responses
application/json {
"images": [
{
"url": "https://file.302.ai/gpt/imgs/20260113/a73417efaf4fd43b2d468e8a5e3339ea.jpg",
"width": 2752,
"height": 1536,
"content_type": "image/jpeg"
}
],
"timings": {},
"seed": 3923026332,
"has_nsfw_concepts": [
false
],
"prompt": "snow mountain"
}
Modified at 2026-01-13 06:40:01