Inventory 0.0.1

June 13, 2025 ยท View on GitHub

Your universal model catalog, everything, everywhere, all at once.

Live API Docs

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 VariableProviderDescription
OPENAI_API_KEYOpenAI
VOYAGE_API_KEYVoyage.ai

Build

require go 1.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