{models.length === 0 ? (
-
- All Proxy Models
-
+ emptyModelsBadge
) : (
<>
diff --git a/ui/litellm-dashboard/src/lib/http/schema.d.ts b/ui/litellm-dashboard/src/lib/http/schema.d.ts
index 43bb465ec58..1d620e9d153 100644
--- a/ui/litellm-dashboard/src/lib/http/schema.d.ts
+++ b/ui/litellm-dashboard/src/lib/http/schema.d.ts
@@ -24026,6 +24026,8 @@ export interface components {
key_alias?: string | null;
/** Key Name */
key_name?: string | null;
+ /** Key Type */
+ key_type?: string | null;
/** Litellm Budget Table */
litellm_budget_table?: unknown | null;
/** Max Budget */
@@ -25026,6 +25028,8 @@ export interface components {
key_name?: string | null;
/** Key Rotation At */
key_rotation_at?: string | null;
+ /** Key Type */
+ key_type?: string | null;
/** Last Active */
last_active?: string | null;
/** Last Rotation At */
@@ -26414,6 +26418,8 @@ export interface components {
key_name?: string | null;
/** Key Rotation At */
key_rotation_at?: string | null;
+ /** Key Type */
+ key_type?: string | null;
/** Last Active */
last_active?: string | null;
/** Last Rotation At */
@@ -28376,6 +28382,8 @@ export interface components {
key_alias?: string | null;
/** Key Name */
key_name?: string | null;
+ /** Key Type */
+ key_type?: string | null;
/** Litellm Budget Table */
litellm_budget_table?: unknown | null;
/** Max Budget */
@@ -32810,6 +32818,8 @@ export interface components {
key_name?: string | null;
/** Key Rotation At */
key_rotation_at?: string | null;
+ /** Key Type */
+ key_type?: string | null;
/** Last Active */
last_active?: string | null;
/** Last Refreshed At */