feat: Add OpenRouter API integration for model pricing and headers.
This commit is contained in:
@@ -33,9 +33,10 @@ internal static class SetupTui
|
|||||||
var models = new List<(string Value, string Description)>
|
var models = new List<(string Value, string Description)>
|
||||||
{
|
{
|
||||||
("qwen/qwen3.5-397b-a17b", "smart, expensive"),
|
("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-27b", "fast"),
|
||||||
("qwen/qwen3.5-122b-a10b", "smart"),
|
("qwen/qwen3.5-Flash", "cloud, fast"),
|
||||||
|
("qwen/qwen3.5-Plus", "cloud, smart"),
|
||||||
("Custom...", "")
|
("Custom...", "")
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user