Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/models/ModelBadges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ModelBadges = ({ model }: { model: WorkersAIModelsSchema }) => {
}

if (property_id === "planned_deprecation_date") {
const timestamp = Math.floor(new Date(value as string).getTime() / 1000);
const timestamp = Math.floor(new Date(value as string).getTime());

if (Date.now() > timestamp) {
return { variant: "danger", text: "Deprecated" };
Expand Down
3 changes: 1 addition & 2 deletions src/components/models/ModelFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ const ModelFeatures = ({ model }: { model: WorkersAIModelsSchema }) => {
<td>
{Date.now() >
Math.floor(
new Date(properties.planned_deprecation_date).getTime() /
1000,
new Date(properties.planned_deprecation_date).getTime(),
)
? "Deprecated"
: "Planned Deprecation"}
Expand Down
20 changes: 20 additions & 0 deletions src/content/changelog/workers-ai/2025-09-05-embeddinggemma.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Introducing EmbeddingGemma from Google on Workers AI
description: Partnering with Google to bring to you EmbeddingGemma best-in-class embedding performance for RAG and semantic search
date: 2025-09-05
---

We're excited to be a launch partner alongside [Google](https://developers.googleblog.com/en/introducing-embeddinggemma/) to bring their newest embedding model, **EmbeddingGemma**, to Workers AI that delivers best-in-class performance for its size, enabling RAG and semantic search use cases.

[`@cf/google/embeddinggemma-300m`](/workers-ai/models/embeddinggemma-300m/) is a 300M parameter embedding model from Google, built from Gemma 3 and the same research used to create Gemini models. This multilingual model supports 100+ languages, making it ideal for RAG systems, semantic search, content classification, and clustering tasks.

**Using EmbeddingGemma in AutoRAG:**
Now you can leverage EmbeddingGemma directly through AutoRAG for your RAG pipelines. EmbeddingGemma's multilingual capabilities make it perfect for global applications that need to understand and retrieve content across different languages with exceptional accuracy.

To use EmbeddingGemma for your AutoRAG projects:
1. Go to **Create** in the [AutoRAG dashboard](https://dash.cloudflare.com/?to=/:account/ai/autorag)
2. Follow the setup flow for your new RAG instance
3. In the **Generate Index** step, open up **More embedding models** and select `@cf/google/embeddinggemma-300m` as your embedding model
4. Complete the setup to create an AutoRAG

Try it out and let us know what you think!
4 changes: 4 additions & 0 deletions src/content/release-notes/workers-ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ link: "/workers-ai/changelog/"
productName: Workers AI
productLink: "/workers-ai/"
entries:
- publish_date: "2025-09-05"
title: Introducing EmbeddingGemma from Google
description: |-
- We’re excited to be a launch partner alongside Google to bring their newest embedding model to Workers AI. We're excited to introduce EmbeddingGemma delivers best-in-class performance for its size, enabling RAG and semantic search use cases. Take a look at [`@cf/google/embeddinggemma-300m`](/workers-ai/models/embeddinggemma-300m) for more details. Now available to use for embedding in AutoRAG too.
- publish_date: "2025-08-27"
title: Introducing Partner models to the Workers AI catalog
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"property_id": "context_window",
"value": "4096"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
},
{
"property_id": "terms",
"value": "https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-AWQ"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"property_id": "context_window",
"value": "4096"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
},
{
"property_id": "terms",
"value": "https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-AWQ"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"property_id": "info",
"value": "https://huggingface.co/deepseek-ai/deepseek-math-7b-instruct"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
},
{
"property_id": "terms",
"value": "https://github.com/deepseek-ai/DeepSeek-Math/blob/main/LICENSE-MODEL"
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/discolm-german-7b-v1-awq.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/TheBloke/DiscoLM_German_7b_v1-AWQ"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/falcon-7b-instruct.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/tiiuae/falcon-7b-instruct"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/llama-2-13b-chat-awq.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/TheBloke/Llama-2-13B-chat-AWQ"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/llamaguard-7b-awq.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
{
"property_id": "context_window",
"value": "4096"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-AWQ"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/neural-chat-7b-v3-1-awq.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
{
"property_id": "context_window",
"value": "4096"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/openchat-3.5-0106.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/openchat/openchat-3.5-0106"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
{
"property_id": "context_window",
"value": "4096"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/qwen1.5-0.5b-chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/qwen/qwen1.5-0.5b-chat"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/qwen1.5-1.8b-chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/qwen/qwen1.5-1.8b-chat"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/qwen1.5-14b-chat-awq.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/qwen/qwen1.5-14b-chat-awq"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/qwen1.5-7b-chat-awq.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/qwen/qwen1.5-7b-chat-awq"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/starling-lm-7b-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
{
"property_id": "max_total_tokens",
"value": "4096"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/tinyllama-1.1b-chat-v1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/una-cybertron-7b-v2-bf16.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
{
"property_id": "context_window",
"value": "15000"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
4 changes: 4 additions & 0 deletions src/content/workers-ai-models/zephyr-7b-beta-awq.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"property_id": "info",
"value": "https://huggingface.co/TheBloke/zephyr-7B-beta-AWQ"
},
{
"property_id": "planned_deprecation_date",
"value": "2025-10-01"
}
],
"schema": {
Expand Down
Loading