Skip to content
LogoLogo
Loading services...

Get started with Presto

Command-line client with built-in MPP support.

Install
One-line install via shell.
$ curl -fsSL https://presto-binaries.tempo.xyz/install.sh | bash
Log in
Opens browser to connect your Tempo wallet.
$ presto login
Make a request
Payment handled automatically.
$ presto https://openai.mpp.tempo.xyz/v1/chat/completions \ -X POST --json '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello!"}]}'
Dry run
Preview cost without paying.
$ presto --dry-run https://openai.mpp.tempo.xyz/v1/chat/completions