Loading...
The complete blueprint for building on Rax AI. Deploy Rax 4.0, 4.5, and Sovereign 5.0 with absolute precision.
Get your first intelligent agent running in minutes. Choose your environment and initialize the protocol.
npm install rax-aipip install rax-aiimport { RaxAI } from 'rax-ai';
const rax = new RaxAI({
token: process.env.RAX_KEY // Participation Wallet Token
});
// Initialize Utility v4.0
const response = await rax.chat({
model: 'rax-4.0',
prompt: 'Synthesize ledger report for Q1...',
stream: true
});
response.on('token', (t) => process.stdout.write(t));Universal SDK for Node.js, Deno, Bun, and high-performance browser applications.
Enterprise SDK for high-scale data science, backends, and autonomous scripts.
Mobile-first SDK for cross-platform intelligent interfaces and global apps.
Use existing codebases with zero friction. Simply switch the base URL and API token to access the Rax Sovereign fabric.