24 lines
429 B
TOML
24 lines
429 B
TOML
name = "MythoMax 13B"
|
|
description = "Open Llama instruction model for multilingual chat, reasoning, and coding"
|
|
family = "llama"
|
|
release_date = "2025-08-08"
|
|
last_updated = "2025-08-08"
|
|
attachment = false
|
|
reasoning = false
|
|
tool_call = false
|
|
structured_output = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.1003
|
|
output = 0.1003
|
|
|
|
[limit]
|
|
context = 4_000
|
|
input = 4_000
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|