OpenAI SDK Compatible — Drop-in Replacement

One API.
Every AI Model.

Access 50+ models through a single API. Replace api.openai.com with api.celuxe.shop — your code works without any other changes.

terminal → Celuxe API
$ pip install openai

$ curl https://api.celuxe.shop/v1/chat/completions \
  -H "Authorization: Bearer YOUR_CELUXE_KEY" \
  -d '{"model": "gpt-4o", "messages": [{"role": "user", "content": "Hello!"}]}'

# That's it. No other code changes needed.
50+
AI Models
10+
Providers
99.9%
Uptime SLA
<100ms
Avg. Latency

Powered by leading AI providers

Get started in 5 minutes

Three steps. No infrastructure changes. No new SDKs.

1

Install the SDK

Use your existing OpenAI SDK. No new packages.

pip install openai
2

Set your API key

Get your key from the dashboard. One line of config.

OPENAI_API_KEY=sk-...
3

Change the base URL

That's the only code change. Everything else is identical.

api.celuxe.shop
openai_client.py Works with your existing code
# Before — OpenAI
from openai import OpenAI
client = OpenAI(
    api_key=os.environ["OPENAI_API_KEY"],
    base_url="https://api.openai.com/v1"  # ← This line only
)

# After — Celuxe (everything else identical)
from openai import OpenAI
client = OpenAI(
    api_key=os.environ["CELUXE_API_KEY"],
    base_url="https://api.celuxe.shop/v1"  # ← One line change
)

Models for every use case

From fast chat to complex reasoning, vision, and embeddings.

O
GPT-4o
OpenAI
Chat

Most capable model for complex reasoning, coding, and detailed analysis.

$2.50 /1M tokens ~$0.0025 / 1K chars
C
Claude 3.5 Sonnet
Anthropic
Chat

Excellent at long-form writing, coding, and nuanced reasoning tasks.

$3.00 /1M tokens ~$0.003 / 1K chars
G
Gemini 2.0 Flash
Google
Chat

Fast responses with strong reasoning. Great for high-volume applications.

$0.10 /1M tokens ~$0.0001 / 1K chars
D
DeepSeek V3
DeepSeek
Chat

Open-source model with excellent math and coding capabilities at low cost.

$0.27 /1M tokens ~$0.00027 / 1K chars
M
Moonshot V1 8K
Moonshot AI
Chat

Long context window. Great for document understanding and RAG pipelines.

$0.60 /1M tokens ~$0.0006 / 1K chars
E
Embeddings V3
OpenAI
Embedding

Text embeddings for semantic search, RAG, and clustering tasks.

$0.10 /1M tokens ~$0.0001 / 1K tokens

Why developers choose Celuxe

Built for production. Designed for developers.

Drop-in Replacement

Change one line of code. Everything else works exactly the same. No refactoring, no SDK changes.

Streaming Support

Native SSE streaming out of the box. Built for chatbots, agents, and real-time applications.

99.9% Uptime SLA

Dual-engine architecture with automatic failover. Enterprise-grade reliability.

OpenAI-compatible Tools

Function calling, JSON mode, vision, and embeddings — every feature you already use.

Pay Per Use

No monthly fees. No commitments. Add funds and use what you need. Unused credits roll over.

Global Routing

Traffic automatically routed to the fastest provider. No configuration needed.

Built for real applications

From prototypes to production — scales with you.

💬

AI Chatbots

Build responsive chatbots with streaming support. Works with LangChain, Vercel AI SDK, and any OpenAI-compatible framework.

📄

Document Processing

Extract, summarize, and analyze documents at scale. Use embeddings for semantic search and RAG pipelines.

🤖

AI Agents

Power autonomous agents with function calling, tool use, and multi-step reasoning across any model.

🎓

Education & Tutoring

Build intelligent tutoring systems that adapt to each student's needs. Cost-effective at any scale.

💻

Code Generation

Integrate code completion and generation into your IDE or CI pipeline with any supported model.

🔍

Content Moderation

Automate content classification and moderation at scale. Pay per call, no monthly minimums.

Simple, transparent pricing

Pay only for what you use. No monthly minimums, no hidden fees.

Free
$0 /month

For evaluation and small projects

  • $1 free credits on signup
  • Access to all model types
  • 60 requests/minute
  • Community support
Get Started Free
Most Popular
Pro
$20 /month

For growing applications

  • $20 in free credits monthly
  • All models + priority routing
  • 500 requests/minute
  • Email + chat support
  • Usage dashboard
Start Pro Trial
Enterprise
Custom

For large-scale deployments

  • Volume-based pricing
  • 99.99% uptime SLA
  • SOC2 compliance + audit logs
  • Dedicated engineer support
  • Custom integrations
Contact Sales

Model prices vary by provider. See full pricing table →

Enterprise

Need more? Let's talk.

Custom SLAs, dedicated infrastructure, compliance certifications, and volume pricing for high-volume deployments.

99.99% uptime guarantee
SOC2, HIPAA compliance available
Dedicated account manager
Custom model fine-tuning available
Talk to Sales
Example: High-volume pricing
Monthly volume > $5,000
Typical discount 20-40% off retail
Support response < 4 hours

Frequently asked questions

Yes. The Celuxe API is fully OpenAI-compatible. Just change the base URL from api.openai.com to api.celuxe.shop. Streaming, function calling, JSON mode, vision — everything works.

No. Create an account and get $1 in free credits. No credit card required for the free tier. When you're ready to add more, pay-as-you-go with Stripe.

You pay per million tokens per model. Each model has its own price per 1M input and output tokens. There's no monthly fee, no minimum spend. Credits never expire.

Celuxe routes traffic across multiple providers automatically. If one provider fails, your requests are rerouted without any code changes on your end. Our 99.9% SLA covers this.

Yes. Any framework that supports OpenAI's API works with Celuxe, including LangChain, LlamaIndex, Vercel AI SDK, and the official OpenAI Python/Node.js SDKs.

Start building in minutes

Get your API key in 30 seconds. No credit card required.