27 lines
561 B
TOML
27 lines
561 B
TOML
name = "Grok 4.3"
|
|
description = "Grok model for agentic tool use, reasoning, coding, and live assistance"
|
|
family = "grok"
|
|
release_date = "2026-04-30"
|
|
last_updated = "2026-04-30"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
temperature = true
|
|
knowledge = "2024-11"
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.25
|
|
output = 2.50
|
|
cache_read = 0.20
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|