diff --git a/ui/litellm-dashboard/src/components/organisms/create_key_button.tsx b/ui/litellm-dashboard/src/components/organisms/create_key_button.tsx index dc523da7667..0ab8b25c1fe 100644 --- a/ui/litellm-dashboard/src/components/organisms/create_key_button.tsx +++ b/ui/litellm-dashboard/src/components/organisms/create_key_button.tsx @@ -810,6 +810,46 @@ const CreateKey: React.FC = ({ > + + TPM Rate Limit Type {' '} + + + + + } + name="tpm_limit_type" + initialValue="default" + className="mt-4" + > + + = ({ > + + RPM Rate Limit Type {' '} + + + + + } + name="rpm_limit_type" + initialValue="default" + className="mt-4" + > + +