๐ค ArliAI
Derestricted models & image generation โ uncensored variants with 54+ models
ArliAI
Avg Speed
16 tok/s
Models
54
Price
$10+/mo
Best For
Derestricted & Image Gen
๐ฐ Plan & Pricing
From $10/mo
Derestricted/uncensored model variants. Also provides image generation API.
Derestricted/uncensored model variants. Also provides image generation API.
๐ API Key
๐ Endpoint
https://api.arliai.com/v1/chat/completions
๐ฆ Models (54 total โ derestricted)
| Model | Speed | Category | Notes |
|---|---|---|---|
| deepseek-r1-0528 | โก 16 tok/s | Reasoning | ๐ฅ Derestricted R1 |
| qwen3-235b | โก 15 tok/s | Chat/Coding | Derestricted Qwen3 |
| llama-4-maverick | โก 14 tok/s | Chat | Derestricted Llama 4 |
| meta-llama/llama-3.1-70b-instruct | โก 16 tok/s | Chat | Derestricted Llama |
| meta-llama/llama-3.1-8b-instruct | โก 18 tok/s | Chat | Small derestricted Llama |
| mistralai/mistral-7b-instruct | โก 17 tok/s | Chat | Derestricted Mistral |
| deepseek-v3 | โก 14 tok/s | Chat | Derestricted DS-V3 |
| qwen2.5-coder-32b-instruct | โก 15 tok/s | Coding | Derestricted Qwen Coder |
| various fine-tunes | โก varies | Chat/Coding | Many community fine-tunes |
๐ฅ Image Generation API also available โ + ~45 more derestricted model variants
โ ๏ธ Speed Note
16 tok/s average โ ArliAI is significantly slower than other providers. All models average ~16 tok/s with occasional spikes. Best for derestricted/uncensored access when speed is not critical.
curl -X POST https://api.arliai.com/v1/chat/completions \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{
"model": "meta-llama/llama-3.1-70b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'
๐ Python Example
from openai import OpenAI
client = OpenAI(
api_key="44c327...cdff9",
base_url="https://api.arliai.com/v1"
)
response = client.chat.completions.create(
model="meta-llama/llama-3.1-70b-instruct",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
โ ๏ธ Pitfalls & Notes
Offers derestricted/uncensored model variants โ ArliAI provides uncensored versions of popular models for unrestricted chat.
Has image generation endpoint โ ArliAI also offers an image generation API alongside text completions.
16 tok/s is slower than most providers โ Average speed is below the typical range; expect longer response times on large outputs.
54+ models with uncensored chat and image gen โ Wide model selection covering both text and image generation use cases.
๐ท๏ธ Categories
Chat
Image Gen
Uncensored