anomalyco--models.dev
20 行
292 B
TOML
20 行
292 B
TOML
base_model = "xai/grok-4.5"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 6
|
|
cache_read = 0.5
|
|
|
|
[[cost.tiers]]
|
|
tier = { type = "context", size = 200_000 }
|
|
input = 4
|
|
output = 12
|
|
cache_read = 1
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|