A unified gateway for leading AI models.
Use one console and one key workflow to access mainstream model capabilities with stable, fast, and simple setup.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://subapi.muxueai.pro/v1",
apiKey: "sk-xxxxx",
});
const res = await client.chat.completions.create({
model: "your-model-name",
messages: [{ role: "user", content: "Say hello in one sentence" }],
});The difference becomes clearer when the user experience is broken down.
Whether mainstream models can be used in one place
Response speed and stability
Whether cost is easy to understand
Whether it can be used long term
Whether keys and usage are easy to manage
A clear, stable, and easy-to-start experience for using large models
Manage multiple model routes in one console and choose Claude, Gemini, OpenAI-compatible, or other groups as needed.
Optimized for frequent daily use, including chat, coding tools, and automation workflows.
Create a separate key for each use case, with quota, expiration, rate limits, and enable/disable controls.
View balance, plan status, key usage, request records, token usage, and cost from the console.
Click “Use Key” on the API Keys page and copy ready-made configuration for your client.
Sign in, create a key, copy the configuration, and start using it.
Start for Free