diff --git a/docs/src/content/docs/api/calls.mdx b/docs/src/content/docs/api/calls.mdx
index 517425b..de75f90 100644
--- a/docs/src/content/docs/api/calls.mdx
+++ b/docs/src/content/docs/api/calls.mdx
@@ -997,7 +997,7 @@ Here's an example:
]
```
-#### Using Mistral
+{/* #### Using Mistral
:::caution[Important Note]
Mistral requires a simplified prompt structure.
:::
@@ -1021,4 +1021,4 @@ Here's an example of what the request body for creating the call might look like
],
"temperature": 0.4
}
-```
\ No newline at end of file
+``` */}
\ No newline at end of file
diff --git a/docs/src/content/docs/availablemodels.mdx b/docs/src/content/docs/availablemodels.mdx
index 61826d4..5af5f8f 100644
--- a/docs/src/content/docs/availablemodels.mdx
+++ b/docs/src/content/docs/availablemodels.mdx
@@ -21,10 +21,10 @@ The Ultravox API currently provides the following models.
fixie-ai/ultravox-8B |
Based on Llama 3.1 8B. Not recommended for most use cases. Tools are unlikely to work. |
-
+ {/*
fixie-ai/ultravox-mistral-nemo-12B |
Based on Mistral NeMo 12B. Mistral handles the system prompt differently. See [`initialMessages`](/api/calls/#more-info). |
-
+ */}
## Using Models
diff --git a/docs/src/content/docs/updates/news.mdx b/docs/src/content/docs/updates/news.mdx
index ad50425..05bae93 100644
--- a/docs/src/content/docs/updates/news.mdx
+++ b/docs/src/content/docs/updates/news.mdx
@@ -9,16 +9,15 @@ import { Card } from '@astrojs/starlight/components';
## Latest Update
-### 2024-12-10 - WebSockets, Mistral NeMo, and More
+### 2024-12-10 - WebSockets and More
We're excited to announce several new features and improvements to the Ultravox platform, including new integration options, model support, and infrastructure updates.
#### What's Hot
-1. New Features: WebSockets, Mistral NeMo, Telnyx, and Plivo
+1. New Features: WebSockets, Telnyx, and Plivo
1. SDK and Other Improvements
1. Docs Updates (Including "News" and "Deprecation" pages)
-##### New Features: WebSockets, Mistral NeMo, Telnyx, and Plivo
-* **Mistral NeMo:** Added support for NeMo 12B. See the [docs](/availablemodels/) for more.
+##### New Features: WebSockets, Telnyx, and Plivo
* **WebSockets:** You can now integrate on the server side via [WebSockets](/guides/connectionoptions/#websocket-integration).
* **Telnyx & Plivo:** New telephony integrations for Telnyx and Plivo are now available in addition to our existing support for Twilio. Check the [docs](/guides/connectionoptions/#phone-integration).