MythoMax 13B API

Access MythoMax 13B from Gryphe using Puter.js AI API.

Get Started

Model Card

MythoMax L2 13B is a 13-billion parameter model created by Gryphe that merges MythoLogic-L2 and Huginn using an experimental tensor merge technique. It excels at creative writing, roleplaying, and storytelling with enhanced coherency across narrative outputs. The model is based on the Llama 2 architecture and is available in various quantized formats for efficient deployment.

Context Window

N/A

tokens

Max Output

N/A

tokens

Input Cost

$0.06

per million tokens

Output Cost

$0.06

per million tokens

API Usage Example

Add MythoMax 13B to your app with just a few lines of code.
No API keys, no backend, no configuration required.

<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain quantum computing in simple terms", {
            model: "gryphe/mythomax-l2-13b"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add MythoMax 13B to your app without worrying about API keys or setup.

Read the Docs View Tutorials