As we all know, it is not possible to directly use the API services of the three giants, OpenAI/Gemini/Claude, in China. To use them, you need a VPN and a foreign credit card, or you can use a third-party relay API service. Third-party relay APIs are generally cheaper, but their quality and stability may not be reliable, and they may disappear at any time.
I have also recommended some domestic API service providers before, 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 comprehensive AI large model marketplace in China that can be directly accessed without a VPN. It gathers major models from both domestic and international sources, covering a wide range of AI capabilities from language models to image generation, audio and video generation, speech synthesis, and speech recognition. Almost every well-known AI large model can be found and used here.
- No VPN needed, direct access in China, $1 credit upon registration
- Global models, all in one place: Not only does it include the three giants OpenAI, Gemini, and Claude, but it also integrates major domestic models such as Qwen and Deepseek.
- Comprehensive AI capabilities: Covers a full range of AI capabilities including language models, image generation, audio and video generation, speech synthesis, and speech recognition.
- OpenAI API compatible: Language models are perfectly compatible with the OpenAI API format, allowing direct replacement of ChatGPT-like calls.
- Prices consistent with official rates: Top models (such as the GPT-4 series) are priced consistently with OpenAI's official rates.
Model Lineup
🌍 International AI Giants
Major Domestic AI Models
Full-fledged 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 receive $1 credit upon registration. If you do not receive it, please join the community and contact support as prompted on the page.
- Go to the API Key Management page https://dash.302.ai/apis/list to create your unique API Key.
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 Endpoint:
https://api.302.ai/v1
- API Key: Your created API Key
- Model Name: Enter the name of the model you want to use (supports all OpenAI/Gemini/Claude models)
- API Endpoint:
Enjoy the experience!
Taking pyVideoTrans video translation software as an example:
OpenAI SDK 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", # Can be replaced with the model you want to use
messages=[
{"role": "system", "content": "You are an srt subtitle translation assistant."},
{
"role": "user",
"content": "Translate the srt subtitles within the <INPUT> tags into English, ensuring that the output conforms to the EBU-STL standard SRT subtitle content <INPUT>............</INPUT>"
}
]
)
print(completion.choices[0].message.content)
💰 Pricing Overview:
- Top Models: Consistent with OpenAI/Gemini/Claude official prices.
- Some Self-Deployed Models: More price competitive.
For a detailed price list, please click here: https://302.ai/pricing
Click here to register and experience https://gpt302.saaslink.net/teRK8Y