diff --git a/providers/azure/models/grok-4-20-non-reasoning.toml b/providers/azure/models/grok-4-20-non-reasoning.toml new file mode 100644 index 000000000..3cc962702 --- /dev/null +++ b/providers/azure/models/grok-4-20-non-reasoning.toml @@ -0,0 +1,23 @@ +name = "Grok 4.20 (Non-Reasoning)" +family = "grok" +release_date = "2026-04-08" +last_updated = "2026-04-08" +attachment = false +reasoning = false +temperature = true +knowledge = "2025-09" +tool_call = true +open_weights = false +status = "beta" + +[cost] +input = 2.00 +output = 6.00 + +[limit] +context = 262_000 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/azure/models/grok-4-20-reasoning.toml b/providers/azure/models/grok-4-20-reasoning.toml new file mode 100644 index 000000000..e9423e86b --- /dev/null +++ b/providers/azure/models/grok-4-20-reasoning.toml @@ -0,0 +1,23 @@ +name = "Grok 4.20 (Reasoning)" +family = "grok" +release_date = "2026-04-08" +last_updated = "2026-04-08" +attachment = false +reasoning = true +temperature = true +knowledge = "2025-09" +tool_call = true +open_weights = false +status = "beta" + +[cost] +input = 2.00 +output = 6.00 + +[limit] +context = 262_000 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"]