feat(models): sort catalog by listing date availability and price

This commit is contained in:
RockChinQ
2026-09-12 02:07:33 +08:00
parent 18c1ed93b8
commit fa15f48fd7
7 changed files with 203 additions and 9 deletions
+1
View File
@@ -169,6 +169,7 @@ export interface LangBotModelAvailabilityItem {
uuid: string;
model_id: string;
category: string | null;
listed_at?: string | null;
input_credits: number | null;
output_credits: number | null;
availability: LangBotModelAvailability;