From 660350c5fa3ea5ebaa7adfdc02647d08986d9027 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:29:06 +0000 Subject: [PATCH] chore(sync): update Venice model catalog --- providers/venice/models/xiaomi-mimo-v2-5.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 providers/venice/models/xiaomi-mimo-v2-5.toml diff --git a/providers/venice/models/xiaomi-mimo-v2-5.toml b/providers/venice/models/xiaomi-mimo-v2-5.toml new file mode 100644 index 000000000..6ceeda83b --- /dev/null +++ b/providers/venice/models/xiaomi-mimo-v2-5.toml @@ -0,0 +1,17 @@ +base_model = "xiaomi/mimo-v2.5" +release_date = "2026-06-11" +last_updated = "2026-06-11" +structured_output = true + +[[reasoning_options]] +type = "effort" +values = ["none", "low", "medium", "high"] + +[cost] +input = 0.175 +output = 0.35 +cache_read = 0.0625 + +[limit] +context = 1_000_000 +output = 65_536