diff --git a/docs/ide-extensions/chat/model-setup.mdx b/docs/ide-extensions/chat/model-setup.mdx
index 1d3161ff6a4..6e29af1aafe 100644
--- a/docs/ide-extensions/chat/model-setup.mdx
+++ b/docs/ide-extensions/chat/model-setup.mdx
@@ -1,21 +1,16 @@
----
-title: "Recommended Models for Chat in Continue"
-description: "Choose the best chat model for Continue, including hosted high-performance options, fast speed/quality tradeoffs, and local privacy-first models."
-sidebarTitle: "Recommended Chat Models"
----
-import { ModelRecommendations } from '/snippets/ModelRecommendations.jsx';
-
-The model you use for Chat mode will be:
-
-- used with Edit mode by default but can be switched
-- always used with Agent mode if the model supports tool calling
-
-## Model Recommendations
-
-
-
-
- For a comprehensive comparison of all available models by role, see our [model recommendations table](/customize/models#recommended-models).
-
-
-For model recommendations, please refer to our [Model Recommendations page](/customize/models).
\ No newline at end of file
+{
+ "models": [
+ {
+ "title": "DeepSeek V3",
+ "provider": "deepseek",
+ "model": "deepseek-chat",
+ "apiKey": "ВАШ_КЛЮЧ_ИЗ_ШАГА_1"
+ }
+ ],
+ "tabAutocompleteModel": {
+ "title": "DeepSeek Coder",
+ "provider": "deepseek",
+ "model": "deepseek-coder",
+ "apiKey": "ВАШ_КЛЮЧ_ИЗ_ШАГА_1"
+ }
+}