Skip to content

Commit 1c8f8ce

Browse files
committed
Added beta badge
1 parent 741b59b commit 1c8f8ce

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/workers-ai/features/batch-api

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ pcx_content_type: configuration
33
title: Asynchronous Batch API
44
sidebar:
55
order: 1
6+
group:
7+
badge: Beta
68
---
79

810
import { Render, PackageManagers, WranglerConfig, CURL } from "~/components";
911

10-
1112
Asynchronous batch processing lets you send a collection (batch) of inference requests in a single call. Instead of expecting immediate responses for every request, the system queues them for processing and returns the results later.
1213

1314
When you send a batch request, the API immediately acknowledges receipt with a status like `queued` and provides a unique `request_id`. This ID is later used to poll for the final responses once the processing is complete.

0 commit comments

Comments
 (0)