Skip to content

Commit b5a125a

Browse files
[Workers AI]Workers AI error table (#19677)
* Workers AI erro table * minor edits * minor edits * removed sidebar * Update src/content/docs/workers-ai/workers-ai-errors.mdx monospace Co-authored-by: marciocloudflare <[email protected]> * Update workers-ai-errors.mdx monospace * Making sentences * Making sentences --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent bc71454 commit b5a125a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Errors
3+
pcx_content_type: concept
4+
---
5+
6+
Below is a list of Workers AI errors.
7+
8+
| **Name** | **Internal Code** | **HTTP Code** | **Description** |
9+
| ------------------------------------- | ----------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| No such model | `5007` | `400` | No such model `${model}` or task |
11+
| Invalid data | `5004` | `400` | Invalid data type for base64 input: `${type}` |
12+
| Finetune missing required files | `3039` | `400` | Finetune is missing required files `(model.safetensors and config.json) ` |
13+
| Incomplete request | `3003` | `400` | Request is missing headers or body: `{what}` |
14+
| Account not allowed for private model | `5018` | `403` | The account is not allowed to access this model |
15+
| Model agreement | `5016` | `403` | User has not agreed to Llama3.2 model terms |
16+
| Account blocked | `3023` | `403` | Service unavailable for account |
17+
| Account not allowed for private model | `3041` | `403` | The account is not allowed to access this model |
18+
| Deprecated SDK version | `5019` | `405` | Request trying to use deprecated SDK version |
19+
| LoRa unsupported | `5005` | `405` | The model `${this.model}` does not support LoRa inference |
20+
| Invalid model ID | `3042` | `404` | The model name is invalid |
21+
| Request too large | `3006` | `413` | Request is too large |
22+
| Timeout | `3007` | `408` | Request timeout |
23+
| Aborted | `3008` | `408` | Request was aborted |
24+
| Account limited | `3036` | `429` | You have used up your daily free allocation of 10,000 neurons. Please upgrade to Cloudflare's Workers Paid plan if you would like to continue usage. |
25+
| Out of capacity | `3040` | `429` | No more data centers to forward the request to |

0 commit comments

Comments
 (0)