Home
Homepage
Install Vertex-CLI from TestPyPI
Vertex-CLI is a command-line tool that lets you query Large Language Models (LLMs) and debug faster, straight from your terminal.
For example, you can run:
Replace "tell me about the solar system"
with any query you like Vertex-CLI will generate a response using your selected LLM model.
Installation
To install Vertex-CLI
from TestPyPI, run:
Then initialize the CLI with:
Managing API Keys & Models
- Add a model and its API key:
- Remove a model:
- List all configured models:
- Select a model to use by default:
Documentation
- Full CLI tool docs: CLI Tool Docs
- Contributor guide: Contributors Guide
- API reference: API Reference