diff --git a/ui/litellm-dashboard/src/components/networking.tsx b/ui/litellm-dashboard/src/components/networking.tsx index d4de7aad82..81b9bb93e0 100644 --- a/ui/litellm-dashboard/src/components/networking.tsx +++ b/ui/litellm-dashboard/src/components/networking.tsx @@ -2290,7 +2290,11 @@ export const testConnectionRequest = async ( 'Content-Type': 'application/json', [globalLitellmHeaderName]: `Bearer ${accessToken}` }, - body: JSON.stringify(requestBody) + body: JSON.stringify( + { + litellm_params: requestBody + } + ) }); // Check for non-JSON responses first