👀 Frequently Asked Questions:
❓Is there a limit for this key?
🟢There are three limits:
1. The balance limit depends on the amount of your purchase. If the balance is exhausted, the key will be unavailable. You can buy more to continue using this key.
2. The validity period is limited. Each key has a validity period of one month. If this period is exceeded, even if your key still has balance, it will be unavailable.
3. Request limit, by default - up to 600 requests per minute, if this is not enough for you, you can contact the administrator for adjustments.
❓How can I contact you?
🟢Our working times (service times) are: 04:00-18:00 Moscow time
❓How to use in python?
🟢The following is an example of how to call Python:
```python
from openai import OpenAI
client = OpenAI(
api_key="sk-xxx",
base_url="
https://api.xxx.com/v1"
)
response = client.chat.completions.create(
model="gpt-4",
messages=[{"role": "user", "content": "Hello world"}]
)
print(response.choices[0].message.content)
```
❓How to test?
🟢You can test it online at our website:
https://chat.aiguoguo199.com/
❓ How to check quotas?
🟢 There are several methods:
✅ Request seller inquiry
✅ We have launched our own dedicated query page:
https://usage.aiguoguo199.com
❓What is the maximum period for delivery of goods (provision of services)?
🟢Within 24 hours
❓What steps does the buyer need to take to receive the goods after payment?
🟢1. Send a unique code by initiating a seller chat
🟢2. The seller accepts a unique code and verifies it
🟢3. Sellers ship through chat windows
🟢4. The buyer confirms receipt of the goods after verifying that they are correct
❓Why do this api?
🟢We created this API to allow customers to directly connect to the interface in the standard format of openAI, so that customers only need to change the key to switch APIs without any additional development work.