anomalyco--models.dev
26 行
489 B
TOML
26 行
489 B
TOML
# Not included in subscription
|
|
name = "Coding Router High"
|
|
description = "Automatic model router for matching prompts to suitable backends and budgets"
|
|
release_date = "2026-05-12"
|
|
last_updated = "2026-05-12"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.1
|
|
output = 2.2
|
|
cache_read = 0.11
|
|
|
|
[limit]
|
|
context = 1000000
|
|
input = 1000000
|
|
output = 128000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|