Skip to content

Commit 83c8e8a

Browse files
authored
models, changelog, pricing (#25410)
1 parent 8e2434c commit 83c8e8a

File tree

5 files changed

+639
-0
lines changed

5 files changed

+639
-0
lines changed

src/content/docs/workers-ai/platform/pricing.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
5656
| @cf/qwen/qwen2.5-coder-32b-instruct | $0.660 per M input tokens <br/> $1.000 per M output tokens | 60000 neurons per M input tokens <br/> 90909 neurons per M output tokens |
5757
| @cf/openai/gpt-oss-120b | $0.350 per M input tokens <br/> $0.750 per M output tokens | 31818 neurons per M input tokens <br/> 68182 neurons per M output tokens |
5858
| @cf/openai/gpt-oss-20b | $0.200 per M input tokens <br/> $0.300 per M output tokens | 18182 neurons per M input tokens <br/> 27273 neurons per M output tokens |
59+
| @cf/aisingapore/gemma-sea-lion-v4-27b-it | $0.351 per M input tokens <br/> $0.555 per M output tokens | 31876 neurons per M input tokens <br/> 50488 neurons per M output tokens |
5960

6061
## Embeddings model pricing
6162

@@ -65,6 +66,7 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
6566
| @cf/baai/bge-base-en-v1.5 | $0.067 per M input tokens | 6058 neurons per M input tokens |
6667
| @cf/baai/bge-large-en-v1.5 | $0.204 per M input tokens | 18582 neurons per M input tokens |
6768
| @cf/baai/bge-m3 | $0.012 per M input tokens | 1075 neurons per M input tokens |
69+
| @cf/pfnet/plamo-embedding-1b | $0.019 per M input tokens | 1689 neurons per M input tokens |
6870

6971
## Image model pricing
7072

@@ -94,3 +96,4 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
9496
| @cf/baai/bge-reranker-base | $0.003 per M input tokens | 283 neurons per M input tokens |
9597
| @cf/meta/m2m100-1.2b | $0.342 per M input tokens <br/> $0.342 per M output tokens | 31050 neurons per M input tokens <br/> 31050 neurons per M output tokens |
9698
| @cf/microsoft/resnet-50 | $2.51 per M images | 228055 neurons per M images |
99+
| @cf/ai4bharat/indictrans2-en-indic-1B | $0.342 per M input tokens <br/> $0.342 per M output tokens | 31050 neurons per M input tokens <br/> 31050 neurons per M output tokens |

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ link: "/workers-ai/changelog/"
33
productName: Workers AI
44
productLink: "/workers-ai/"
55
entries:
6+
- publish_date: "2025-09-24"
7+
title: New local models available on Workers AI
8+
description: |-
9+
- We've added support for some regional models on Workers AI in support of uplifting local AI labs and AI sovereignty. Check out the [full blog post here](https://blog.cloudflare.com/sovereign-ai-and-choice).
10+
- [`@cf/pfnet/plamo-embedding-1b`](/workers-ai/models/plamo-embedding-1b) creates embeddings from Japanese text.
11+
- [`@cf/aisingapore/gemma-sea-lion-v4-27b-it`](/workers-ai/models/gemma-sea-lion-v4-27b-it) is a fine-tuned model that supports multiple South East Asian languages, including Burmese, English, Indonesian, Khmer, Lao, Malay, Mandarin, Tagalog, Tamil, Thai, and Vietnamese.
12+
- [`@cf/ai4bharat/indictrans2-en-indic-1B`](/workers-ai/models/indictrans2-en-indic-1B) is a translation model that can translate between 22 indic languages, including Bengali, Gujarati, Hindi, Tamil, Sanskrit and even traditionally low-resourced languages like Kashmiri, Manipuri and Sindhi.
613
- publish_date: "2025-09-18"
714
title: Model Catalog updates (types, EmbeddingGemma, model deprecation)
815
description: |-

0 commit comments

Comments
 (0)