Skip to content

Commit 0b01f90

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

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
@@ -290,7 +290,7 @@ Content-Type: application/json
290290
After receiving a `request_id` from your initial POST, you can poll for or retrieve the results with another POST request:
291291

292292
```bash
293-
POST https://api.cloudflare.com/client/v4/accounts/<account-id>/ai/run/@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast?queueRequest=true
293+
POST https://api.cloudflare.com/client/v4/accounts/<account-id>/ai/run/@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast
294294
Authorization: <token>
295295
Content-Type: application/json
296296
```

0 commit comments

Comments
 (0)