vendor_fabric.meshy

Meshy AI - Python SDK for Meshy AI 3D generation API.

Part of vendor-fabric, providing access to Meshy AI’s 3D asset generation API.

Usage: # Functional interface from vendor_fabric.meshy import text3d, image3d, rigging, animate, retexture

# Text to 3D
model = text3d.generate("a medieval sword")

# Image to 3D
model = image3d.generate("https://example.com/image.png")

# Rig for animation
rigged = rigging.rig(model["id"])

# Apply animation
animated = animate.apply(rigged["id"], animation_id=0)

# Retexture
retextured = retexture.apply(model["id"], "golden with gems")

# Provider capability metadata
from vendor_fabric.meshy.tools import TOOL_DEFINITIONS

Subpackages

Submodules