diff --git a/hosts/h001/flake.lock b/hosts/h001/flake.lock index e5940744..10a0199a 100644 --- a/hosts/h001/flake.lock +++ b/hosts/h001/flake.lock @@ -211,11 +211,11 @@ }, "litellm-nixpkgs": { "locked": { - "lastModified": 1765779637, - "narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=", + "lastModified": 1766309749, + "narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1306659b587dc277866c7b69eb97e5f07864d8c4", + "rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816", "type": "github" }, "original": { @@ -1222,11 +1222,11 @@ }, "open-webui-nixpkgs": { "locked": { - "lastModified": 1765779637, - "narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=", + "lastModified": 1766309749, + "narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1306659b587dc277866c7b69eb97e5f07864d8c4", + "rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816", "type": "github" }, "original": { diff --git a/hosts/h001/mods/litellm.nix b/hosts/h001/mods/litellm.nix index 5f45b9fb..0e7481ff 100644 --- a/hosts/h001/mods/litellm.nix +++ b/hosts/h001/mods/litellm.nix @@ -65,9 +65,11 @@ in "claude-sonnet-3.5" "claude-sonnet-4" "claude-sonnet-4.5" + "claude-haiku-4.5" "gemini-2.5-pro" "openai-gpt-5" "openai-gpt-5-mini" + "grok-code-fast-1" ] ) # Azure @@ -77,13 +79,13 @@ in litellm_params = { model = "azure/${m}"; api_base = "http://100.64.0.8:9010/azure"; - api_version = "2025-04-01-preview"; + api_version = "2025-07-01-preview"; api_key = "na"; }; }) # curl -L "http://100.64.0.8:9010/azure/openai/models?api-version=2025-04-01-preview" | jq '.data.[].id' [ - "gpt-5.2-2025-12-11" + "gpt-5.2" "gpt-5.1-2025-11-13" "gpt-4o-2024-05-13" "gpt-4.1-2025-04-14"