feat(models): show LangBot Models pricing

This commit is contained in:
RockChinQ
2026-09-12 00:53:47 +08:00
parent a3509b3626
commit 33b4035140
17 changed files with 233 additions and 103 deletions
+2
View File
@@ -169,6 +169,8 @@ export interface LangBotModelAvailabilityItem {
uuid: string;
model_id: string;
category: string | null;
input_credits: number | null;
output_credits: number | null;
availability: LangBotModelAvailability;
}