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.
This commit is contained in:
James Liounis 2026-08-21 16:44:31 -04:00
parent 19c62b8b35
commit 66525bee2b

View file

@ -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 */