22 lines
405 B
TOML
22 lines
405 B
TOML
name = "Model Router"
|
|
description = "Automatic model router for matching prompts to suitable backends and budgets"
|
|
family = "model-router"
|
|
release_date = "2025-05-19"
|
|
last_updated = "2025-11-18"
|
|
attachment = true
|
|
reasoning = false
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.14
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|