-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Workers AI]Workers AI error table #19677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
8b0a83f
Workers AI erro table
daisyfaithauma c3bc01c
minor edits
daisyfaithauma f8e81c9
minor edits
daisyfaithauma e9c9378
removed sidebar
daisyfaithauma 81b3d94
Update src/content/docs/workers-ai/workers-ai-errors.mdx
daisyfaithauma ab9007e
Update workers-ai-errors.mdx
daisyfaithauma 932d8af
Making sentences
daisyfaithauma 9b9ebc4
Merge branch 'workers-aierrors' of https://github.com/cloudflare/clou…
daisyfaithauma 02bfc4d
Making sentences
daisyfaithauma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| --- | ||
| title: Errors | ||
| pcx_content_type: concept | ||
| --- | ||
|
|
||
| Below is a list of Workers AI errors. | ||
|
|
||
| | **Name** | **Internal Code** | **HTTP Code** | **Description** | | ||
| | ------------------------------------- | ----------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | no such model | 5007 | 400 | No such model `${model}` or task | | ||
| | Invalid data | 5004 | 400 | Invalid data type for base64 input: `${type}` | | ||
| | FinetuneMissingRequiredFiles | 3039 | 400 | Finetune is missing required files `(model.safetensors and config.json) ` | | ||
| | IncompleteRequest | 3003 | 400 | Request is missing headers or body: `{what}` | | ||
| | Account Not Allowed For Private Model | 5018 | 403 | The account is not allowed to access this model | | ||
| | Model Agreement | 5016 | 403 | User has not agreed to Llama3.2 model terms | | ||
| | AccountBlocked | 3023 | 403 | Service unavailable for account | | ||
| | AccountNotAllowedForPrivateModel | 3041 | 403 | The account is not allowed to access this model | | ||
| | Deprecated SDK version | 5019 | 405 | Request trying to use deprecated SDK version | | ||
| | LoRa Unsupported | 5005 | 405 | The model `${this.model}` does not support LoRa inference | | ||
| | InvalidModelId | 3042 | 404 | The model name is invalid | | ||
| | RequestTooLarge | 3006 | 413 | Request is too large | | ||
| | Timeout | 3007 | 408 | Request timeout | | ||
| | Aborted | 3008 | 408 | Request was aborted | | ||
| | 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. | | ||
| | OutofCapacity | 3040 | 429 | No more colos (datacenters) to forward the request to | | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.