Trellis 3D
Trellis 3D costs $0.024/model on FairStack — a image to 3d model for Rapid 3D prototyping, Budget 3D generation, Quick 3D experiments. That's 95% less than Meshy Direct. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is Trellis 3D?
Trellis 3D is the most affordable 3D generation model on the platform, producing basic 3D assets from text descriptions at just $0.02 per generation. The ultra-low price makes it practical for rapid experimentation, concept sketching in 3D, and high-volume generation where quantity and speed matter more than production quality. At $0.02 per generation, it is 40 times cheaper than Meshy V6 and 19 times cheaper than Hunyuan Pro. The geometric detail is simpler and texturing is more basic than premium models, but the price point enables use cases that would be prohibitively expensive with higher-quality models: generating dozens of variations, rapid 3D brainstorming, and prototyping at scale. Compared to premium 3D models like Meshy V6 at $0.80 or Hunyuan Pro at $0.375, Trellis produces significantly simpler output but enables high-volume experimentation. Against Meshy Direct at $2.00, FairStack's Trellis pricing represents extreme affordability for 3D prototyping. Best suited for ultra-budget 3D generation, rapid prototyping at scale, and 3D experimentation where the lowest possible cost per generation enables prolific exploration. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are Trellis 3D's strengths?
What are Trellis 3D's limitations?
What is Trellis 3D best for?
How much does Trellis 3D cost?
How does Trellis 3D perform across capabilities?
Trellis 3D — ultra-cheap ($0.02), fast but basic quality
How do I use the Trellis 3D API?
curl -X POST https://api.fairstack.ai/v1/generations/threeD \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "trellis-3d",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/threeD",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "trellis-3d",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/threeD",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "trellis-3d",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does Trellis 3D support?
Frequently Asked Questions
How much does Trellis 3D cost?
Trellis 3D costs $0.024/model on FairStack as of 2026-05-13. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is Trellis 3D and what is it best for?
Trellis 3D is the most affordable 3D generation model on the platform, producing basic 3D assets from text descriptions at just $0.02 per generation. The ultra-low price makes it practical for rapid experimentation, concept sketching in 3D, and high-volume generation where quantity and speed matter more than production quality. At $0.02 per generation, it is 40 times cheaper than Meshy V6 and 19 times cheaper than Hunyuan Pro. The geometric detail is simpler and texturing is more basic than premium models, but the price point enables use cases that would be prohibitively expensive with higher-quality models: generating dozens of variations, rapid 3D brainstorming, and prototyping at scale. Compared to premium 3D models like Meshy V6 at $0.80 or Hunyuan Pro at $0.375, Trellis produces significantly simpler output but enables high-volume experimentation. Against Meshy Direct at $2.00, FairStack's Trellis pricing represents extreme affordability for 3D prototyping. Best suited for ultra-budget 3D generation, rapid prototyping at scale, and 3D experimentation where the lowest possible cost per generation enables prolific exploration. Available on FairStack at infrastructure cost plus a 20% platform fee. Trellis 3D is best for Rapid 3D prototyping, Budget 3D generation, Quick 3D experiments. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does Trellis 3D have an API?
Yes. Trellis 3D is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/threeD with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
Is Trellis 3D cheaper on FairStack than Meshy Direct?
Yes. Meshy Direct charges $0.50 per generation for Trellis 3D. FairStack charges $0.024/model — that's 95% cheaper. FairStack uses a transparent 20% margin model with no subscription fees.
How does Trellis 3D compare to other 3d models?
Trellis 3D excels at Rapid 3D prototyping, Budget 3D generation, Quick 3D experiments. It is a image to 3d model priced at $0.024/model on FairStack. Key strengths: Ultra-affordable, Fast generation. Compare all 3d models at fairstack.ai/models.
What makes Trellis 3D effective for 3D generation?
Trellis 3D stands out with ultra-affordable and fast generation. Generation typically completes in under 5 seconds.
What are the known limitations of Trellis 3D?
Key limitations include: $0.02 per generation; lower quality than premium models; basic geometry. FairStack documents these transparently so you can choose the right model for your workflow.
How fast is Trellis 3D?
Trellis 3D typically completes in under 5 seconds. This makes it suitable for real-time applications, interactive workflows, and high-volume batch processing.
How does using Trellis 3D on FairStack compare to Meshy Direct?
Using Trellis 3D through FairStack gives you the same underlying model with transparent per-use pricing and full REST API access. Trellis 3D offers ultra-affordable. No subscription or commitment required — pay only for what you generate.