gryphe

MythoMax 13B

Try in chat →

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

Context
8k tokens
Input / 1M tokens
$0.08
Output / 1M tokens
$0.11
Benchmark

Uptime & performance

Loading…

Pricing

Input tokens$0.08 per 1M tokens
Output tokens$0.11 per 1M tokens

Apps and activity

Loading…

Technical details

Model IDgryphe/mythomax-l2-13b
Context window8k tokens
Input modalitiestext
Output modalitiestext
TokenizerLlama2
Max output tokens3,686

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'gryphe/mythomax-l2-13b',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use MythoMax 13B?

Try it in the browser first, then get an API key and start making requests in minutes.