Prerequisites
- Cursor editor installed (Download here)
- Comput3 API key (Get yours here)
Configuration Steps
1
Open Cursor Settings
Open Cursor and navigate to Settings → General → Models

2
3
Test the Configuration
- Open any code file in Cursor
- Press
Cmd+K(macOS) orCtrl+K(Windows/Linux) to open the AI chat - Ask a coding question to test the connection
You should see responses powered by Comput3’s GPU infrastructure.
Advanced Configuration
Environment Variables (Recommended)
For team projects, use environment variables to manage API keys securely:- macOS/Linux
- Windows
Add to your Then restart your terminal and Cursor will automatically use this key.
~/.bashrc, ~/.zshrc, or ~/.profile:Custom Model Configuration
Configure specific models for different use cases:Code Generation Models
Code Generation Models
Best for: Writing new code, implementing features
Code Review Models
Code Review Models
Best for: Code analysis, bug detection, optimization
Documentation Models
Documentation Models
Best for: Writing documentation, comments, explanations
Troubleshooting
Connection Issues
Connection Issues
Error: “Failed to connect to API”Solutions:
- Verify your API key is correct and active
- Check if your firewall allows HTTPS connections
- Ensure the base URL is exactly:
https://api.comput3.ai/v1
Authentication Errors
Authentication Errors
Error: “Invalid API key” or “Unauthorized”Solutions:
- Double-check your API key from the Comput3 dashboard
- Ensure there are no extra spaces or characters
- Verify your account has sufficient credits
Rate Limiting
Rate Limiting
Error: “Rate limit exceeded”Solutions:
- Wait for the rate limit window to reset
- Consider upgrading your Comput3 plan
- Implement request queuing in your workflow
Check your current rate limits in the Comput3 Dashboard.
Benefits of Using Comput3
Faster Response Times
Distributed GPU infrastructure provides significantly faster AI responses compared to standard APIs.
Cost Effective
Competitive pricing with transparent per-token billing and no hidden fees.
High Availability
99.9% uptime with automatic failover across multiple GPU clusters.
Privacy Focused
Your code never leaves the secure Comput3 network infrastructure.