Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions internal/provider/tripo/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
Loading