Skip to content

Commit ac4e9a3

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

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
@@ -120,7 +120,7 @@ Once your batch request is queued, use the `request_id` to poll for its status.
120120

121121
```javascript title=example
122122
// Polling the status of the batch request using the request_id
123-
const status = env.AI.run("@cf/meta/llama-3.3-70b-instruct-batch", {
123+
const status = env.AI.run("@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast", {
124124
request_id: "000-000-000",
125125
});
126126
```

0 commit comments

Comments
 (0)