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 5cebaeb commit 3218dc0Copy full SHA for 3218dc0
src/content/docs/workers-ai/features/async-batch-api.mdx
@@ -74,7 +74,7 @@ Send your initial batch inference request by composing a JSON payload containing
74
```javascript title=Example code
75
// Input: JSON with an array of individual request JSONs
76
const resp = env.AI.run("@cf/meta/llama-3.3-70b-instruct-batch", {
77
- prompts: [
+ requests: [
78
{
79
prompt: "tell me a joke",
80
temperature: 0.5,
0 commit comments