Back to Models
TheDrummer: Cydonia 24B V4.1
thedrummer/cydonia-24b-v4.1Sep 27, 2025131.1K context131.1K max output$0.30/M in · $0.50/M out
Description
Uncensored and creative writing model based on Mistral Small 3.2 24B with good recall, prompt adherence, and intelligence.
Specifications
Provider
thedrummer
Context Length
131.1K
Max Output
131.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.30 |
| Output | $0.50 |
| Cache Read | $0.15 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "thedrummer/cydonia-24b-v4.1",
"messages": [{"role": "user", "content": "Hello!"}]
}'