26 lines
533 B
TOML
26 lines
533 B
TOML
name = "Trinity Large Thinking"
|
|
description = "Flagship model for demanding analysis, coding, and production agent workflows"
|
|
family = "trinity"
|
|
release_date = "2026-04-02"
|
|
last_updated = "2026-04-16"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
tool_call = true
|
|
temperature = true
|
|
open_weights = true
|
|
status = "beta"
|
|
|
|
[cost]
|
|
input = 0.25
|
|
output = 0.90
|
|
cache_read = 0.06
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|