CeluxeCeluxe

Dashboard

Manage your API keys and monitor usage.

Your API Key
sk-139324aa20e16d2eb1ef081c9c37c7d2
Monthly Usage12,400 / 100,000 tokens
12.4% used this month
Quick Start
import OpenAI from 'openai';

const client = new OpenAI({
  apiKey: 'sk-139324aa2...',  // your API key
  baseURL: 'https://api.celuxe.shop/v1',
});

const chat = await client.chat.completions.create({
  model: 'gpt-4o',
  messages: [{ role: 'user', content: 'Hello!' }],
});
12,400
Tokens Used
22+
Models Available
Active
API Status