uuncensoredaiSearch models…⌘ K
UncensoredAI

Uncensored models.
One simple API.

Access uncensored models through a familiar API. Transparent pricing, flexible access, and room to explore.

OpenAI-compatiblePay as you goUSDT on BSC

Your choice of models

Explore open models and find the right fit for your workflow.

Explore models

A familiar interface

Keep your existing tools. Change the base URL and choose a model.

View documentation

Know what you spend

See input and output prices before you start. Track usage by API key.

Explore models

Start your way

Sign in with an email or your wallet. Add credits when you need them.

Sign up
Models

Your choice of models

Explore models

Qwen_3.8_27B_Uncensored

Available

Qwen 3.8 27B · 262,144 token context · Pay as you go

StandardTextInput / 1M tokens: $0.20Output / 1M tokens: $0.60
A familiar interface

Build with fewer barriers.

One account. Familiar tooling. Open models.

Quickstart
TypeScript
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://uncensoredai.click/v1",
  apiKey: process.env.UNCENSOREDAI_API_KEY,
});

const response = await client.chat.completions.create({
  model: "Qwen_3.8_27B_Uncensored",
  messages: [{ role: "user", content: "Hello!" }],
});

Uncensored AI API, explained

What is an uncensored AI API?

It gives applications API access to models designed to reduce refusal behavior. Results still depend on the model and prompt. UncensoredAI provides model access through a familiar chat-completions interface.

Can I use my existing OpenAI SDK?

Yes. Set your base URL to https://uncensoredai.click/v1, use an UncensoredAI API key, and select a model ID from the catalog. The documentation includes JavaScript, Python and curl examples.

How do pricing and USDT payments work?

Add prepaid USD credits using USDT on BNB Smart Chain (BSC). Each model page lists input and output prices per million tokens. Requests use your account balance, and your usage page shows the final charges.

Can I sign up with a wallet without email?

Yes. You can register with a supported Ethereum-compatible wallet on BSC, including MetaMask or OKX Wallet. Wallet login signs a message to prove ownership. Email and password registration is also available.