Skip to content

Commit d99480a

Browse files
hturanharshil1712
authored andcommitted
Update and simplify AI image inference pricing (#17830)
1 parent a7d8ca1 commit d99480a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,12 @@ Standard models are large image models such as `@cf/stabilityai/stable-diffusion
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-
| ------------ | ---------- | --------------------- |
56-
| \<=256x256 | Standard | $0.00125 per 25 steps |
57-
| \<=256x256 | Fast | $0.00025 per 5 steps |
58-
| \<=512x512 | Standard | $0.0025 per 25 steps |
59-
| \<=512x512 | Fast | $0.0005 per 5 steps |
60-
| \<=1024x1024 | Standard | $0.005 per 25 steps |
61-
| \<=1024x1024 | Fast | $0.001 per 5 steps |
62-
| \<=2048x2048 | Standard | $0.01 per 25 steps |
63-
| \<=2048x2048 | Fast | $0.002 per 5 steps |
54+
| Image Size | Price |
55+
| ------------ | --------------------- |
56+
| \<=256x256 | $0.00025 per 5 steps |
57+
| \<=512x512 | $0.0005 per 5 steps |
58+
| \<=1024x1024 | $0.001 per 5 steps |
59+
| \<=2048x2048 | $0.002 per 5 steps |
6460

6561
## Speech-to-text
6662
Speech-to-text models like `@cf/openai/whisper` are billed on minutes of audio input.

0 commit comments

Comments
 (0)