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 578b436 commit 870d2faCopy full SHA for 870d2fa
src/content/docs/workers-ai/features/async-batch-api.mdx
@@ -216,7 +216,7 @@ export default {
216
}
217
218
// Send the batch request to the AI model via the AI binding
219
- // Replace "@cf/meta/llama-3.3-70b-instruct-batch" with your desired batch-enabled model if needed.
+ // Replace "@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast" with your desired batch-enabled model if needed.
220
const batchResponse = await env.AI.run(
221
"@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast",
222
{
0 commit comments