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

23 lines
440 B
TOML

name = "Custom Model"
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"]