diff --git a/app/utils/model.ts b/app/utils/model.ts
index 7c778888e..249987726 100644
--- a/app/utils/model.ts
+++ b/app/utils/model.ts
@@ -27,7 +27,6 @@ export function collectModelTable(
     // using <modelName>@<providerId> as fullName
     modelTable[`${m.name}@${m?.provider?.id}`] = {
       ...m,
-      name,
       displayName: m.name, // 'provider' is copied over if it exists
     };
   });