DeepAnima
Kouri Ai

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/responses endpoint
  • If your application doesn't support the Response API, use gpt-5.2 instead, which maintains /v1/chat/completions compatibility

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

  1. Check if the model name is correct
  2. Confirm the model is available in the console
  3. Check if you have sufficient balance

Cannot Access API Platform

Problem: Page fails to load or shows error when opening api.kourichat.com.

Solutions:

  1. Try a different browser (Chrome, Edge recommended)
  2. Use browser's incognito/private mode
  3. Try a different network
  4. Clear browser cache and retry

Not Receiving Email Verification Code

Problem: Not receiving verification code email during registration.

Solutions:

  1. Check spam/junk folder
  2. Confirm you're using a supported email domain:
    • qq.com
    • gmail.com
    • outlook.com
    • icloud.com
    • yahoo.com
    • vip.qq.com
    • 163.com
  3. Try with a different supported email

Token Issues

What if my token is leaked?

  1. Log in to the console immediately
  2. Delete the leaked token
  3. Create a new token
  4. Update the token in your applications

Token not working

  1. Check if the token has expired
  2. Check if the token quota is exhausted
  3. Confirm there are no extra spaces when copying the token
  4. Try regenerating the token

Payment Issues

Balance not updated after payment

  1. Wait a few minutes and refresh the page
  2. Check if the payment was successful (view payment records)
  3. If still not credited, contact customer support

Redemption code not working

  1. Confirm there are no spaces before/after the code
  2. Confirm the code hasn't been used before
  3. Contact customer support if issues persist

Pricing & Service

Why is Kouri Ai so affordable?

Kouri Ai is able to offer competitive pricing due to:

  1. Bulk Enterprise Partnerships: We partner with enterprises like Azure and Google in bulk, obtaining lower prices than retail
  2. 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.

On this page