forked from phoenix/litellm-mirror
(feat) set soft_budgets on keys
This commit is contained in:
parent
8a249b5fe9
commit
b042b5dc3b
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@ generator client {
|
|||
model LiteLLM_BudgetTable {
|
||||
budget_id String @id @default(uuid())
|
||||
max_budget Float?
|
||||
soft_budget Float?
|
||||
max_parallel_requests Int?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
|
@ -107,6 +108,7 @@ model LiteLLM_VerificationToken {
|
|||
allowed_cache_controls String[] @default([])
|
||||
model_spend Json @default("{}")
|
||||
model_max_budget Json @default("{}")
|
||||
budget_id String?
|
||||
}
|
||||
|
||||
// store proxy config.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue