25 lines
425 B
TOML
25 lines
425 B
TOML
name = "Auto"
|
|
description = "Automatic model router for matching prompts to suitable backends and budgets"
|
|
family = "auto"
|
|
release_date = "2026-03-08"
|
|
last_updated = "2026-03-08"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|