1 concurrent task is provided by default, meaning a maximum of 1 submitted task can be processed at the same time; the next task can only start after the previous one is completed.
| Generation Parameter | Function Description | Cost |
|---|---|---|
| Prompt | Generate 3D models from text descriptions | 0.3 PTC/time |
| ImageUrl/ImageBase64 | Generate 3D models from images (URL/Base64) | 0.3 PTC/time |
| Additional Parameter Name | Function Description | Additional Cost |
|---|---|---|
| EnablePBR | Generate 3D models with PBR materials, including metallicity, roughness and normal maps | 0.2 PTC/time |
{
"Prompt": "一只小猫"
}curl --location --request POST 'https://api.302.ai/tencent/hunyuan3d/rapid-job' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"Prompt": "一只小猫"
}'{
"Response": {
"JobId": "1407973200838926336",
"RequestId": "c5335c20-9b1c-4b15-ac59-0124f800299d"
}
}