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 0b01f90 commit fe3c647Copy full SHA for fe3c647
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(
77
- "@cf/meta/llama-3.3-70b-instruct-batch",
+ "@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast",
78
{
79
requests: [
80
0 commit comments