The Unified Interface For Uncensored Language Models

Better prices, better uptime, no subscriptions. Access raw abliterated models through one API endpoint.

$0
To Get Started
OpenAI
Compatible API
0
Refusals
22
Uncensored Models

Featured Models

Abliterated flagship and reasoning architectures available right now.

View All Models →

Integrate in seconds

Conform directly to standard OpenAI payload structures. Switch your endpoint base URL and API keys to start querying.

1
Get your key from the Console Dashboard
2
Set endpoint to api.unces.xyz/v1
3
Execute your request payload
# Quick curl execution
curl https://api.unces.xyz/v1/chat/completions \
  -H "Authorization: Bearer $UNCES_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwepus-35b-a3b",
    "messages": [
      {"role": "user", "content": "Hello"}
    ]
  }'