v1
latestOpenAPI 3.1.02026-07-2634132204.7 KBImage3d
3D图片生成接口
基于文本提示/参考图生成3D的接口,支持多种图片生成模型和参数配置
post/image3ds/generations
Request body
Example request
{
"model": "hunyuan-3d",
"prompt": "画一只可爱的小猫",
"multi_view_images": [
{
"view_type": "left"
}
]
}Response
成功响应
Example response
{
"task_status": "running"
}