← All models
Gryphe Padar logo

Mythomax L2 13B

Chat

gryphe:mythomax-l2-13b

Added July 2, 2023

Usage

import OpenAI from "openai";

const client = new OpenAI({
    baseURL: "https://api.tributary.cc/openai/v1",
    apiKey: "<TRIBUTARY_API_KEY>",
});

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

console.log(completion.choices[0].message.content);

Providers

Provider Model Context Output Input $/M Output $/M
Novita gryphe/mythomax-l2-13b 4K 3K $0.09 $0.09
DeepInfra Gryphe/MythoMax-L2-13b 4K 4K $0.40 $0.40
Context/output in tokens. Prices in USD per 1M tokens.