Claude Code’s Hidden Advisor Tool
In a typical multi-agent setup, the smartest model is in charge. It plans, decomposes the task, and sends smaller pieces to cheaper…
Cursor is a VSCode fork with built-in support for large language models (LLMs). It allows users to select code, hit Ctrl+K, write an LLM prompt, and see how the LLM writes or changes code for them. Cursor is backed by OpenAI, which is why they currently only support OpenAI's API and models (GPT-4 and GPT-3).
Recently, Anthropic released Claude 3 Opus, a new model that outperforms GPT-4 in code generation. Many Cursor users have expressed interest in using Claude 3 Opus, but Cursor hasn't integrated it yet.
Update: You can now simply add "claude-3-opus" as a custom model in the Settings page without using OpenRouter. Just do steps 4, 5, 6, 8, 9, then enter "claude-3-opus", then step 11 and close settings.
OpenRouter.ai is a SaaS that provides an API mimicking the OpenAI API, but allows users to choose from a large list of models, including open-source models, proprietary models like OpenAI's GPT models, and Anthropic's Claude 3 models.
By using OpenRouter, we can use Claude 3 Opus (or any other supported model) in Cursor.
Ctrl+Shift+J to enter Cursor settings.Ctrl+K or chat.With this setup, you're not limited to using Claude 3 Opus. You can use any of the models supported by OpenRouter. Check out the list of supported models for more options.
Give Vroni a GitHub issue, bug report, spec, or rough idea. It reads the repo, plans the change, writes code, runs checks, and works toward a review-ready pull request.
Take a look at vroni.com