quantum-free-router
Zero-cost LLM routing across free-tier model APIs with Bifrost, certification scripts, and agent-ready fallback chains
File Explorer
- ci.yml
- certification-models.txt
- hermes-fallback.example.yaml
- architecture.md
- configuration.md
- fallback-chain.md
- installation.md
- limits-and-reliability.md
- providers.md
- troubleshooting.md
- curl-test.sh
- hermes-agent.md
- openai-python.py
- certify-router.sh
- health-check.sh
- validate-config.py
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- config.template.json
- CONTRIBUTING.md
- install.sh
- LICENSE
- README.md
- SECURITY.md
- uninstall.sh
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
nano
View Details ▼
nano
Text editor. An enhanced `pico` clone.
See also: `pico`, `rnano`.
nano {{path/to/file1 path/to/file2 ...}}
Open specific files, moving to the next file after closing the previous one:
nano {{[-I|--ignorercfiles]}}
Start the editor without using configuration files:
nano +{{line}},{{column}} {{path/to/file}}
Open a file and position the cursor at a specific line and column:
systemctl restart
View Details ▼
systemctl restart
Stop and then start one or more systemd units.
Can be used in place of `systemctl start` on a stopped unit, but `start` is safer so that a running unit isn't accidentally restarted.
systemctl restart {{unit}}
Restart a unit:
systemctl restart {{unit1 unit2 ...}}
Restart more than one unit:
systemctl restart {{unit}} --user
Restart a user unit:
