diff --git a/docs.json b/docs.json index 21c1ffa..e037f93 100644 --- a/docs.json +++ b/docs.json @@ -44,7 +44,8 @@ "overview/guides/openai-migration", "overview/guides/langchain", "overview/guides/vercel-ai-sdk", - "overview/guides/crewai" + "overview/guides/crewai", + "overview/guides/venice-cli" ] } ] diff --git a/overview/guides/venice-cli.mdx b/overview/guides/venice-cli.mdx new file mode 100644 index 0000000..6b8a2c8 --- /dev/null +++ b/overview/guides/venice-cli.mdx @@ -0,0 +1,236 @@ +--- +title: 'Venice CLI' +description: 'Access Venice AI from your terminal — chat, search, images, TTS, and more' +icon: 'terminal' +--- + +# Venice CLI + +The official Venice CLI provides full access to Venice AI capabilities from your command line. Chat with AI models, generate images, convert text to speech, and more — all with Venice's privacy-preserving infrastructure. + +## Installation + +```bash +npm install -g venice-cli +``` + +Or run directly with npx: + +```bash +npx venice-cli chat "Hello, Venice!" +``` + +## Quick Start + +```bash +# Set your API key +venice config set api_key YOUR_API_KEY + +# Start chatting +venice chat "Explain quantum computing in simple terms" + +# Generate an image +venice image "A sunset over mountains" --output sunset.png + +# Web search with AI synthesis +venice search "latest developments in AI" +``` + +## Features + +### Core Commands + +| Command | Description | +|---------|-------------| +| `venice chat ` | Chat with AI models | +| `venice search ` | Web search with AI synthesis | +| `venice image ` | Generate images | +| `venice upscale ` | Upscale images | +| `venice tts ` | Text-to-speech | +| `venice transcribe