diff --git a/ui/litellm-dashboard/src/components/chat_ui/EndpointSelector.tsx b/ui/litellm-dashboard/src/components/chat_ui/EndpointSelector.tsx index 49b1df3e97..98fec9bc67 100644 --- a/ui/litellm-dashboard/src/components/chat_ui/EndpointSelector.tsx +++ b/ui/litellm-dashboard/src/components/chat_ui/EndpointSelector.tsx @@ -20,7 +20,8 @@ const EndpointSelector: React.FC = ({ // Map endpoint types to their display labels const endpointOptions = [ { value: EndpointType.CHAT, label: '/chat/completions' }, - { value: EndpointType.IMAGE, label: '/images/generations' } + { value: EndpointType.IMAGE, label: '/images/generations' }, + { value: EndpointType.RESPONSES, label: '/responses' } ]; return (