Skip to content

Commit cb9c4de

Browse files
Update src/content/docs/workers-ai/features/async-batch-api.mdx
Co-authored-by: Kevin Jain <[email protected]>
1 parent ac4e9a3 commit cb9c4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/features/async-batch-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export default {
218218
// Send the batch request to the AI model via the AI binding
219219
// Replace "@cf/meta/llama-3.3-70b-instruct-batch" with your desired batch-enabled model if needed.
220220
const batchResponse = await env.AI.run(
221-
"@cf/meta/llama-3.3-70b-instruct-batch",
221+
"@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast",
222222
{
223223
requests: data.requests,
224224
},

0 commit comments

Comments
 (0)