chore: netbird update AZ-CLD-1

This commit is contained in:
2026-03-04 09:13:02 +01:00
parent bda2755acc
commit e8d8adb626
10 changed files with 154 additions and 24 deletions

View File

@@ -5,7 +5,6 @@
home.packages = with pkgs; [
agenix-cli
alejandra
beads
bc
bun
devpod

View File

@@ -30,6 +30,43 @@
extensions = [".nix"];
};
};
provider = {
litellm = {
npm = "@ai-sdk/openai-compatible";
name = "LiteLLM (AZ-Gruppe)";
options.baseURL = "https://llm.az-gruppe.com/v1";
models = {
"gpt-5.2" = {
name = "GPT-5.2";
limit = {
context = 400000;
output = 128000;
};
};
"gpt-5.3-codex" = {
name = "GPT-5.3 Codex";
limit = {
context = 400000;
output = 128000;
};
};
"claude-sonnet-4-6" = {
name = "Claude Sonnet 4.6";
limit = {
context = 200000;
output = 64000;
};
};
"claude-opus-4-6" = {
name = "Claude Opus 4.6";
limit = {
context = 200000;
output = 128000;
};
};
};
};
};
mcp = {
Ref = {
type = "local";

View File

@@ -93,6 +93,7 @@
# eww
# firefox-devedition
file-roller
kdotool
ksnip
hyprpaper-random
hyprpanel