feat(packages): add relay-free-llm package

Add RelayFreeLLM, a RESTful API gateway that routes prompts to multiple
AI providers (Gemini, Cerebras, Groq, Mistral, etc.) with failover and
intent-based routing. Includes local cerebras-cloud-sdk build since it is
not yet in nixpkgs.
This commit is contained in:
2026-06-19 08:49:29 +03:00
parent 8d8f56664d
commit 744d2419e6
3 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
pkgs,
...
}:
pkgs.callPackage ./package.nix { }