Skip to content

Commit 03d811a

Browse files
mchencosamscott89
andauthored
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]>
1 parent d5c26bf commit 03d811a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

src/components/models/code/OpenAIResponsesTextGenerationCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const worker = `
1616
export default {
1717
async fetch(request, env): Promise<Response> {
1818
const response = await env.AI.run('${name}', {
19-
instructions: 'You are a concise.',
19+
instructions: 'You are a concise assistant.',
2020
input: 'What is the origin of the phrase Hello, World?',
2121
});
2222

src/content/release-notes/workers-ai.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ link: "/workers-ai/changelog/"
33
productName: Workers AI
44
productLink: "/workers-ai/"
55
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:
12+
- @hf/thebloke/zephyr-7b-beta-awq
13+
- @hf/thebloke/mistral-7b-instruct-v0.1-awq
14+
- @hf/thebloke/llama-2-13b-chat-awq
15+
- @hf/thebloke/openhermes-2.5-mistral-7b-awq
16+
- @hf/thebloke/neural-chat-7b-v3-1-awq
17+
- @hf/thebloke/llamaguard-7b-awq
18+
- @hf/thebloke/deepseek-coder-6.7b-base-awq
19+
- @hf/thebloke/deepseek-coder-6.7b-instruct-awq
20+
- @cf/deepseek-ai/deepseek-math-7b-instruct
21+
- @cf/openchat/openchat-3.5-0106
22+
- @cf/tiiuae/falcon-7b-instruct
23+
- @cf/thebloke/discolm-german-7b-v1-awq
24+
- @cf/qwen/qwen1.5-0.5b-chat
25+
- @cf/qwen/qwen1.5-7b-chat-awq
26+
- @cf/qwen/qwen1.5-14b-chat-awq
27+
- @cf/tinyllama/tinyllama-1.1b-chat-v1.0
28+
- @cf/qwen/qwen1.5-1.8b-chat
29+
- @hf/nexusflow/starling-lm-7b-beta
30+
- @cf/fblgit/una-cybertron-7b-v2-bf16
631
- publish_date: "2025-09-05"
732
title: Introducing EmbeddingGemma from Google
833
description: |-

0 commit comments

Comments
 (0)