Welcome back
Here's an overview of your account.
99.9%
Uptime
~45ms
Latency
10M+
Daily Usage
50+
Models
--
Balance
--
Total Used
--
Role
--
Status
Quick Start
1// One API, every model
2import { OrcAI } from 'orcai';
3
4const client = new OrcAI({
5 apiKey: process.env.ORCAI_KEY
6});
7
8const response = await client.chat({
9 model: "claude-opus-4",
10 messages: [{ role: "user", content: "Analyze this..." }],
11 max_tokens: 4096
12});
Account Information
Username
--
Email
--
Nickname
--
User ID
--