{"id":40002943,"url":"https://github.com/radlab-dev-group/llm-router-utils","last_synced_at":"2026-01-19T02:01:11.338Z","repository":{"id":328628898,"uuid":"1115694908","full_name":"radlab-dev-group/llm-router-utils","owner":"radlab-dev-group","description":"The repository contains a set of tools that use llm-router as the core foundation.","archived":false,"fork":false,"pushed_at":"2025-12-27T15:15:16.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-29T11:03:25.126Z","etag":null,"topics":["llm-gateway","llm-router","llm-router-utils","llm-utils","ml-utils"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radlab-dev-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-13T11:12:32.000Z","updated_at":"2025-12-27T15:15:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/radlab-dev-group/llm-router-utils","commit_stats":null,"previous_names":["radlab-dev-group/llm-router-utils"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/radlab-dev-group/llm-router-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radlab-dev-group%2Fllm-router-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radlab-dev-group%2Fllm-router-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radlab-dev-group%2Fllm-router-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radlab-dev-group%2Fllm-router-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radlab-dev-group","download_url":"https://codeload.github.com/radlab-dev-group/llm-router-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radlab-dev-group%2Fllm-router-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28557783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["llm-gateway","llm-router","llm-router-utils","llm-utils","ml-utils"],"created_at":"2026-01-19T02:01:10.601Z","updated_at":"2026-01-19T02:01:11.332Z","avatar_url":"https://github.com/radlab-dev-group.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llm‑router‑utils\n\n## What is it?\n\n`llm-router-utils` is a collection of ready‑made **tools and examples** built on top of **LLM‑Router** – a flexible\nlanguage‑model router. The repository contains:\n\n* **Ready‑to‑run examples** – scripts, configurations, and small applications that you can simply clone and execute.\n* **Universal tools** – useful in many areas (data analysis, text processing, content protection, etc.).\n* **Minimal setup** – everything you need is in the repository; after cloning, just run a few commands.\n\n---\n\n## Why use it?\n\n* **Fast start** – you don’t have to build infrastructure from scratch; all components are already prepared.\n* **Modularity** – you can pick only the parts you need and easily combine them.\n* **Extensibility** – thanks to LLM‑Router you can plug in any model (local, cloud‑based, custom service) and take\n  advantage of built‑in load‑balancing strategies.\n\n---\n\n## What’s in the repository?\n\n| Directory / File                                                    | Description                                                                                                       |\n|---------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|\n| [resources/llm-router-speakleash/](resources/llm-router-speakleash) | Example configuration and launch scripts for Speakleash models (e.g., Bielik‑11B‑v2.3‑Instruct and Bielik‑Guard). |\n| `run‑*.sh`                                                          | Bash start‑up scripts (VLLM, REST‑API, Guardrail). Just make them executable (`chmod +x`) and run them.           |\n| `llm_router_utils/`                                                 | Python package with helper functions (currently empty, ready for extension).                                      |\n| `README.md` (this file)                                             | Guide to the repository.                                                                                          |\n| `requirements.txt` (optional)                                       | List of dependencies, if you decide to add your own libraries.                                                    |\n\n---\n\n## Installation\n\n```bash\n# 1️⃣ Clone the repository\ngit clone https://github.com/radlab-dev-group/llm-router-utils.git\ncd llm-router-utils\n\n# 2️⃣ Install the package (editable mode is handy during development)\npip install -e .\n\n# 3️⃣ Install the full set of dependencies (including llm-router and llm-router‑services)\npip install .\"[llm-router]\"\n\n# Dependencies that will be pulled automatically:\n#    - llm-router @ git+https://github.com/radlab-dev-group/llm-router\n#    - llm-router-services @ git+https://github.com/radlab-dev-group/llm-router-services\n```\n\nThese dependencies are fetched directly from the specified Git repositories during the `pip install .[llm-router]` step.\n\n---\n\n## Summary\n\n`llm-router-utils` is a **compact toolkit** that lets you test and deploy LLM‑Router‑based solutions within minutes.\nJust **clone, set permissions, and run** – and you’ll have a working content‑generation and protection pipeline.\n\nHappy coding! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradlab-dev-group%2Fllm-router-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradlab-dev-group%2Fllm-router-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradlab-dev-group%2Fllm-router-utils/lists"}