302.AI
DetailsA tool and API aggregation platform covering text, image, video, and audio AI capabilities; ideal for individuals and small teams wanting one-stop access to many models.
MiniMax's LLM open platform covering text, character dialogue, and speech synthesis; ideal for entertainment, companionship, and voice scenarios.
MiniMax's LLM open platform covering text, character dialogue, and speech synthesis; ideal for entertainment, companionship, and voice scenarios.
Best for: For role-play, Chinese dialogue, speech synthesis, and interactive entertainment apps.
Usually you create an API key in the platform console, then replace the SDK's baseURL, model name, and auth details per the docs. Test streaming, function calling, error codes, and rate limits before launch.
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.AI_GATEWAY_API_KEY,
baseURL: "see the platform docs"
});
const response = await client.chat.completions.create({
model: "MiniMax",
messages: [{ role: "user", content: "Test one call through an AI gateway." }]
});A tool and API aggregation platform covering text, image, video, and audio AI capabilities; ideal for individuals and small teams wanting one-stop access to many models.
A China-based model API platform offering DeepSeek, Qwen, image, speech, and vector capabilities; ideal for developers who prioritize domestic models and low-latency nodes.
A multi-model API aggregation platform; the docs list an OpenAI-compatible interface, model list, and image/audio/video APIs, ideal for overseas developers wanting unified access.
An open-source multi-channel gateway evolved from the One API ecosystem, with more model channels, billing features, and operational config; ideal for webmasters or teams self-hosting a unified API entry point.
Risk
This site only organizes information about AI API relay services; it makes no guarantee about third-party platforms' stability, price, data security, or availability. Judge the risk yourself before use, and avoid uploading sensitive data, personal privacy, trade secrets, or core API keys to unknown platforms.