meow
This commit is contained in:
@@ -54,7 +54,8 @@
|
||||
"@xberg-io/opencode-xberg"
|
||||
"@xberg-io/opencode-crawlberg"
|
||||
"@xberg-io/opencode-html-to-markdown"
|
||||
"@xberg-io/opencode-liter-llm"
|
||||
# "@xberg-io/opencode-liter-llm"
|
||||
"opencode-plugin-litellm@latest"
|
||||
"@xberg-io/opencode-tree-sitter-language-pack"
|
||||
];
|
||||
provider.litellm = {
|
||||
@@ -64,35 +65,6 @@
|
||||
baseURL = "https://9f5db439.fwds.scug.io/v1";
|
||||
apiKey = "{env:SCUG_IO_API_KEY}";
|
||||
};
|
||||
models = {
|
||||
"openai/Qwen3.6-35B-A3B" = {
|
||||
id = "Qwen3.6-35B-A3B";
|
||||
name = "Qwen3.6-35B-A3B";
|
||||
family = "Qwen";
|
||||
limit = {
|
||||
context = 262144;
|
||||
input = 262144;
|
||||
output = 16384;
|
||||
};
|
||||
cost = {
|
||||
input = 0.00002;
|
||||
output = 0.00006;
|
||||
};
|
||||
provider = {
|
||||
api = "openai";
|
||||
};
|
||||
modalities = {
|
||||
input = [ "text" ];
|
||||
output = [ "text" ];
|
||||
};
|
||||
status = "active";
|
||||
reasoning = true;
|
||||
temperature = false;
|
||||
tool_call = true;
|
||||
attachment = false;
|
||||
experimental = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user