Skip to content

Commit aae52c7

Browse files
authored
realtime note and binary output (#24769)
1 parent 7d08f38 commit aae52c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/workers-ai/models/[name].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const starlightPageProps = {
227227
<Aside>
228228
<p>
229229
The <a href="/workers-ai/platform/pricing">pricing of this model</a>{" "}
230-
is different based on transport.
230+
is different based on transport. Transport-based pricing does not apply to all models.
231231
</p>
232232
<p>
233233
<ul>
@@ -283,7 +283,7 @@ const starlightPageProps = {
283283
<>
284284
<p>
285285
The binding returns a <code>ReadableStream</code> with the image in
286-
PNG format.
286+
JPEG or PNG format (check the model's output schema).
287287
</p>
288288
</>
289289
) : (

0 commit comments

Comments
 (0)