Skyfall 36B V2

API ID: thedrummer/skyfall-36b-v2

Input Price
$0.55
/1M tokens
Output Price
$0.80
/1M tokens
Cached Input
$0.25
Save 55%

About Skyfall 36B V2

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

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

Model Specifications

Context Length
33k
Max Output
33k
Release Date
2025-03-10
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.49
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$15.45
/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
Skyfall 36B V2 Current $0.55 $0.80 33k chat
Rocinante 12B $0.17 $0.43 66k chat
Rocinante 12B $0.25 $0.50 66k chat
Cydonia 24B V4.1 $0.30 $0.50 131k chat
UnslopNemo 12B $0.40 $0.40 1.0M chat
UnslopNemo 12B $0.40 $0.40 1.0M chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Alibaba Qwen Qwen3 Next 80B A3B Instruct
Input: $0.15
Output: $1.20
Context: 262k
Alibaba Qwen Qwen3 Next 80B A3B Thinking
Input: $0.15
Output: $1.20
Context: 262k
Alibaba Qwen Qwen3 Next 80B A3B Thinking
Input: $0.15
Output: $1.20
Context: 262k
Stepfun Step 3.7 Flash
Input: $0.20
Output: $1.15
Context: 262k

๐Ÿš€ Quick Start

Get started with Skyfall 36B V2 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/skyfall-36b-v2",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)