Skip to content

GemmaNet

The Open Network for AI Services

GemmaNet is an open platform that lets developers turn any AI model into a node in a global network of AI services.

  • 10 lines to provide AI services
  • 5 lines to consume AI services
  • Model agnostic - use any model you want
  • Reputation-based routing - reliable, fast nodes get more requests
  • OpenAI compatible - works with the OpenAI SDK and LangChain

Install

pip install gemmanet             # SDK
pip install "gemmanet[server]"   # coordinator