Quickstart
In any SDK or tool that supports a custom Base URL, point requests to the aliapi.me unified endpoint and use a project API key.
baseURL: "https://api.aliapi.me/v1"
apiKey: "YOUR_API_KEY"
model: "gpt-4o-mini"Developer Docs
Docs are organized around the real integration flow: Base URL, API key, model names and error handling for SDKs, tools and custom apps.
In any SDK or tool that supports a custom Base URL, point requests to the aliapi.me unified endpoint and use a project API key.
baseURL: "https://api.aliapi.me/v1"
apiKey: "YOUR_API_KEY"
model: "gpt-4o-mini"All requests use Bearer tokens. Create separate keys for projects, environments and teams so quota, suspension and audit trails stay clean.
Authorization: Bearer YOUR_API_KEYThe model directory lists available models, capabilities and recommended use cases. Start with one model, then expand to Claude, Gemini, DeepSeek and Qwen.
401 usually points to key or Base URL issues. 429 usually means quota, rate limit or upstream throttling. Use console logs for status, latency and token usage.