跳转到主要内容
Before reaching out to support, work through the troubleshooting checklist below — most common issues can be resolved without waiting for a response.

Troubleshooting Checklist

1

Verify your API key

Confirm that you are sending the correct API key and that it has not expired. Call GET /v1/dashboard/billing/subscription to check your account status. A 401 error almost always means an invalid or expired key.
2

Check your request format

Ensure all required parameters are present, that Content-Type: application/json is set for JSON endpoints, and that your JSON body is valid. Use "stream": false when debugging to get a complete response at once.
3

Confirm the model ID

Call GET /v1/models and verify the exact model id you are passing. Model IDs are case-sensitive.
4

Review rate limits

If you are receiving 429 errors, you have exceeded your rate limit. Wait before retrying and implement exponential backoff. Contact support if you need higher limits.
5

Check the error response body

Every error response includes an error.message field with a human-readable explanation. Read it carefully — it usually identifies the exact problem.

Common Error Reference

HTTP StatusError CodeResolution
401invalid_api_keyCheck your API key value and ensure it is prefixed with Bearer in the header
400invalid_request_errorCheck required fields and parameter types in your request body
429rate_limit_exceededImplement exponential backoff; contact support to increase limits
500server_errorRetry after a short delay; report if it persists

Contact Support

If the troubleshooting steps above do not resolve your issue, reach out through any of these channels:

QQ Group

Join QQ group 712747875. After joining, send a direct message to the group owner for personalized assistance.

Email

Send a detailed description of your issue to support@qhaigc.net. Include your error response, the endpoint you called, and a sanitized version of your request (remove the API key).

Developer Console

You can also manage your account, inspect usage, and configure budget alerts directly in the console:
https://api.qhaigc.net/v1
Log in with your account credentials to view usage breakdowns, set spending limits, and generate or rotate API keys.
Never share your full API key when requesting support. Remove or redact the key from any logs or request examples you include in your support message.