FAQ
Frequently asked questions about using Kouri Ai
API Call Issues
Why can't I use gpt-5.2-pro?
The gpt-5.2-pro model only supports OpenAI's Response API (/v1/responses), not the traditional Chat Completions API (/v1/chat/completions).
Solutions:
- If your application supports the Response API, use the
/v1/responsesendpoint - If your application doesn't support the Response API, use
gpt-5.2instead, which maintains/v1/chat/completionscompatibility
For more details, see OpenAI Compatible API Documentation (Sidebar: API Reference → OpenAI Compatible API).
"Token not provided" error
Check if your request header has Authorization set correctly:
Authorization: Bearer <your-token>Model unavailable
- Check if the model name is correct
- Confirm the model is available in the console
- Check if you have sufficient balance
Cannot Access API Platform
Problem: Page fails to load or shows error when opening api.kourichat.com.
Solutions:
- Try a different browser (Chrome, Edge recommended)
- Use browser's incognito/private mode
- Try a different network
- Clear browser cache and retry
Not Receiving Email Verification Code
Problem: Not receiving verification code email during registration.
Solutions:
- Check spam/junk folder
- Confirm you're using a supported email domain:
qq.comgmail.comoutlook.comicloud.comyahoo.comvip.qq.com163.com
- Try with a different supported email
Token Issues
What if my token is leaked?
- Log in to the console immediately
- Delete the leaked token
- Create a new token
- Update the token in your applications
Token not working
- Check if the token has expired
- Check if the token quota is exhausted
- Confirm there are no extra spaces when copying the token
- Try regenerating the token
Payment Issues
Balance not updated after payment
- Wait a few minutes and refresh the page
- Check if the payment was successful (view payment records)
- If still not credited, contact customer support
Redemption code not working
- Confirm there are no spaces before/after the code
- Confirm the code hasn't been used before
- Contact customer support if issues persist
Pricing & Service
Why is Kouri Ai so affordable?
Kouri Ai is able to offer competitive pricing due to:
- Bulk Enterprise Partnerships: We partner with enterprises like Azure and Google in bulk, obtaining lower prices than retail
- Self-hosted Clusters: We deploy open-source models on our own server clusters, reducing operational costs
Through these approaches, we are able to provide users with high-quality, low-cost AI API services.
If the above doesn't solve your problem, please check the Console or contact support.