Back to Models
TheDrummer: Skyfall 36B V2
thedrummer/skyfall-36b-v2Mar 10, 202532.8K context32.8K max output$0.55/M in · $0.80/M out
Description
Skyfall 36B v2 is an enhanced iteration of Mistral Small 2501, specifically fine-tuned for improved creativity, nuanced writing, role-playing, and coherent storytelling.
Specifications
Provider
thedrummer
Context Length
32.8K
Max Output
32.8K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.55 |
| Output | $0.80 |
| Cache Read | $0.25 |
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/skyfall-36b-v2",
"messages": [{"role": "user", "content": "Hello!"}]
}'