v2.0 | Base | Standard | HD Texture |
---|---|---|---|
Text | 0.15 | 0.3 | 0.45 |
Image | 0.3 | 0.45 | 0.6 |
Image with Style | 0.375 | 0.525 | 0.675 |
Multiview | 0.3 | 0.45 | 0.6 |
Texture | X | 0.15 | 0.3 |
{
"type": "text_to_model",
"prompt": "a cute pig",
"model_version": "v2.0-20240919"
}
curl --location --request POST 'https://api.302.ai/tripo3d/v2/openapi/task' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "text_to_model",
"prompt": "a cute pig",
"model_version": "v2.0-20240919"
}'
{}