20 lines
511 B
TOML
20 lines
511 B
TOML
name = "Synth Code"
|
|
description = "TrustedRouter code synthesis orchestration alias that combines multiple model responses into one answer."
|
|
release_date = "2026-06-20"
|
|
last_updated = "2026-06-27"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|