Important: This offer is not an official OpenAI product and requires connection to an alternative interface. Only the access key is provided, without an OpenAI account.
🔹 After purchase , you will receive:
• Unique API URL of the form
https://api .*******.com to change the endpoint
• API key of the "sk-xxx" format for updating in the request header
• Each item includes an OpenAI quota for the amount you top up. When buying N units, the quota will be $20 *N.
🔹 Supported models:
- gpt-4-0125-preview
- gpt-4-turbo-preview
- gpt-4-1106-preview
- gpt-4-vision-preview
- gpt-4-1106-vision-preview
- gpt-4
- gpt-4-32k
- gpt-4-0613
- gpt-4-32k-0613
- gpt-3.5-turbo-0125
- gpt-3.5-turbo
- gpt-3.5-turbo-1106
- gpt-3.5-turbo-instruct
- dall-e-3
🔹 Please note:
• Before using a third-party API, make sure that you can change the endpoint address and API key
• We will provide the necessary API addresses and keys
• Other interface parameters are identical to OpenAI
Refunds are not made for the following reasons:
- The purchase was made by mistake.
- You´ve changed your mind.
- We just wanted to try the product.
- If the product does not work (in this case, contact us to solve the problem).
These situations are not considered grounds for a refund. Threats, curses, or even turning to voodoo magic won´t change that.
Frequently Asked Questions:
How can I contact you?
Support service opening hours: from 09:00 to 21:00 Moscow time.
How to use the product in Python?
Here is an example of how to use a Python product, as well as check the balance
import requests
key = ´test_new´
res = requests.get(´
https://.../get_balance´, headers={´Authorization´: f´Bearer {key}´})
print(res.text)
messages1 = [
{"role": "user",
"content": f"""hello"""
}
]
res = requests.post(´https:/.../chat/completions ´, headers={´Authorization´: f´bearer {key}´},
json={"model": ´gpt-4o-mini´,
"messages":
No feedback yet