TheDrummer: Anubis Pro 105B V1

thedrummer/anubis-pro-105b-v1

Created Mar 10, 2025131,072 context
$0.80/M input tokens$1/M output tokens

Anubis Pro 105B v1 is an expanded and refined variant of Meta’s Llama 3.3 70B, featuring 50% additional layers and further fine-tuning to leverage its increased capacity. Designed for advanced narrative, roleplay, and instructional tasks, it demonstrates enhanced emotional intelligence, creativity, nuanced character portrayal, and superior prompt adherence compared to smaller models. Its larger parameter count allows for deeper contextual understanding and extended reasoning capabilities, optimized for engaging, intelligent, and coherent interactions.

Providers for Anubis Pro 105B V1

OpenRouter routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

Context
131K
Max Output
131K
Input
$0.80
Output
$1

Apps using Anubis Pro 105B V1

Top public apps this week using this model

Recent activity on Anubis Pro 105B V1

Tokens processed per day

Mar 10Mar 14Mar 18Mar 22Mar 26Mar 30Apr 3Apr 7Apr 11Apr 15Apr 19Apr 23Apr 27May 1May 5035M70M105M140M

Uptime stats for Anubis Pro 105B V1

Uptime stats for Anubis Pro 105B V1 on the only provider

Sample code and API for Anubis Pro 105B V1

OpenRouter normalizes requests and responses across providers for you.

OpenRouter provides an OpenAI-compatible completion API to 300+ models & providers that you can call directly, or using the OpenAI SDK. Additionally, some third-party SDKs are available.

In the examples below, the OpenRouter-specific headers are optional. Setting them allows your app to appear on the OpenRouter leaderboards.

from openai import OpenAI

client = OpenAI(
  base_url="https://openrouter.ai/api/v1",
  api_key="<OPENROUTER_API_KEY>",
)

completion = client.chat.completions.create(
  extra_headers={
    "HTTP-Referer": "<YOUR_SITE_URL>", # Optional. Site URL for rankings on openrouter.ai.
    "X-Title": "<YOUR_SITE_NAME>", # Optional. Site title for rankings on openrouter.ai.
  },
  extra_body={},
  model="thedrummer/anubis-pro-105b-v1",
  messages=[
    {
      "role": "user",
      "content": "What is the meaning of life?"
    }
  ]
)
print(completion.choices[0].message.content)

Using third-party SDKs

For information about using third-party SDKs and frameworks with OpenRouter, please see our frameworks documentation.

See the Request docs for all possible fields, and Parameters for explanations of specific sampling parameters.

    Anubis Pro 105B V1 - API, Providers, Stats | OpenRouter