TheDrummer: UnslopNemo 12B

Model details

TheDrummer: UnslopNemo 12B

Model
thedrummer/unslopnemo-12b
Provider
openrouter
API
openai-completions
Base URL
https://openrouter.ai/api/v1
Input
text
Reasoning
No
Context window
32,768
Max tokens
32,768
Cost / million input
$0.4
Cost / million output
$0.4
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "openrouter": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "thedrummer/unslopnemo-12b",
          "name": "TheDrummer: UnslopNemo 12B",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 32768,
          "maxTokens": 32768,
          "cost": {
            "input": 0.39999999999999997,
            "output": 0.39999999999999997,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://openrouter.ai/api/v1"
    }
  }
}