25 lines
435 B
TOML
25 lines
435 B
TOML
name = "xAI Grok 3"
|
|
description = "Grok model for agentic tool use, reasoning, coding, and live assistance"
|
|
family = "grok"
|
|
release_date = "2024-06-01"
|
|
last_updated = "2024-06-01"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-06"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 3
|
|
output = 15
|
|
cache_read = 0.75
|
|
|
|
[limit]
|
|
context = 131072
|
|
output = 131072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|