Skip to content
Stable Diffusion API

Uncensored Chat API — Unrestricted LLM

Uncensored LLM chat API for adult content, roleplay, and unrestricted generation.

Uncensored Chat

LLM chat API without content restrictions. Suitable for adult content, roleplay, fiction, and unrestricted generation.

curl -X POST 'https://stablediffusionapi.com/api/uncensored_chat' \
  -H 'Content-Type: application/json' \
  -d '{
    "key": "YOUR_API_KEY",
    "messages": [{"role": "user", "content": "..."}],
    "model": "uncensored-v1"
  }'

Compatible with the OpenAI chat completions schema.