One API endpoint. 17 Chinese AI models. OpenAI-compatible.
No additional SDK needed. GoMixAPI works with the official OpenAI JavaScript client.
npm install openai
import OpenAI from 'openai';
const client = new OpenAI({ apiKey: 'sk-your-key-here', baseURL: 'https://api.gomixapi.com/v1', });
const response = await client.chat.completions.create({ model: 'deepseek-v4-flash-202605', messages: [{ role: 'user', content: 'Hello, GoMixAPI!' }], });
console.log(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