chore(sync): update OpenRouter model catalog (#5138)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot]
2026-08-20 17:26:02 +00:00
committed by GitHub
parent c553b71aa7
commit ebc7bbd9ee
2 changed files with 27 additions and 3 deletions
@@ -0,0 +1,24 @@
name = "Ministral 8B"
description = "Compact Mistral model for edge, latency-sensitive, and cost-efficient workloads"
family = "ministral"
release_date = "2024-10-17"
last_updated = "2024-10-17"
attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = true
knowledge = "2024-09-30"
open_weights = false
[cost]
input = 0.11
output = 0.11
[limit]
context = 128_000
output = 128_000
[modalities]
input = ["text"]
output = ["text"]
@@ -5,9 +5,9 @@ reasoning_options = []
field = "reasoning_details"
[cost]
input = 0.5795
output = 2.44
cache_read = 0.0976
input = 0.5605
output = 2.36
cache_read = 0.0944
[modalities]
input = ["text", "image"]