TokenRoute
Get started
Back to models

TheDrummer: Skyfall 36B V2

thedrummer/skyfall-36b-v2

Skyfall 36B v2 is an enhanced iteration of Mistral Small 2501, specifically fine-tuned for improved creativity, nuanced writing, role-playing, and coherent storytelling.

Pricing

Input$0.3850 /M
Output$0.5600 /M
Cache read$0.1750 /M

Specs

Context length32.8K tokens
Max output29.5K tokens
Inputtext
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "thedrummer/skyfall-36b-v2",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

frequency_penalty
logit_bias
logprobs
max_tokens
presence_penalty
repetition_penalty
response_format
seed
stop
structured_outputs
temperature
top_k
top_logprobs
top_p
TheDrummer: Skyfall 36B V2 API, pricing and context length | TokenRoute