gryphe
MythoMax 13B
One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay. #merge
Context
4k tokens
Input / 1M tokens
$0.06
Output / 1M tokens
$0.06
Benchmark
—
Pricing
Input tokens$0.06 per 1M tokens
Output tokens$0.06 per 1M tokens
Technical details
Model IDgryphe/mythomax-l2-13b
Context window4k tokens
Input modalitiestext
Output modalitiestext
TokenizerLlama2
Max output tokens4,096
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!' }],
})