Build with Pied Piper

CLI

Drive Pied Piper from your terminal. Hosting is live today via the published host CLI; a chat/keys client is planned.

What exists today

The terminal surface that's shipped is @piedpiperrh/host— host inference and earn credits from any console. It's documented in full at Console host.

shell
1# The hosting CLI is live today:
2npx @piedpiperrh/host --key lg_pk_...

For running completions from scripts and terminals, the published SDK and the raw API (curl works fine) cover everything.

Planned: chat client

In development

Preview, not a contract
A conversational CLI in the same family is planned but unreleased — treat the sketch below as direction, not a promise.

The intended shape mirrors the API one-to-one:

  • Run completions against the catalog without writing any code.
  • Authenticate and manage API keys locally.
  • Target hosts and toggle priority with flags that map to the routing headers.
planned
1# Planned — a chat client in the same family:
2pied piper chat "summarize this changelog" --model llama-3.2-3b-instruct-q4f16_1
3cat notes.md | pied piper chat "tighten this up"