Prerequisites
- Visual Studio Code installed (Download here)
- Comput3 API key (Get yours here)
Recommended Extensions
GitHub Copilot
Alternative: Use Comput3 as OpenAI-compatible backend
CodeGPT
Recommended: Native support for custom API endpoints
Continue
Best Choice: Open-source with full Comput3 support
Tabnine
Enterprise: Custom model deployment options
Setup with Continue Extension (Recommended)
1
Install Continue Extension
- Open VSCode Extensions panel (
Cmd+Shift+XorCtrl+Shift+X) - Search for “Continue”
- Install the Continue extension by Continue Dev

2
Configure Comput3 API
- Open Continue configuration (
Cmd+Shift+P→ “Continue: Open config.json”) - Replace the configuration with:
config.json
3
Test the Setup
- Open any code file in VSCode
- Highlight some code and press
Cmd+Shift+M(orCtrl+Shift+M) - Ask “Explain this code” or request a code review
You should see responses powered by Comput3’s GPU infrastructure.
Setup with CodeGPT Extension
1
Install CodeGPT
- Search for “CodeGPT” in VSCode Extensions
- Install the CodeGPT extension
- Reload VSCode
Environment Variables Setup
For team projects, use environment variables:- macOS/Linux
- Windows
Add to your shell profile (
~/.bashrc, ~/.zshrc):Features and Usage
Code Completion
- Trigger: Type code and pause for auto-suggestions
- Accept: Press
Tabto accept suggestions - Reject: Press
Escor continue typing
Code Chat
- Trigger:
Cmd+Shift+P→ “CodeGPT: Ask” - Usage: Ask questions about your code, request explanations, or get help
Code Generation
- Trigger: Write a comment describing what you want
- Example:
// Create a function to validate email addresses - Generate: Press
Cmd+Enteror use the command palette
Code Review
- Select: Highlight code you want reviewed
- Review: Right-click → “CodeGPT: Review Code”
- Result: Get suggestions for improvements, bugs, and optimizations
Troubleshooting
Extension Not Working
Extension Not Working
Common Issues:
- Restart VSCode after configuration changes
- Check API key is correctly set in settings
- Verify internet connection and firewall settings
API Rate Limits
API Rate Limits
Solutions:
- Monitor usage in Comput3 dashboard
- Implement request queuing
- Consider upgrading your plan
Rate limits reset every minute. Check your current limits at app.comput3.ai.
Model Not Responding
Model Not Responding
Checks:
- Verify model name matches available models
- Test API key with curl:
- Check Comput3 service status
Advanced Configuration
Custom Keybindings
Add to yourkeybindings.json:
Workspace Settings
Create.vscode/settings.json in your project:
Benefits
Native Integration
Seamless integration with VSCode’s existing workflow and shortcuts.
Offline Capable
Continue working with cached responses when connectivity is limited.
Team Consistency
Shared configuration ensures consistent AI assistance across your team.
Privacy Control
Your code stays secure within the Comput3 network infrastructure.