diff --git a/docs/src/pages/docs/_assets/model-management-06.png b/docs/src/pages/docs/_assets/model-management-06.png
index ebd2de3d1..dfe476f18 100644
Binary files a/docs/src/pages/docs/_assets/model-management-06.png and b/docs/src/pages/docs/_assets/model-management-06.png differ
diff --git a/docs/src/pages/docs/_assets/model-management-08.png b/docs/src/pages/docs/_assets/model-management-08.png
new file mode 100644
index 000000000..4ac9e63c1
Binary files /dev/null and b/docs/src/pages/docs/_assets/model-management-08.png differ
diff --git a/docs/src/pages/docs/_assets/model-management-09.png b/docs/src/pages/docs/_assets/model-management-09.png
new file mode 100644
index 000000000..397ad91ad
Binary files /dev/null and b/docs/src/pages/docs/_assets/model-management-09.png differ
diff --git a/docs/src/pages/docs/models/manage-models.mdx b/docs/src/pages/docs/models/manage-models.mdx
index 01f0fc06f..a4045cd81 100644
--- a/docs/src/pages/docs/models/manage-models.mdx
+++ b/docs/src/pages/docs/models/manage-models.mdx
@@ -18,7 +18,7 @@ keywords:
]
---
import { Callout, Steps } from 'nextra/components'
-import { Settings, EllipsisVertical, Plus, FolderOpen, Pencil } from 'lucide-react'
+import { Settings, Trash2, EllipsisVertical, Plus, FolderOpen, Pencil } from 'lucide-react'
# Model Management
@@ -201,12 +201,12 @@ Modify model parameters under the settings array. Key fields to configure:
## Cloud model
-When using cloud models, be aware of any associated costs and rate limits from the providers.
+When using cloud models, be aware of any associated costs and rate limits from the providers. See detailed guide for each cloud model provider [here](/docs/remote-models/anthropic).
Jan supports connecting to various AI cloud providers that are OpenAI API-compatible, including: OpenAI (GPT-4, o1,...), Anthropic (Claude), Groq, Mistral, and more.
1. Navigate to **Settings** ()
-2. Under **Remote Engines** section in the left sidebar, choose your preferred engines (OpenAI, Anthropic, etc.)
+2. Under **Remote Engine** section in the left sidebar, choose your preferred engines (OpenAI, Anthropic, etc.)
3. Enter your API key
4. The activated cloud models will be available in your model selector in **Threads**
@@ -214,7 +214,25 @@ Jan supports connecting to various AI cloud providers that are OpenAI API-compat

-Cloud models cannot be deleted, but you can hide them by disabling their respective provider engines in **Settings** > **Engines**.
+You can manage & hide respective provider engines in **Settings** > **Engines**:

+
+
+### Add Models
+1. In your respective provider's settings page, click **Add Model**
+2. Enter the **model ID**
+3. A success message will appear when the model is added
+
+
+
+
+
+### Delete Models
+1. In your respective provider's settings page, choose the model you want to delete
+2. Click **Trash Bin** () icon
+3. The model will be removed from your available models list
+
+
+
\ No newline at end of file