pasky / claude.vim

Claude vim plugin for AI pair programming - a hacker's gateway to LLMs
MIT License
166 stars 5 forks source link

free tier without api key possible? #8

Open laoshaw opened 1 month ago

laoshaw commented 1 month ago

can I use this in vim in free-tier before I buy the $20/m plan? do I need a api key for free tier?

codr1 commented 1 month ago

It didn't work for me, but Anthropic is giving away $5 credit right now.
Also - they work different from OpenAI. While OpenAI has the $20 / month plan, Anthropic just charges you for usage. You can buy a block of credits and you don't have to enable automatic top-up. (this is accurate as of 21 Aug 2024)

pasky commented 1 month ago

Interesting, @codr1 how did it behave?

It should work in general (it did for me back in late June I think), just not while having large files open (b/c you hit the aggressive ratelimiting).

codr1 commented 4 weeks ago

I haven't used it extensively in Vim. I am stil in mess-with-neovim mode. I plan to use it extensively next week and will let you know.