Cydonia 24B V4.1

API ID: thedrummer/cydonia-24b-v4.1

Input Price
$0.30
/1M tokens
Output Price
$0.50
/1M tokens
Cached Input
$0.15
Save 50%

About Cydonia 24B V4.1

Cydonia is TheDrummer's creative model, optimized for narrative and roleplay applications. The model excels at storytelling and character interactions. Cydonia demonstrates strong creative capability with engaging output. For developers building creative applications, Cydonia offers focused narrative generation.

๐Ÿ’ฐ
Price Ranking
#803 lowest price among 1240 Chat models

Model Specifications

Context Length
131k
Max Output
131k
Release Date
2025-09-27
Capabilities
chat
Input Modalities
text
Output Modalities
text

Best For

  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.29
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$9.00
/month
1000 tickets/day, ~800 tokens each

Thedrummer Model Lineup

Compare all models from Thedrummer to find the best fit

Model Input Output Context Capabilities
Cydonia 24B V4.1 Current $0.30 $0.50 131k chat
Rocinante 12B $0.17 $0.43 66k chat
Rocinante 12B $0.25 $0.50 66k chat
UnslopNemo 12B $0.40 $0.40 1.0M chat
UnslopNemo 12B $0.40 $0.40 1.0M chat
Skyfall 36B V2 $0.55 $0.80 33k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Mistral Saba
Input: $0.20
Output: $0.60
Context: 33k
xAI Grok 3 Mini
xAI
Input: $0.30
Output: $0.50
Context: 131k
xAI Grok 3 Mini Beta
xAI
Input: $0.30
Output: $0.50
Context: 131k
Allen AI Olmo 3.1 32B Instruct
Input: $0.20
Output: $0.60
Context: 66k

๐Ÿš€ Quick Start

Get started with Cydonia 24B V4.1 API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="thedrummer/cydonia-24b-v4.1",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)