1
0

feat: Add OpenRouter API integration for model pricing and headers.

This commit is contained in:
2026-03-05 11:52:01 +01:00
parent de6a21fb5a
commit 5fb914dbc8

View File

@@ -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...", "")
};