4.3 KiB
Cursor Integration
Integrate 9Router with Cursor IDE to route your AI requests through 9Router's intelligent routing system.
Prerequisites
- Cursor IDE installed
- Cursor Pro account (required for custom API endpoints)
- 9Router cloud endpoint configured
- API key from 9Router dashboard
⚠️ Important Notes
Cloud Endpoint Required: Cursor routes requests through its own server and does not support localhost endpoints. You must use the 9Router cloud endpoint:
https://9router.com
Cursor Pro Required: This feature requires a Cursor Pro account to use custom API endpoints.
Setup
1. Open Cursor Settings
- Open Cursor IDE
- Go to Settings (Cmd/Ctrl + ,)
- Navigate to Models section
2. Enable OpenAI API
- Find the OpenAI API key option
- Enable the toggle to activate custom API configuration
3. Configure Base URL
Set the base URL to 9Router cloud endpoint:
https://9router.com
Steps:
- In the Models settings, locate the Base URL field
- Enter:
https://9router.com - Click Save
4. Add API Key
- In the API Key field, enter your 9Router API key
- You can find your API key in the 9Router dashboard under Settings → API Keys
- Click Save
5. Add Custom Model
- Click View All Models button
- Click Add Custom Model
- Enter the model name from your 9Router configuration (e.g.,
gpt-4,claude-opus-4-5, etc.) - Click Add
6. Select Model
- In the Cursor chat interface, click the model selector dropdown
- Choose your custom model from the list
- Start using 9Router with Cursor!
Configuration Example
Your Cursor settings should look like this:
OpenAI API: ✓ Enabled
Base URL: https://9router.com
API Key: sk-9router-xxxxxxxxxxxxx
Custom Models: gpt-4, claude-opus-4-5, gemini-2.0-flash
Available Models
You can use any model configured in your 9Router dashboard. Common examples:
| Model Name | Provider | Description |
|---|---|---|
gpt-4 |
OpenAI | GPT-4 Turbo |
gpt-4o |
OpenAI | GPT-4 Optimized |
claude-opus-4-5 |
Anthropic | Claude Opus 4.5 |
claude-sonnet-4-5 |
Anthropic | Claude Sonnet 4.5 |
gemini-2.0-flash |
Gemini 2.0 Flash |
Usage
Chat Interface
- Open Cursor chat (Cmd/Ctrl + L)
- Select your model from the dropdown
- Start chatting with AI through 9Router
Inline Code Generation
- Select code in your editor
- Press Cmd/Ctrl + K
- Enter your prompt
- Cursor will use 9Router to generate code
Code Explanation
- Select code in your editor
- Press Cmd/Ctrl + L
- Ask "Explain this code"
- Get AI-powered explanations through 9Router
Troubleshooting
"Invalid API Key" Error
- Verify your API key in 9Router dashboard
- Make sure you copied the entire key including the
sk-9router-prefix - Check that the API key has not expired
- Try regenerating a new API key
"Model Not Found" Error
- Verify the model name matches exactly with your 9Router configuration
- Check that the provider connection is active in 9Router dashboard
- Ensure the model is available in your connected providers
- Try using the full model name (e.g.,
openai/gpt-4instead ofgpt-4)
Connection Issues
- Verify you are using the cloud endpoint:
https://9router.com - Check your internet connection
- Ensure 9Router cloud service is operational
- Try disabling VPN or proxy if enabled
Localhost Not Working
Remember: Cursor does not support localhost endpoints. You must use the cloud endpoint
https://9router.com. If you need to use a local 9Router instance, consider using a tunneling service like ngrok to expose your local endpoint.
Cloud Endpoint Setup
If you're running 9Router locally and want to use it with Cursor:
- Enable cloud endpoint in 9Router settings
- Configure your cloud endpoint URL in 9Router dashboard
- Use the cloud URL in Cursor settings
- Ensure your local 9Router instance is accessible from the internet
Best Practices
- Use Model Aliases: Create short aliases for frequently used models in 9Router
- Monitor Usage: Check 9Router dashboard for usage statistics and costs
- Rotate API Keys: Regularly rotate your API keys for security
- Test Models: Try different models to find the best one for your use case