Your choice of models
Explore open models and find the right fit for your workflow.
Explore modelsAccess uncensored models through a familiar API. Transparent pricing, flexible access, and room to explore.
Explore open models and find the right fit for your workflow.
Explore modelsKeep your existing tools. Change the base URL and choose a model.
View documentationSee input and output prices before you start. Track usage by API key.
Explore modelsSign in with an email or your wallet. Add credits when you need them.
Sign upQwen 3.8 27B · 262,144 token context · Pay as you go
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!" }],
});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.
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.
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.
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.