Rust CLI tool to submit LLM prompts and receive a ZK-proof that the output was generated by a specific model.
verifiable-inference-cli is an open-source cli for verifiable compute and zkVM technology.
Rust CLI tool to submit LLM prompts and receive a ZK-proof that the output was generated by a specific model.
Topics: zk-inference ai-trust cli
- 🚀 Production-ready cli targeting verifiable compute use cases
- 🔧 Easy to integrate into existing projects
- 📦 Zero-configuration defaults with full customization support
- 🧪 Comprehensive test coverage
- 📖 Well-documented API with examples
cargo add verifiable-inference-cli// verifiable-inference-cli — quick start example
// See docs/ for full API referenceSee docs/ for full documentation and advanced usage examples.
Contributions are welcome! Please read CONTRIBUTING.md first.
- Fork the repository
- Create your feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -am 'feat: add my feature') - Push to the branch (
git push origin feature/my-feature) - Open a Pull Request