anomalyco--models.dev
34 行
696 B
TOML
34 行
696 B
TOML
# Live metadata: reasoning only; no effort control or dedicated budget (2026-06-25).
|
|
# https://api.venice.ai/api/v1/models?type=text
|
|
|
|
name = "Grok 4.20"
|
|
description = "Grok model for agentic tool use, reasoning, coding, and live assistance"
|
|
family = "grok"
|
|
release_date = "2026-03-12"
|
|
last_updated = "2026-06-11"
|
|
attachment = true
|
|
reasoning = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
reasoning_options = []
|
|
|
|
[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]
|
|
context = 2_000_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|