Toppy M 7B

undi95/toppy-m-7b

Created Nov 10, 20234,096 context
$0.80/M input tokens$1.20/M output tokens

A wild 7B parameter model that merges several models using the new task_arithmetic merge method from mergekit. List of merged models:

  • NousResearch/Nous-Capybara-7B-V1.9
  • HuggingFaceH4/zephyr-7b-beta
  • lemonilia/AshhLimaRP-Mistral-7B
  • Vulkane/120-Days-of-Sodom-LoRA-Mistral-7b
  • Undi95/Mistral-pippa-sharegpt-7b-qlora

#merge #uncensored

Providers for Toppy M 7B

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

Apps using Toppy M 7B

Top public apps this week using this model

1.
Favicon for https://opencharacter.org/
OpenCharacter
Open-source recreation of the old c.ai site
628Ktokens
2.
Favicon for https://chub.ai/
Chub AI
GenAI for everyone
324Ktokens
3.
Favicon for https://www.caveduck.io/
Caveduck
AI character chat
241Ktokens
4.
Favicon for https://sillytavern.app/
SillyTavern
LLM frontend for power users
200Ktokens
5.
Favicon for https://litellm.ai/
liteLLM
Open-source library to simplify LLM calls
109Ktokens
6.
Favicon for https://openrouter.ai/chat
OpenRouter: Chatroom
Chat with multiple LLMs at once
65Ktokens
7.
Favicon for https://t.me/
t.me
new
57Ktokens
8.
Favicon for https://novelcrafter.com/
novelcrafter
Your personal novel writing toolbox. Plan, write and tinker with your story.
54Ktokens
9.
Favicon for https://www.raptorwrite.com/
Future Fiction Academy (Raptor Write)
new
52Ktokens
10.
Favicon for http://claude-steiner-idealo.com/
idealo
new
27Ktokens
11.
Favicon for https://voxta.ai/
Voxta
Your speech-driven AI companion backend
21Ktokens
12.
Favicon for https://apipie.ai/
APIpie.ai
new
19Ktokens
13.
Favicon for https://www.layla-network.ai/
Layla
Private, personal AI
16Ktokens
14.
Favicon for https://portkey.ai/
Portkey AI
Control panel for AI apps
15Ktokens
15.
Favicon for https://focusedvalue.org/
SocialAI
new
8Ktokens
16.
Favicon for https://triplo.ai/
Triplo AI
new
7Ktokens
17.
Favicon for https://iopartners.app/
ioPartners
new
7Ktokens
18.
Favicon for https://cline.bot/
Cline
Autonomous coding agent right in your IDE
5Ktokens
19.
Favicon for https://Agent37.ai/
agent37.ai
new
4Ktokens
20.
Favicon for http://eunifyportal.local.net/
MyApp
new
3Ktokens

Recent activity on Toppy M 7B

Tokens processed per day

Feb 7Feb 13Feb 19Feb 25Mar 3Mar 9Mar 15Mar 21Mar 27Apr 2Apr 8Apr 14Apr 20Apr 26May 302M4M6M8M

Uptime stats for Toppy M 7B

Uptime stats for Toppy M 7B across all providers

When an error occurs in an upstream provider, we can recover by routing to another healthy provider, if your request filters allow it.

Learn more about our load balancing and customization options.

Sample code and API for Toppy M 7B

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="undi95/toppy-m-7b",
  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.

    Toppy M 7B - API, Providers, Stats | OpenRouter