Swarm
bittensor_3d
Image-to-3D asset generation via Bittensor subnet 29. Requires a source image URL. Async — polls until ready (up to 3 min). Returns a GLB file URL. Cost: $0.75 per call.
Remote wizerai/swarmrails
Other tools also called bittensor_3d?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"prompt": {
"type": "string",
"description": "Description of the 3D asset"
},
"image_url": {
"type": "string",
"description": "URL of the source image to convert to 3D"
}
}
}