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
Quick Links¶
- Quick Start - Get running in 10 minutes
- API Reference - All endpoints documented
- Architecture - How it works
- Examples - Code examples
Install¶
pip install gemmanet # SDK
pip install "gemmanet[server]" # coordinator