Back to Models
MythoMax 13B
gryphe/mythomax-l2-13bJul 2, 20234.1K context4.1K max output$0.06/M in · $0.06/M out
Description
One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay. #merge
Specifications
Provider
gryphe
Context Length
4.1K
Max Output
4.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.06 |
| Output | $0.06 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "gryphe/mythomax-l2-13b",
"messages": [{"role": "user", "content": "Hello!"}]
}'