Active development. APIs and on-chain layouts may change. Track on GitHub.
S SolanaLM
Home / Use cases / Privacy-preserving inference

Privacy-preserving inference

Route confidential prompts through onion circuits so no single node sees both source and content.

The problem

Sending sensitive prompts — legal drafts, medical notes, proprietary code — to a centralized provider means one operator can read both who you are and what you asked. Metadata alone can be revealing, and you have to trust an invoice and a privacy policy.

How SolanaLM does it
  • Optional 3-hop onion routing splits the path so no single node observes both the request source and the prompt content.
  • The OpenAI-compatible gateway still handles auth, rate limits, and audit logging without decrypting your payload end-to-end.
  • Differential privacy on any federated round you participate in keeps gradient updates from leaking training data.
  • Because it is MIT-licensed and self-hostable, you can run the whole path on infrastructure you control.

Try it for privacy-preserving inference.

Read the deep dive, then run the quickstart.

Other use cases