Upscale-V6 (Image Upscaling V6)
302.AI的API,来自于我们在云GPU上自己部署的模型。部分模型为开源模型,部分模型为我们自己微调或开发的。
用于图片放大
平均运行时长15-30s
Request
Body Params application/json
{
"image_url": "",
"scale_factor": 4
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/upscale-v6' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "",
"scale_factor": 4
}'
Responses
application/json {
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}
Modified at 2025-11-07 04:16:48