23 lines
432 B
TOML
23 lines
432 B
TOML
name = "Auto model (Basic)"
|
|
description = "Automatic model router for matching prompts to suitable backends and budgets"
|
|
release_date = "2024-06-01"
|
|
last_updated = "2024-06-01"
|
|
attachment = false
|
|
reasoning = false
|
|
tool_call = false
|
|
structured_output = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 9.996
|
|
output = 19.992
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
input = 1_000_000
|
|
output = 1_000_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|