runwayml/gen4-image-turbo
Run in Apifox
Gen-4 Image Turbo は Gen-4 Image よりも安価で、速度が2.5倍向上しています。これは、参照画像付きの画像モデルで、最大3枚の参照画像を使用して、必要な正確な画像を作成し、あらゆる角度を捉えることができます。
Request Body Params application/json
{
"aspect_ratio" : "9:16" ,
"enable_base64_output" : false ,
"prompt" : "Character is crossing arms." ,
"reference_images" : [
"https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1756097854858609511_DYpljfb7.jpeg"
] ,
"resolution" : "1080p"
} Request Code Samples
curl --location --request POST 'https://api.302.ai/ws/api/v3/runwayml/gen4-image-turbo' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "9:16",
"enable_base64_output": false,
"prompt": "Character is crossing arms.",
"reference_images": [
"https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1756097854858609511_DYpljfb7.jpeg"
],
"resolution": "1080p"
}' Responses application/json Generate Code
{
"code" : 200 ,
"message" : "success" ,
"data" : {
"id" : "51aefa20d0ae459ab6689e8694106785" ,
"model" : "wavespeed-ai/flux-dev-ultra-fast" ,
"outputs" : [ ] ,
"urls" : {
"get" : "https://api.302.ai/ws/api/v3/predictions/51aefa20d0ae459ab6689e8694106785/result"
} ,
"has_nsfw_contents" : [ ] ,
"status" : "created" ,
"created_at" : "2025-10-20T08:26:46.871Z" ,
"error" : "" ,
"executionTime" : 0 ,
"timings" : {
"inference" : 0
}
}
} Modified at 2025-10-22 09:01:14