Skip to content

Commit c3bc01c

Browse files
minor edits
1 parent 8b0a83f commit c3bc01c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/content/docs/workers-ai/workers-ai-errors.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ Below is a list of Workers AI errors.
88

99
| **Name** | **Internal Code** | **HTTP Code** | **Description** |
1010
| ------------------------------------- | ----------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
11-
| no such model | 5007 | 400 | No such model ${model} or task |
12-
| Invalid data | 5004 | 400 | Invalid data type for base64 input: ${type} |
13-
| FinetuneMissingRequiredFiles | 3039 | 400 | Finetune is missing required files (model.safetensors and config.json) |
14-
| IncompleteRequest | 3003 | 400 | Request is missing headers or body: {what} |
15-
| Account Not Allowed For Private Model | 5018 | 403 | The account is not allowed to access this model. |
16-
| Model Agreement | 5016 | 403 | When user has not agreed to Llama3.2 model terms |
11+
| no such model | 5007 | 400 | No such model `${model}` or task |
12+
| Invalid data | 5004 | 400 | Invalid data type for base64 input: `${type}` |
13+
| FinetuneMissingRequiredFiles | 3039 | 400 | Finetune is missing required files `(model.safetensors and config.json) ` |
14+
| IncompleteRequest | 3003 | 400 | Request is missing headers or body: `{what}` |
15+
| Account Not Allowed For Private Model | 5018 | 403 | The account is not allowed to access this model |
16+
| Model Agreement | 5016 | 403 | User has not agreed to Llama3.2 model terms |
1717
| AccountBlocked | 3023 | 403 | Service unavailable for account |
18-
| AccountNotAllowedForPrivateModel | 3041 | 403 | The account is not allowed to access this model. |
18+
| AccountNotAllowedForPrivateModel | 3041 | 403 | The account is not allowed to access this model |
1919
| Deprecated SDK version | 5019 | 405 | Request trying to use deprecated SDK version |
20-
| LoRa Unsupported | 5005 | 405 | The model ${this.model} does not support LoRa inference |
20+
| LoRa Unsupported | 5005 | 405 | The model `${this.model}` does not support LoRa inference |
2121
| InvalidModelId | 3042 | 404 | The model name is invalid |
2222
| RequestTooLarge | 3006 | 413 | Request is too large |
2323
| Timeout | 3007 | 408 | Request timeout |
2424
| Aborted | 3008 | 408 | Request was aborted |
2525
| AccountLimited | 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. |
26-
| OutofCapacity | 3040 | 429 | No more colos to forward the request to |
26+
| OutofCapacity | 3040 | 429 | No more colomns to forward the request to |

0 commit comments

Comments
 (0)