Reading around a bit. Do I actually need an API to run this once Cursor have it optimised? It seems like it is offered as part of the cursor package. maybe I’m wrong.
Currently using my Gemini API key and requests are being processed through it, but the way prompts get sent through Cursor isn’t as straightforward as just typing something into chat and putting it into Google AI Studio.
Cursor needs to make sure that both the prompt and reply are sent and received in a way that seamlessly works with agent mode.
So yes, using your own API key will route requests and costs through your API key, however Cursor still needs to add agent and tool support to the model even if you’re using your API. That being said, even “un-optimized” models work in Ask mode.
Not even close. Gemini has tons of hallucinations and issues with writing code atm.
However it’s huge context window makes it incredible at generating rules and plans that can be handed off to another agent to complete the task. Until Google gets code-gen sorted out, for anything complex I use it to implement a plan in natural language that I’ll then give to claude