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 c461b93 commit 855ad6aCopy full SHA for 855ad6a
src/content/docs/workers-ai/features/batch-api/get-started.mdx
@@ -223,7 +223,7 @@ export default {
223
// Send the batch request to the AI model via the AI binding
224
// Replace "@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast" with your desired batch-enabled model if needed.
225
const batchResponse = await env.AI.run(
226
- "@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast",
+ "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
227
{
228
requests: data.requests,
229
},
0 commit comments