23 lines
438 B
TOML
23 lines
438 B
TOML
name = "Auto Route"
|
|
description = "Automatic model router for matching prompts to suitable backends and budgets"
|
|
family = "auto"
|
|
release_date = "2024-01-01"
|
|
last_updated = "2024-01-01"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.00
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"] |