22 lines
394 B
TOML
22 lines
394 B
TOML
name = "Mancer: Weaver (alpha)"
|
|
description = "General-purpose chat model for instruction following, writing, and analysis"
|
|
release_date = "2023-08-02"
|
|
last_updated = "2026-03-15"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.75
|
|
output = 1
|
|
|
|
[limit]
|
|
context = 8000
|
|
output = 2000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|