diff --git a/src/pages/workers-ai/models/[name].astro b/src/pages/workers-ai/models/[name].astro index bba0efd12a5c6f..3a9de81c7045fc 100644 --- a/src/pages/workers-ai/models/[name].astro +++ b/src/pages/workers-ai/models/[name].astro @@ -227,7 +227,18 @@ const starlightPageProps = {

Output

- + { + model.schema.output.format === "binary" ? ( + <> +

+ The binding returns a ReadableStream with the image in + PNG format. +

+ + ) : ( + + ) + }

API Schemas

The following schemas are based on JSON Schema