Skip to content

Commit 70141a0

Browse files
authored
[Workers AI] Fix Speech-to-text pricing table (#17157)
* Fix table formatting * Fix grammar
1 parent 1ad94d9 commit 70141a0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Vision models will convert the image input into tokens for billing. Depending on
3131

3232
| Model Size | Pricing |
3333
| ---------------- | ------------------------ |
34-
| \<= 3B | $0.10 per Million Tokens |
34+
| \<= 3B | $0.10 per Million Tokens |
3535
| 3.1B - 8B | $0.15 per Million Tokens |
3636
| 8.1B - 20B | $0.20 per Million Tokens |
3737
| 20.1B - 40B | $0.50 per Million Tokens |
@@ -41,18 +41,18 @@ Vision models will convert the image input into tokens for billing. Depending on
4141
Model size is measured in parameters.
4242
Pricing is based on input tokens.
4343

44-
| Model Size | Pricing |
45-
| ------------------ | ------------------------- |
44+
| Model Size | Pricing |
45+
| ------------------- | ------------------------- |
4646
| \<= 150M parameters | $0.008 per Million Tokens |
47-
| 151M+ parameters | $0.015 per Million Tokens |
47+
| 151M+ parameters | $0.015 per Million Tokens |
4848

4949
## Image Generation
5050
Standard models are large image models such as `@cf/stabilityai/stable-diffusion-xl-base-1.0`
5151
Fast models are usually smaller image models that require fewer steps to generate an image, such as `@cf/black-forest-labs/flux-1-schnell` and `@cf/bytedance/stable-diffusion-xl-lightning`
5252
We take the maximum of the image height and width to calculate pricing. For example, and image of 1024x768 would fall under 1024x1024 pricing.
5353

54-
| Image Size | Model Type | Price |
55-
| ----------- | ---------- | --------------------- |
54+
| Image Size | Model Type | Price |
55+
| ------------ | ---------- | --------------------- |
5656
| \<=256x256 | Standard | $0.00125 per 25 steps |
5757
| \<=256x256 | Fast | $0.00025 per 5 steps |
5858
| \<=512x512 | Standard | $0.0025 per 25 steps |
@@ -63,10 +63,11 @@ We take the maximum of the image height and width to calculate pricing. For exam
6363
| \<=2048x2048 | Fast | $0.002 per 5 steps |
6464

6565
## Speech-to-text
66-
Speech to text models like `@cf/openai/whisper` is billed on minutes of audio input.
66+
Speech-to-text models like `@cf/openai/whisper` are billed on minutes of audio input.
6767

68-
| Price |
69-
| $0.0039 per minute of audio input|
68+
| Price |
69+
| --------------------------------- |
70+
| $0.0039 per minute of audio input |
7071

7172

7273
## Free Allocation
@@ -86,4 +87,4 @@ All limits reset daily at 00:00 UTC. If you exceed any one of the above limits,
8687

8788
## Archived Pricing
8889

89-
Workers AI was previously metered by Neurons. We deprecated this in favor of unit-based pricing on September 26, 2024. We wanted to make it simple for people to compare and contrast Workers AI with other providers, and we also generally updated pricing to be cheaper with these new units.
90+
Workers AI was previously metered by Neurons. We deprecated this in favor of unit-based pricing on September 26, 2024. We wanted to make it simple for people to compare and contrast Workers AI with other providers, and we also generally updated pricing to be cheaper with these new units.

0 commit comments

Comments
 (0)