Aggregate 500+ world's top large AI models. Intelligent dialogue, image creation, video generation and AI agents. One platform to unlock infinite possibilities.
Always evolving with new models every week
OpenAI
Anthropic
Google Gemini
DeepSeek
Alibaba Qwen
Moonshot AI / Kimi
Meta Llama
Mistral AI
xAI不止是代理,更是您的云端合伙人,聚焦中国最前沿的云计算及 AI 能力,为您的业务精准赋能。
Compatible with the OpenAI SDK. Simply replace the base_url, and you can call mainstream models with a unified API Key.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.starmodel.ai/v1",
)
response = client.chat.completions.create(
model="gpt-5.5",
messages=[{
"role": "user",
"content": "你好",
}],
)UNIFIED API | NO SUBSCRIPTION | PAY AS YOU GO
export BASE_URL="https://api.starmodel.ai/v1" export API_KEY="sk-starmodel-***" # Compatible with all standard SDKs client = OpenAI(base_url=BASE_URL, api_key=API_KEY)
替换基础 URL 即可接入
import OpenAI from "openai";
const client = new OpenAI({
apiKey: "sk-starmodel-***",
baseURL: "https://api.starmodel.ai/v1",
});
const completion = await client.chat.completions.create({
model: "gpt-5.5",
messages: [{ role: "user", content: "Hello" }],
});我们不止转售,我们为你的成功保驾护航。

Zhipu AI / GLM
MiniMax
Baidu ERNIE
Stability AI
Perplexity