diff --git a/frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx b/frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx
index c2b29468c..520941057 100644
--- a/frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx
+++ b/frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx
@@ -24,7 +24,7 @@ export default function AnthropicAiOptions({ settings, showAlert = false }) {
- {["claude-2"].map((model) => {
+ {["claude-2", "claude-instant-1"].map((model) => {
return (
+
+
+
+
+