👀 Frequently Asked Questions:
❓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-5",
messages=[{"role": "user", "content": "Hello world"}]
)
print(response.choices[0].message.content)
```
❓How to use?
🟢Check it at our docs:
https://docs.aiguoguo199.com/#how-to-use-aiguoguo-api
❓How to test?
🟢You can test it online at our website:
https://chat.aiguoguo199.com/
❓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 purchase additional keys to continue using this key.
2. Request limit, by default - up to 600 requests per minute, if this is not enough for you, you can contact the administrator for adjustments