3 concurrent tasks are provided by default, meaning a maximum of 3 submitted tasks can be processed at the same time; the next task can only start after the previous one is completed.
GenerateType is a required parameter with a default value of Normal; you can select 1 of the 4 generation modes, and fees are deducted according to the corresponding type.| Generation Task Type | Function Description | Cost |
|---|---|---|
| Normal | Generate textured geometric models | 0.4 PTC/time |
| LowPoly | Generate textured geometric models after intelligent decimation | 0.5 PTC/time |
| Geometry | Generate texture-free geometric models (white models) | 0.3 PTC/time |
| Sketch | Generate textured geometric models from input sketches/line drawings | 0.5 PTC/time |
| Additional Parameter Name | Function Description | Additional Cost |
|---|---|---|
| MultiViewImages | Generate 3D models from multi-view images | 0.2 PTC/time |
| EnablePBR | Generate 3D models with PBR materials, including metallicity, roughness, and normal maps | 0.2 PTC/time |
| FaceCount | Generate 3D models with custom face counts | 0.2 PTC/time |
| ResultFormat | Customize the format of the generated models | 0.1 PTC/time |
{
"Prompt": "一只小猫"
}curl --location --request POST 'https://api.302.ai/tencent/hunyuan3d/pro-job' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"Prompt": "一只小猫"
}'{
"Response": {
"JobId": "1407969018996203520",
"RequestId": "98ea38ef-48b6-4a45-ab04-9dab730d4994"
}
}