From 66525bee2b702edc62ab4891ee075d1a87aa12fe Mon Sep 17 00:00:00 2001 From: James Liounis Date: Fri, 21 Aug 2026 16:44:31 -0400 Subject: [PATCH] chore(ui): regenerate dashboard API types for input_cost_per_request CustomPricingLiteLLMParams gained the field, so the proxy OpenAPI spec and the generated dashboard types move with it. --- ui/litellm-dashboard/src/lib/http/schema.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/litellm-dashboard/src/lib/http/schema.d.ts b/ui/litellm-dashboard/src/lib/http/schema.d.ts index cf55dc69e86..f823577c336 100644 --- a/ui/litellm-dashboard/src/lib/http/schema.d.ts +++ b/ui/litellm-dashboard/src/lib/http/schema.d.ts @@ -27521,6 +27521,8 @@ export interface components { input_cost_per_pixel?: number | null; /** Input Cost Per Query */ input_cost_per_query?: number | null; + /** Input Cost Per Request */ + input_cost_per_request?: number | null; /** Input Cost Per Second */ input_cost_per_second?: number | null; /** Input Cost Per Token */ @@ -36730,6 +36732,8 @@ export interface components { input_cost_per_pixel?: number | null; /** Input Cost Per Query */ input_cost_per_query?: number | null; + /** Input Cost Per Request */ + input_cost_per_request?: number | null; /** Input Cost Per Second */ input_cost_per_second?: number | null; /** Input Cost Per Token */