Openrouter models: gemini 3.1 flash lite preview, grok 4.20 beta models.

This commit is contained in:
Federico Masi
2026-03-13 15:11:12 +01:00
parent 066a425917
commit 490cd249e4
3 changed files with 82 additions and 0 deletions
@@ -0,0 +1,27 @@
name = "Gemini 3.1 Flash Lite Preview"
family = "gemini-flash-lite"
release_date = "2026-03-03"
last_updated = "2026-03-03"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = false
[cost]
input = 0.25
output = 1.5
reasoning = 1.5
cache_read = 0.025
cache_write = 0.083
input_audio = 0.5
output_audio = 0.5
[limit]
context = 1048576
output = 65536
[modalities]
input = ["text", "image", "video", "pdf", "audio"]
output = ["text"]
@@ -0,0 +1,28 @@
name = "Grok 4.20 Beta"
family = "grok"
status = "beta"
release_date = "2026-03-12"
last_updated = "2026-03-12"
attachment = true
reasoning = true
temperature = true
tool_call = true
open_weights = false
[cost]
input = 2.00
output = 6.00
cache_read = 0.20
[cost.context_over_200k]
input = 4.00
output = 12.00
[limit]
context = 2_000_000
output = 30_000
[modalities]
input = ["text", "image"]
output = ["text"]
@@ -0,0 +1,27 @@
name = "Grok 4.20 Multi - Agent Beta"
family = "grok"
status = "beta"
release_date = "2026-03-12"
last_updated = "2026-03-12"
attachment = true
reasoning = true
temperature = true
tool_call = false
open_weights = false
[cost]
input = 2.00
output = 6.00
cache_read = 0.20
[cost.context_over_200k]
input = 4.00
output = 12.00
[limit]
context = 2_000_000
output = 30_000
[modalities]
input = ["text", "image"]
output = ["text"]