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

25 lines
389 B
TOML

base_model = "xai/grok-4.3"
release_date = "2026-04-18"
last_updated = "2026-06-11"
[[reasoning_options]]
type = "effort"
values = ["none", "low", "medium", "high"]
[cost]
input = 1.42
output = 2.83
cache_read = 0.23
[[cost.tiers]]
tier = { type = "context", size = 200_000 }
input = 2.83
output = 5.67
cache_read = 0.45
[limit]
output = 32_000
[modalities]
input = ["text", "image"]