Feat/apply free quota (#828)
Co-authored-by: Joel <iamjoel007@gmail.com>
This commit is contained in:
@@ -74,6 +74,10 @@ export type BackendModel = {
|
||||
model_provider: {
|
||||
provider_name: ProviderEnum
|
||||
provider_type: PreferredProviderTypeEnum
|
||||
quota_type: 'trial' | 'paid'
|
||||
quota_unit: 'times' | 'tokens'
|
||||
quota_used: number
|
||||
quota_limit: number
|
||||
}
|
||||
features: ModelFeature[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user