Inventory 0.0.1
June 13, 2025 ยท View on GitHub
Your universal model catalog, everything, everywhere, all at once.
Or you can try it with our instance:
curl -L -X GET -v 'https://inventory.moeru.ai/api/v1/common-tasks/models' | jq
Getting Started
Configuration
No config.yaml nor config.toml required. All configurable from environment varaiables.
Required:
| Envrionment Variable | Provider | Description |
|---|---|---|
OPENAI_API_KEY | OpenAI | |
VOYAGE_API_KEY | Voyage.ai |
Build
require
go1.23+
git clone https://github.com/moeru-ai/inventory.git
cd inventory
go build -o ./result/inventory ./cmd/api-server
Run
# http server started on [::]:7921
# grpc server started on [::]:7922
./result/api-server