Unified Endpoint
Replace all your API integrations with a single Incat endpoint. No more managing 10+ provider SDKs.
inCat
Get API Key
OpenAI-compatible gateway for Chinese and global models
Stop juggling multiple provider bills. Incat smart router automatically connects your tasks to the best-performing models at a fraction of the cost.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://incat.ai/v1",
apiKey: "sk_incat_••••••••••",
});
const reply = await client.chat.completions.create({
model: "deepseek-chat",
messages: [
{ role: "user", content: "Route this." }
],
});
Gateway essentials
Replace all your API integrations with a single Incat endpoint. No more managing 10+ provider SDKs.
Automatically selects the most cost-efficient model without sacrificing quality.
High concurrency, low latency, and infrastructure designed for production workloads.
Built-in failover keeps your applications running even when providers go offline.
Built for the first real customers
inCat keeps the customer path simple: sign up, get a test credit, create an API key, switch the Base URL, then monitor usage from the dashboard.
Create your inCat account with Google or email before routing any API traffic.
Add prepaid balance to unlock production calls. Minimum top-up starts at $10.
Create an API key, set your Base URL, and start making OpenAI-compatible requests.
Join the first inCat beta users and get your OpenAI-compatible API key.
Get API Key