TokenRoute
Get started
Back to models

TheDrummer: UnslopNemo 12B

thedrummer/unslopnemo-12b

UnslopNemo v4.1 is the latest addition from the creator of Rocinante, designed for adventure writing and role-play scenarios.

Pricing

Input$0.2800 /M
Output$0.2800 /M

Specs

Context length1M tokens
Max output819.2K 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/unslopnemo-12b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

frequency_penalty
logit_bias
logprobs
max_tokens
presence_penalty
repetition_penalty
seed
stop
structured_outputs
temperature
top_k
top_logprobs
top_p