Hi, I’ve been using Tripo H3.1 (image-to-3D) via Fal API, and I recently ran into repeated failures.
My last 3 requests all returned a 500 Internal Server Error.
Here’s what I’m trying to understand:
- Is this a known issue or temporary instability?
- Are there specific inputs that might trigger this?
- Should I expect this to happen occasionally, or is something wrong on my side?
I’ve attached a screenshot from one of the failed requests.
input:
{
"pbr": false,
"texture": false,
"image_url": "https://v3b.fal.media/files/b/0a981221/w2rg28KSXyZnZg0Lws7PQ_Creative Vase - Front View.png",
"orientation": "default",
"texture_quality": "standard",
"geometry_quality": "standard",
"texture_alignment": "original_image"
}
ouput:
{
"detail": [
{
"loc": [
"body"
],
"msg": "Downstream service error",
"url": "https://docs.fal.ai/errors#downstream_service_error",
"type": "downstream_service_error",
"input": {
"pbr": false,
"quad": false,
"texture": false,
"auto_size": false,
"image_url": "https://v3b.fal.media/files/b/0a981221/w2rg28KSXyZnZg0Lws7PQ_Creative Vase - Front View.png",
"face_limit": null,
"model_seed": null,
"orientation": "default",
"texture_seed": null,
"texture_quality": "standard",
"geometry_quality": "standard",
"texture_alignment": "original_image"
}
}
]
}
Would appreciate any insights 🙏