Files
2026-07-13 12:28:55 +08:00

20 lines
520 B
TOML

name = "Auto"
description = "Model Oracle AI decision engine that selects and routes among configured coding-agent models"
release_date = "2026-06-29"
last_updated = "2026-07-07"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh", "max"] }]
temperature = true
tool_call = true
structured_output = true
open_weights = false
[limit]
context = 1_000_000
output = 128_000
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]