+2
nixos/doc/manual/release-notes/rl-2505.section.md
+2
nixos/doc/manual/release-notes/rl-2505.section.md
···- [echoip](https://github.com/mpolden/echoip), a simple service for looking up your IP address. Available as [services.echoip](#opt-services.echoip.enable).+- [LiteLLM](https://github.com/BerriAI/litellm), a LLM Gateway to provide model access, fallbacks and spend tracking across 100+ LLMs. All in the OpenAI format. Available as [services.litellm](#opt-services.litellm.enable).- [Buffyboard](https://gitlab.postmarketos.org/postmarketOS/buffybox/-/tree/master/buffyboard), a framebuffer on-screen keyboard. Available as [services.buffyboard](option.html#opt-services.buffyboard).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+182
nixos/modules/services/misc/litellm.nix
+182
nixos/modules/services/misc/litellm.nix
···+description = "LLM Gateway to provide model access, fallbacks and spend tracking across 100+ LLMs.";+ExecStart = "${lib.getExe cfg.package} --host \"${cfg.host}\" --port ${toString cfg.port} --config ${configFile}";
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+27
nixos/tests/litellm.nix
+27
nixos/tests/litellm.nix
···
+8
-3
pkgs/development/python-modules/litellm/default.nix
+8
-3
pkgs/development/python-modules/litellm/default.nix
······description = "Use any LLM as a drop in replacement for gpt-3.5-turbo. Use Azure, OpenAI, Cohere, Anthropic, Ollama, VLLM, Sagemaker, HuggingFace, Replicate (100+ LLMs)";