MythoMax 13B

gryphe/mythomax-l2-13b

Created Jul 2, 20234,096 context
$0.065/M input tokens$0.065/M output tokens

One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay. #merge

Providers for MythoMax 13B

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

US
fp16
Context
4K
Max Output
4K
Input
$0.065
Output
$0.065
Context
4K
Max Output
4K
Input
$0.09
Output
$0.09
US
fp16
Context
4K
Max Output
4K
Input
$0.11
Output
$0.11
US
int4
Context
4K
Max Output
4K
Input
$0.20
Output
$0.40
Context
4K
Max Output
4K
Input
$0.30
Output
$0.30
Context
8K
Max Output
1K
Input
$0.75
-25%
Output
$1.125
-25%

Throughput

Latency

Apps using MythoMax 13B

Top public apps this week using this model

1.
OpenRouter: Chatroom
Chat with multiple LLMs at once
487Mtokens
2.
Miniapps.ai
Create and use mini AI-powered apps
283Mtokens
3.
DreamTavern
AI character chat & stories for power users
99.4Mtokens
4.
Waifu VR
new
50.1Mtokens
5.
Secret Desires AI
Build your perfect partner
39.6Mtokens
6.
SillyTavern
LLM frontend for power users
26.8Mtokens
7.
i - 4Cfw2ffyduQJhsi2y4u0fwd20Kv1
new
25.7Mtokens
8.
HammerAI
new
19.5Mtokens
9.
airoguelite.net
new
12.3Mtokens
10.
aichat.metainnovation.site
new
6.86Mtokens
11.
liteLLM
Open-source library to simplify LLM calls
6.28Mtokens
12.
Noya
new
3.5Mtokens
13.
Chub AI
GenAI for everyone
3.27Mtokens
14.
super-real.co
new
2.76Mtokens
15.
Voxta
Your speech-driven AI companion backend
2.48Mtokens
16.
OpenCharacter
Open-source recreation of the old c.ai site
2.28Mtokens
17.
mygf - Your AI Girlfriend
new
1.46Mtokens
18.
iGirlWeb - cQ7GOsBhktfFWFaMQJ1oSN1yQxX2
new
948Ktokens
19.
lite.koboldai.net
new
833Ktokens
20.
Mantella
Skyrim & Fallout 4 mod, naturally speak to NPCs
744Ktokens

Recent activity on MythoMax 13B

Tokens processed per day

Feb 15Feb 21Feb 27Mar 5Mar 11Mar 17Mar 23Mar 29Apr 4Apr 10Apr 16Apr 22Apr 28May 4May 10May 160250M500M750M1B

Uptime stats for MythoMax 13B

Uptime stats for MythoMax 13B 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 MythoMax 13B

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="gryphe/mythomax-l2-13b",
  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.

    MythoMax 13B - API, Providers, Stats | OpenRouter