Skip to content

Commit c11cd2b

Browse files
johnspurlock-skymethodnevikashah
authored andcommitted
Prices should be per input for audio input models (#24763)
* Prices should be per input for audio input models * Update pricing.mdx * Update pricing.mdx
1 parent 9a1dfc7 commit c11cd2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
8282
| @cf/openai/whisper-large-v3-turbo | $0.0005 per audio minute | 46.63 neurons per audio minute |
8383
| @cf/myshell-ai/melotts | $0.0002 per audio minute | 18.63 neurons per audio minute |
8484
| @cf/deepgram/aura-1 | $0.015 per 1k characters input <br/> | 1,363.64 neurons per 1k characters input <br/> |
85-
| @cf/deepgram/nova-3 | $0.0052 per audio minute output <br/> | 472.73 neurons per audio minute output <br/> |
86-
| @cf/deepgram/nova-3 (WebSocket)| $0.0092 per audio minute output <br/> | 836.36 neurons per audio minute output <br/> |
87-
| @cf/pipecat-ai/smart-turn-v2 | $0.00033795 per audio minute input <br/> | 0.51 neurons per audio minute output <br/> |
85+
| @cf/deepgram/nova-3 | $0.0052 per audio minute input <br/> | 472.73 neurons per audio minute input <br/> |
86+
| @cf/deepgram/nova-3 (WebSocket)| $0.0092 per audio minute input <br/> | 836.36 neurons per audio minute input <br/> |
87+
| @cf/pipecat-ai/smart-turn-v2 | $0.00033795 per audio minute input <br/> | 0.51 neurons per audio minute input <br/> |
8888

8989
## Other model pricing
9090

@@ -93,4 +93,4 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
9393
| @cf/huggingface/distilbert-sst-2-int8 | $0.026 per M input tokens | 2394 neurons per M input tokens |
9494
| @cf/baai/bge-reranker-base | $0.003 per M input tokens | 283 neurons per M input tokens |
9595
| @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 |
96-
| @cf/microsoft/resnet-50 | $2.51 per M images | 228055 neurons per M images |
96+
| @cf/microsoft/resnet-50 | $2.51 per M images | 228055 neurons per M images |

0 commit comments

Comments
 (0)