Skip to content

Commit 5c2a1ca

Browse files
authored
Deepgram Flux Pricing + Models API syc (#26906)
* flux pricing * model api sync * added pricing timeline
1 parent 3287bbc commit 5c2a1ca

File tree

12 files changed

+42
-38
lines changed

12 files changed

+42
-38
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
9393
| @cf/pipecat-ai/smart-turn-v2 | $0.00033795 per audio minute input <br/> | 0.51 neurons per audio minute input <br/> |
9494
| @cf/deepgram/aura-2-en | $0.030 per 1k characters input <br/> | 2727.27 neurons per 1k characters input <br/> |
9595
| @cf/deepgram/aura-2-es | $0.030 per 1k characters input <br/> | 2727.27 neurons per 1k characters input <br/> |
96+
| @cf/deepgram/flux (WebSocket)| $0.0077 per audio minute <br/> | 700.00 neurons per audio minute <br/> |
9697

9798
## Other model pricing
9899

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ link: "/workers-ai/changelog/"
33
productName: Workers AI
44
productLink: "/workers-ai/"
55
entries:
6+
- publish_date: "2025-12-03"
7+
title: Deepgram Flux promotional period over on Dec 8, 2025 - now has pricing
8+
description: |-
9+
- Check out updated pricing on the [`@cf/deepgram/flux`](/workers-ai/models/flux/) model page or [pricing](/workers-ai/platform/pricing/) page
10+
- Pricing will start Dec 8, 2025
611
- publish_date: "2025-11-25"
712
title: Black Forest Labs FLUX.2 dev now available
813
description: |-

src/content/workers-ai-models/bge-m3.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"created_at": "2024-05-22 19:27:09.781",
1212
"tags": [],
1313
"properties": [
14-
{
15-
"property_id": "async_queue",
16-
"value": "true"
17-
},
1814
{
1915
"property_id": "context_window",
2016
"value": "60000"
@@ -35,7 +31,7 @@
3531
"type": "object",
3632
"oneOf": [
3733
{
38-
"title": "BGE M3 Input Query and Contexts",
34+
"title": "Input Query and Contexts",
3935
"properties": {
4036
"query": {
4137
"type": "string",
@@ -67,7 +63,7 @@
6763
]
6864
},
6965
{
70-
"title": "BGE M3 Input Embedding",
66+
"title": "Input Embedding",
7167
"properties": {
7268
"text": {
7369
"oneOf": [
@@ -107,7 +103,7 @@
107103
"type": "object",
108104
"oneOf": [
109105
{
110-
"title": "BGE M3 Input Query and Contexts",
106+
"title": "Input Query and Contexts",
111107
"properties": {
112108
"query": {
113109
"type": "string",
@@ -139,7 +135,7 @@
139135
]
140136
},
141137
{
142-
"title": "BGE M3 Input Embedding",
138+
"title": "Input Embedding",
143139
"properties": {
144140
"text": {
145141
"oneOf": [
@@ -185,7 +181,7 @@
185181
"contentType": "application/json",
186182
"oneOf": [
187183
{
188-
"title": "BGE M3 Ouput Query",
184+
"title": "Ouput Query",
189185
"properties": {
190186
"response": {
191187
"type": "array",
@@ -206,7 +202,7 @@
206202
}
207203
},
208204
{
209-
"title": "BGE M3 Output Embedding for Contexts",
205+
"title": "Output Embedding for Contexts",
210206
"properties": {
211207
"response": {
212208
"type": "array",
@@ -234,7 +230,7 @@
234230
}
235231
},
236232
{
237-
"title": "BGE M3 Ouput Embedding",
233+
"title": "Ouput Embedding",
238234
"properties": {
239235
"shape": {
240236
"type": "array",

src/content/workers-ai-models/flux.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
"created_at": "2025-09-29 21:07:55.114",
1212
"tags": [],
1313
"properties": [
14+
{
15+
"property_id": "price",
16+
"value": [
17+
{
18+
"unit": "per audio minute (websocket)",
19+
"price": 0.0077,
20+
"currency": "USD"
21+
}
22+
]
23+
},
1424
{
1525
"property_id": "partner",
1626
"value": "true"

src/content/workers-ai-models/gemma-3-12b-it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "object",
4141
"oneOf": [
4242
{
43-
"title": "Google_Gemma_3_12B_It_Prompt",
43+
"title": "Prompt",
4444
"properties": {
4545
"prompt": {
4646
"type": "string",
@@ -115,7 +115,7 @@
115115
]
116116
},
117117
{
118-
"title": "Google_Gemma_3_12B_It_Messages",
118+
"title": "Messages",
119119
"properties": {
120120
"messages": {
121121
"type": "array",

src/content/workers-ai-models/gpt-oss-120b.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"created_at": "2025-08-05 10:27:29.131",
1212
"tags": [],
1313
"properties": [
14-
{
15-
"property_id": "async_queue",
16-
"value": "true"
17-
},
1814
{
1915
"property_id": "context_window",
2016
"value": "128000"
@@ -40,7 +36,7 @@
4036
"oneOf": [
4137
{
4238
"type": "object",
43-
"title": "GPT_OSS_120B_Responses",
39+
"title": "Responses",
4440
"properties": {
4541
"input": {
4642
"anyOf": [
@@ -84,7 +80,7 @@
8480
},
8581
{
8682
"type": "object",
87-
"title": "GPT_OSS_120B_Responses_Async",
83+
"title": "Async Request",
8884
"properties": {
8985
"requests": {
9086
"type": "array",

src/content/workers-ai-models/gpt-oss-20b.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"created_at": "2025-08-05 10:49:53.265",
1212
"tags": [],
1313
"properties": [
14-
{
15-
"property_id": "async_queue",
16-
"value": "true"
17-
},
1814
{
1915
"property_id": "context_window",
2016
"value": "128000"
@@ -40,7 +36,7 @@
4036
"oneOf": [
4137
{
4238
"type": "object",
43-
"title": "GPT_OSS_20B_Responses",
39+
"title": "Responses",
4440
"properties": {
4541
"input": {
4642
"anyOf": [
@@ -84,7 +80,7 @@
8480
},
8581
{
8682
"type": "object",
87-
"title": "GPT_OSS_20B_Responses_Async",
83+
"title": "Responses_Async",
8884
"properties": {
8985
"requests": {
9086
"type": "array",

src/content/workers-ai-models/llama-3.3-70b-instruct-fp8-fast.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"type": "object",
4949
"oneOf": [
5050
{
51-
"title": "Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Prompt",
51+
"title": "Prompt",
5252
"properties": {
5353
"prompt": {
5454
"type": "string",
@@ -137,7 +137,7 @@
137137
]
138138
},
139139
{
140-
"title": "Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Messages",
140+
"title": "Messages",
141141
"properties": {
142142
"messages": {
143143
"type": "array",

src/content/workers-ai-models/llama-4-scout-17b-16e-instruct.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"type": "object",
4949
"oneOf": [
5050
{
51-
"title": "Ai_Cf_Meta_Llama_4_Prompt",
51+
"title": "Prompt",
5252
"properties": {
5353
"prompt": {
5454
"type": "string",
@@ -137,7 +137,7 @@
137137
]
138138
},
139139
{
140-
"title": "Ai_Cf_Meta_Llama_4_Messages",
140+
"title": "Messages",
141141
"properties": {
142142
"messages": {
143143
"type": "array",
@@ -453,7 +453,7 @@
453453
]
454454
},
455455
{
456-
"title": "Ai_Cf_Meta_Llama_4_Async_Batch",
456+
"title": "Async_Batch",
457457
"type": "object",
458458
"properties": {
459459
"requests": {
@@ -462,7 +462,7 @@
462462
"type": "object",
463463
"oneOf": [
464464
{
465-
"title": "Ai_Cf_Meta_Llama_4_Prompt_Inner",
465+
"title": "Prompt_Inner",
466466
"properties": {
467467
"prompt": {
468468
"type": "string",
@@ -551,7 +551,7 @@
551551
]
552552
},
553553
{
554-
"title": "Ai_Cf_Meta_Llama_4_Messages_Inner",
554+
"title": "Messages_Inner",
555555
"properties": {
556556
"messages": {
557557
"type": "array",

src/content/workers-ai-models/mistral-small-3.1-24b-instruct.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "object",
4141
"oneOf": [
4242
{
43-
"title": "Mistral_Small_3_1_24B_Instruct_Prompt",
43+
"title": "Prompt",
4444
"properties": {
4545
"prompt": {
4646
"type": "string",
@@ -115,7 +115,7 @@
115115
]
116116
},
117117
{
118-
"title": "Mistral_Small_3_1_24B_Instruct_Messages",
118+
"title": "Messages",
119119
"properties": {
120120
"messages": {
121121
"type": "array",

0 commit comments

Comments
 (0)