Code | Reason | Solution |
---|---|---|
200 | Business processing successful | - |
400 | Parameter error | Check if the interface parameters are correct |
400 | File content anomaly | Check if the jsonl file content meets the requirements |
401 | Authentication failure or Token timeout | Confirm if the API KEY and authentication token are correctly generated |
404 | Fine-tuning feature not available | Contact customer service to activate this feature |
404 | Fine-tuning task does not exist | Ensure the fine-tuning task ID is correct |
429 | Interface request concurrency exceeded | Adjust the request frequency or contact business to increase concurrency |
429 | File upload frequency too fast | Wait briefly and then request again |
429 | Account balance exhausted | Recharge the account to ensure sufficient balance |
429 | Account anomaly | Account has violation, please contact platform customer service to unlock |
429 | Terminal account anomaly | Terminal user has violation, account has been locked |
434 | No API permission, fine-tuning API and file management API are in beta phase, we will open soon | Wait for the interface to be officially open or contact platform customer service to apply for beta |
435 | File size exceeds 100MB | Use a jsonl file smaller than 100MB or upload in batches |
500 | Server error occurred while processing the request | Try again later or contact customer service |
Error Category | Code | Error Message |
---|---|---|
Basic Error | 500 | Internal Error |
Authentication Error | 1000 | Authentication Failed |
1001 | Authentication parameter not received in Header, unable to authenticate | |
1002 | Invalid Authentication Token, please confirm the correct transmission of the Authentication Token | |
1003 | Authentication Token expired, please regenerate/obtain | |
1004 | Authentication failed with the provided Authentication Token | |
1100 | Account Read/Write | |
Account Error | 1110 | Your account is currently inactive. Please check your account information |
1111 | Your account does not exist | |
1112 | Your account has been locked, please contact customer service to unlock | |
1113 | Your account is in arrears, please recharge and try again | |
1120 | Unable to successfully access your account, please try again later | |
API Call Error | 1200 | API Call Error |
1210 | Incorrect API call parameters, please check the documentation | |
1211 | Model does not exist, please check the model code | |
1212 | Current model does not support ${method} call method | |
1213 | ${field} parameter not received properly | |
1214 | Invalid ${field} parameter. Please check the documentation | |
1215 | ${field1} and ${field2} cannot be set simultaneously, please check the documentation | |
1220 | You do not have permission to access ${API_name} | |
1221 | API ${API_name} has been taken offline | |
1222 | API ${API_name} does not exist | |
1230 | API call process error | |
1231 | You already have a request: ${request_id} | |
1234 | Network error, error id: ${error_id} , please contact customer service | |
API Policy Block Error | 1300 | API call blocked by policy |
1301 | System detected potentially unsafe or sensitive content in input or generation. Please avoid using prompts that may generate sensitive content. Thank you for your cooperation. | |
1302 | High concurrency usage of this API, please reduce concurrency or contact customer service to increase limits | |
1303 | High frequency usage of this API, please reduce frequency or contact customer service to increase limits | |
1304 | Daily call limit for this API reached. For more requests, please contact customer service to purchase |
code
and message
value.
Note: When using streaming (SSE) calls, if the API terminates abnormally during inference, the above error codes will not be returned. Instead, the reason for the exception will be provided in thefinish_reason
parameter of the response body. For details, please refer to the description of thefinish_reason
parameter.