25 lines
443 B
TOML
25 lines
443 B
TOML
name = "xAI Grok 3 Mini"
|
|
description = "Fast Grok model for responsive chat, reasoning, and tool-assisted work"
|
|
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 = 0.3
|
|
output = 0.5
|
|
cache_read = 0.075
|
|
|
|
[limit]
|
|
context = 131072
|
|
output = 131072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|