You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changelog update for types + deprecated models + embeddinggemma (#25266)
* changelog
* Update src/components/models/code/OpenAIResponsesTextGenerationCode.astro
Co-authored-by: Sam Scott <[email protected]>
---------
Co-authored-by: Sam Scott <[email protected]>
Copy file name to clipboardExpand all lines: src/content/release-notes/workers-ai.yaml
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@ link: "/workers-ai/changelog/"
3
3
productName: Workers AI
4
4
productLink: "/workers-ai/"
5
5
entries:
6
+
- publish_date: "2025-09-18"
7
+
title: Model Catalog updates (types, EmbeddingGemma, model deprecation)
8
+
description: |-
9
+
- Workers AI types got updated in the upcoming wrangler release, please use `npm i -D wrangler@latest` to update your packages.
10
+
- EmbeddingGemma model accuracy has been improved, we recommend re-indexing data to take advantage of the improved accuracy
11
+
- Some older Workers AI models are being deprecated on October 1st, 2025. We reccommend you use the newer models such as [Llama 4](/workers-ai/models/llama-4-scout-17b-16e-instruct/) and [gpt-oss](/workers-ai/models/gpt-oss-120b/). The following models are being deprecated:
0 commit comments