Documentation
Venix Docs
Getting Started
- Install Venix from VS Code Marketplace
- Get your free API key at venice.ai/settings/api
- Open VS Code Settings and set
venix.apiKey - Start coding — AI completions appear automatically
Commands
Venix: Explain CodeSelect code and explain it in plain EnglishVenix: Refactor CodeImprove selected code quality and best practicesVenix: Fix CodeDetect and fix bugs in selected codeVenix: Generate CodeGenerate code from natural language descriptionVenix: Open ChatOpen interactive AI chat panelConfiguration
venix.apiKeyVenice.ai API Key (required)
venix.modelAI model: qwen-2.5-coder-32b (default), deepseek-r1-671b, llama-3.3-70b
venix.completionDelayDebounce delay in ms before triggering completion (default: 500)
venix.maxTokensMax tokens for completion response (default: 512)