As we all know, it is impossible to directly use the API services of the three giants OpenAI/Gemini/Claude in China. To use them, you need to bypass the network restrictions and have a foreign credit card, or use a third-party transit API service. Third-party transit APIs are generally cheaper, but their quality and stability may not be reliable, and they may disappear at any time.
Previously, some domestic API service providers were also recommended, such as
Alibaba Bailian https://bailian.console.aliyun.com
Silicon Flow https://cloud.siliconflow.cn
ByteDance Volcano Engine https://console.volcengine.com/ark
OpenRouter https://openrouter.ai
Currently, 302.AI seems to be the most complete AI large model marketplace in China that can be directly connected without a VPN. It brings together major models from home and abroad, from language models to image generation, audio and video generation, speech synthesis, speech recognition, etc. Almost all AI large models that you can name can be used here.
- No need to bypass restrictions, direct connection in China, get $1 USD upon registration
- Global models, all in one place: Not only includes the three giants OpenAI, Gemini, and Claude, but also integrates major domestic models such as Qwen and Deepseek.
- All-round AI capabilities: Covering all-round AI capabilities such as language models, image generation, audio and video generation, speech synthesis, and speech recognition.
- OpenAI API compatible: Language models are perfectly compatible with OpenAI API format and can directly replace ChatGPT-like calls.
- Prices are consistent with the official ones: The prices of top models (such as the GPT-4 series) are consistent with the official OpenAI prices.
Model Lineup
🌍 Foreign AI Three Giants
Mainstream domestic AI models
Full-blooded Deepseek-r1
🎨 Text-to-Image Models
🎬 Text-to-Video Models
🎤 Speech Synthesis/Speech Recognition/Voice Cloning
🔑 Quick Start Guide:
- Register & Create API Key:
- Visit the registration page https://gpt302.saaslink.net/teRK8Y to complete the registration. You will get $1 USD upon registration. If you have not received it, please join the community according to the prompts on the page to contact and obtain it.
- Go to the API Key management page https://dash.302.ai/apis/list to create your exclusive API Key.
Warm reminder: If the API option is not displayed on the left, please click "Personal Center" and set the address to "Overseas".
Replace API information:
- API interface address:
https://api.302.ai/v1
- API Key: Your created API Key
- Model Name: Fill in the name of the model you want to use (supports all OpenAI/Gemini/Claude models)
- API interface address:
Enjoy the experience!
Taking pyVideoTrans video translation software as an example:
OpenAI SDK Usage Example:
from openai import OpenAI
client = OpenAI(
api_key='sk-123456', # Replace with your API Key
base_url='https://api.302.ai/v1'
)
completion = client.chat.completions.create(
model="gpt-4o", # You can replace it with the model you want to use
messages=[
{"role": "system", "content": "You are a srt subtitle translation assistant."},
{
"role": "user",
"content": "Translate the srt subtitles within the <INPUT> tag into English, and ensure that the output complies with the EBU-STL standard SRT subtitle content <INPUT>............</INPUT>"
}
]
)
print(completion.choices[0].message.content)
💰 Price List:
- Top Models: Consistent with official OpenAI/Gemini/Claude prices.
- Some Self-Deployed Models: More price competitive.
For a detailed price list, please click here to view https://302.ai/pricing
Click here to register and experience https://gpt302.saaslink.net/teRK8Y