From 98a3bdfef2580aac574b8d9cbd9926835aa6646e Mon Sep 17 00:00:00 2001 From: Gdetrane Date: Thu, 16 Apr 2026 10:49:54 +0200 Subject: [PATCH] Add Tripo P1.0 Smart Mesh model to catalog --- internal/provider/tripo/models.go | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/internal/provider/tripo/models.go b/internal/provider/tripo/models.go index 901cbc6..f1b9cff 100644 --- a/internal/provider/tripo/models.go +++ b/internal/provider/tripo/models.go @@ -52,12 +52,19 @@ var modelCatalog = []modelCatalogEntry{ Capabilities: []string{"text_to_3d", "image_to_3d", "multiview_to_3d"}, }, { - Name: "Tripo v3.1 (Latest)", + Name: "Tripo v3.1", ID: "v3.1", APIVersion: "v3.1-20260211", - Description: "Latest model with best overall quality.", + Description: "Best overall quality for general-purpose generation.", Capabilities: []string{"text_to_3d", "image_to_3d", "multiview_to_3d"}, }, + { + Name: "Tripo P1.0 (Smart Mesh)", + ID: "p1", + APIVersion: "P1-20260311", + Description: "Smart lowpoly generation. Clean topology in ~2 seconds, 48-20K faces, game-engine ready. Ideal for Unity/Unreal/Godot.", + Capabilities: []string{"text_to_3d", "image_to_3d"}, + }, } var (