The Unified Interface For Uncensored Language Models
Better prices, better uptime, no subscriptions. Access raw abliterated models through one API endpoint.
Featured Models
Abliterated flagship and reasoning architectures available right now.
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 Dashboard2
Set endpoint to api.unces.xyz/v13
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"}
]
}'
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"}
]
}'