diff --git a/features/models.mdx b/features/models.mdx
index ef3a1450..c2aab9b2 100644
--- a/features/models.mdx
+++ b/features/models.mdx
@@ -13,6 +13,16 @@ BYOK lets your workspace call models with your own provider credentials instead
- You can connect OpenAI, Anthropic, Cursor, Amp, and AWS Bedrock credentials.
- Tembo still handles orchestration, session context, sandbox execution, and PR automation.
+### Switch a model between BYOK and Tembo Managed Inference
+
+Workspace admins can change the inference provider for individual models from **Settings -> Models**.
+
+In **Available Models**, click the model you want to configure. The row expands and shows a **Provider** dropdown where you can choose **BYOK** or **Tembo Managed Inference**, when those options are available for that model and workspace.
+
+
+
+
+
### Bedrock BYOK support
Tembo supports BYOK with Amazon Bedrock.
diff --git a/images/models/model-provider-toggle.png b/images/models/model-provider-toggle.png
new file mode 100644
index 00000000..c2ebcbe0
Binary files /dev/null and b/images/models/model-provider-toggle.png differ