@vordai/cli
v0.1.0
Published
Vord — anonymous verifiable AI inference CLI (vordai.io). Pay per request with ecash credentials; no account linkage on the inference path.
Downloads
53
Maintainers
Readme
vordai
Vord — anonymous, verifiable AI inference. https://vordai.io
npm i -g @vordai/cli
vord --helpPay per request with ecash credentials. The inference path carries no account identity: sessions are funded by blind-signed vouchers and change returns via client-side blinding (NUT-08).
Quick start:
vord login # authorize this device via Vord Account
vord buy 1 # buy a $1 credit pack
vord models # list available models
vord chat -m "hello" # one-shot completion
vord key create --budget 50 --json | jq -r .key # mint an OpenAI-compatible session keyThe session key works as an OPENAI_API_KEY against
https://gateway.vordai.io/v1 (streaming chat completions).
