Skip to content

dahlinomine/verifiable-inference-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

verifiable-inference-cli

Rust CLI tool to submit LLM prompts and receive a ZK-proof that the output was generated by a specific model.

Language License PRs Welcome

Overview

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

Features

  • 🚀 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

Installation

cargo add verifiable-inference-cli

Quick Start

// verifiable-inference-cli — quick start example
// See docs/ for full API reference

Usage

See docs/ for full documentation and advanced usage examples.

Contributing

Contributions are welcome! Please read CONTRIBUTING.md first.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -am 'feat: add my feature')
  4. Push to the branch (git push origin feature/my-feature)
  5. Open a Pull Request

License

MIT © dahlinomine

About

Rust CLI tool to submit LLM prompts and receive a ZK-proof that the output was generated by a specific model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors