https://llm.ai-nebula.com/v1.| Type | Recommended Model ID | Features |
|---|---|---|
| Top Choice for Coding | claude-sonnet-4-20250514 | Claude 4 Sonnet, strongest coding capability |
gpt-4.1 | Fast speed, strong comprehensive capability | |
deepseek-v3 | Excellent in Chinese coding, high cost-performance ratio | |
| Cost Optimization | gpt-4.1-mini | Lightweight but capable |
claude-3-haiku | Cheapest in Claude series | |
gemini-2.5-flash | Google fast response model | |
| Reasoning Enhancement | o4-mini | Top choice reasoning model for coding tasks |
o3 | Suitable for complex reasoning and algorithmic problems |
claude-sonnet-4-20250514
gpt-4.1
deepseek-v3
o4-mini
gemini-2.5-proCtrl/Cmd + L to open the chat window.| Tool | Agent Mode | Pros | Cons |
|---|---|---|---|
| Cursor | ❌ | Elegant interface, good completion experience | No Agent mode |
| Cline (VS Code) | ✅ | Full Agent features, can automatically modify files | Requires VS Code |
| RooCode (VS Code) | ✅ | Agent mode, supports multi-file editing | Newer, features still being polished |
| Continue (VS Code) | ✅ | Open source, highly customizable | Configuration is relatively complex |
Ctrl/Cmd + K: Open Command Palette.Ctrl/Cmd + L: Open Sidebar Chat.| Shortcut | Function |
|---|---|
Ctrl/Cmd + K | Open AI Command Palette |
Ctrl/Cmd + L | Open AI Chat Sidebar |
Tab | Accept code suggestion |
Esc | Cancel current suggestion |
"Fix this function""Fix the floating-point precision issue in the calculateTotal function, ensuring amounts are calculated to two decimal places"https://llm.ai-nebula.com/v1.claude-sonnet-4-20250514)..cursor-settings.json in the project root directory to unify configuration rules:{
"model": "gpt-4.1",
"temperature": 0.7,
"contextFiles": ["README.md", "package.json"],
"rules": [
"Use TypeScript strict mode",
"Follow ESLint standards",
"Add appropriate comments"
]
}npm audit).Please review this code, focusing on:
1. Performance issues
2. Security vulnerabilities
3. Code standards
4. Best practices