We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d08f38 commit aae52c7Copy full SHA for aae52c7
src/pages/workers-ai/models/[name].astro
@@ -227,7 +227,7 @@ const starlightPageProps = {
227
<Aside>
228
<p>
229
The <a href="/workers-ai/platform/pricing">pricing of this model</a>{" "}
230
- is different based on transport.
+ is different based on transport. Transport-based pricing does not apply to all models.
231
</p>
232
233
<ul>
@@ -283,7 +283,7 @@ const starlightPageProps = {
283
<>
284
285
The binding returns a <code>ReadableStream</code> with the image in
286
- PNG format.
+ JPEG or PNG format (check the model's output schema).
287
288
</>
289
) : (
0 commit comments