Pixal3D, SAM3, and MoGe-2 on our own H200 GPUs, behind a drop-in fal-compatible API. One key, one import — self-hosted models plus the full fal.ai catalog.
fal-client from PyPI):
pip install gear-client --extra-index-url https://models.alayalab.ai/install/simple/
export GEAR_KEY=<your internal key>
import gear_client as fal_client
handler = fal_client.submit("gear/pixal3d", arguments={"input": {
"image_url": "https://example.com/chair.png",
}})
result = fal_client.result("gear/pixal3d", handler.request_id)
print(result["mesh"]["url"]) # ready-to-download GLB
Paste this to your agent:
Follow the instructions at https://models.alayalab.ai/install/agent-instruction.txt to use the Gear Models 3D generation platform.