diff --git a/app/store/config.ts b/app/store/config.ts
index 1e960456ff4..6979da053a4 100644
--- a/app/store/config.ts
+++ b/app/store/config.ts
@@ -72,6 +72,18 @@ export const ALL_MODELS = [
     name: "gpt-3.5-turbo",
     available: true,
   },
+  {
+    name: "gpt-3.5-turbo-16k",
+    available: true,
+  },
+  {
+    name: "gpt-3.5-turbo-0613",
+    available: true,
+  },
+  {
+    name: "gpt-3.5-turbo-16k-0613",
+    available: true,
+  },	
   {
     name: "gpt-3.5-turbo-0301",
     available: true,