Loading...
Loading...
Generate 3D models from text or images. Use when the user requests "Create 3D model", "Text to 3D", "Image to 3D", "3D generation", "Generate mesh", "3D asset".
npx skill4agent add fal-ai-community/skills fal-3d| Script | Purpose |
|---|---|
| Generate a 3D model from text or image |
./scripts/generate-3d.sh --image-url "https://example.com/object.jpg" --model fal-ai/hunyuan3d-v3/image-to-3d./scripts/generate-3d.sh --prompt "A medieval sword with ornate handle" --model fal-ai/meshy/v6/text-to-3d| Argument | Description | Required |
|---|---|---|
| URL of image to convert to 3D | Yes (or --prompt) |
| Text description for text-to-3D | Yes (or --image-url) |
| Model endpoint | No (default: fal-ai/hunyuan3d-v3/image-to-3d) |
| Extra param as key=value (repeatable) | No |
# Search for image-to-3D models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "image-to-3d"
# Search for text-to-3D models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "text to 3d"search_models{
"mesh": {
"url": "https://fal.media/files/.../model.glb",
"content_type": "model/gltf-binary",
"file_name": "model.glb"
}
}