From 74fe680c2ec89a762bfa7f5867daee66db447153 Mon Sep 17 00:00:00 2001 From: Denis Andrejew Date: Wed, 15 Jan 2025 21:13:07 +0100 Subject: [PATCH] fix typo in pricing.mdx --- src/content/docs/workers-ai/platform/pricing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers-ai/platform/pricing.mdx b/src/content/docs/workers-ai/platform/pricing.mdx index 5bf558cb8faaccc..14a47880b4026ed 100644 --- a/src/content/docs/workers-ai/platform/pricing.mdx +++ b/src/content/docs/workers-ai/platform/pricing.mdx @@ -49,7 +49,7 @@ Pricing is based on input tokens. ## Image Generation Standard models are large image models such as `@cf/stabilityai/stable-diffusion-xl-base-1.0` 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` -We take the maximum of the image height and width to calculate pricing. For example, and image of 1024x768 would fall under 1024x1024 pricing. +We take the maximum of the image height and width to calculate pricing. For example, an image of 1024x768 would fall under 1024x1024 pricing. | Image Size | Price | | ------------ | --------------------- |