One API endpoint. 17 Chinese AI models. OpenAI-compatible.
No additional SDK needed. GoMixAPI works with the official OpenAI Python client.
pip install openai
from openai import OpenAI
client = OpenAI( api_key="sk-your-key-here", base_url="https://api.gomixapi.com/v1" )
response = client.chat.completions.create( model="deepseek-v4-flash-202605", messages=[{"role": "user", "content": "Hello, GoMixAPI!"}] )
print(response.choices[0].message.content)
- Pricing: https://gomixapi.com/pricing
- API Docs: https://gomixapi.com/docs
- Benchmark: https://github.com/GoMixApi/benchmark
- Integrations: https://github.com/GoMixApi/integrations