From 5fb914dbc847c9684b3f41d22c7601bc4f04ab55 Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Thu, 5 Mar 2026 11:52:01 +0100 Subject: [PATCH] feat: Add OpenRouter API integration for model pricing and headers. --- SetupTui.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SetupTui.cs b/SetupTui.cs index b0c82bf..7a18a8f 100644 --- a/SetupTui.cs +++ b/SetupTui.cs @@ -33,9 +33,10 @@ internal static class SetupTui var models = new List<(string Value, string Description)> { ("qwen/qwen3.5-397b-a17b", "smart, expensive"), - ("qwen/qwen3.5-35b-a3b", "cheapest"), + ("qwen/qwen3.5-122b-a10b", "faster"), ("qwen/qwen3.5-27b", "fast"), - ("qwen/qwen3.5-122b-a10b", "smart"), + ("qwen/qwen3.5-Flash", "cloud, fast"), + ("qwen/qwen3.5-Plus", "cloud, smart"), ("Custom...", "") };