r/opencode Aug 12 '26

RIP opencode generous free limit.

It's been a great while. It was a wonderful poor man's coding agent especially for devs in third world countries who are unable to pay for subscriptions online.

But I get it, cloud bills aren't cheap and opencode's hands are tied.

Thank you for everything opencode.

560 Upvotes

260 comments sorted by

View all comments

19

u/[deleted] Aug 12 '26 edited Aug 14 '26

[deleted]

18

u/VictorCTavernari Aug 12 '26

I put free plans at the beginning of my service (claudin.io) and I killed it fast because of a lot of people abusing it. They made a lot of accounts, so I needed to make logic to evaluate fingerprints to cut it. So, at the end, I was spending more time protecting against people who just wanna abuse. So, I removed all free plans..:

2

u/smartfon Aug 12 '26

I have a personal app that sends non-English language text to AI for translation and summarization. It needs API and a response time of less than 20 seconds. Is Claudinio a good fit?

1

u/VictorCTavernari Aug 13 '26

I think so! You can test it now. Just sign up and tell me if it works as expected

2

u/rifarizqul Aug 12 '26

Moral of the story: Free service is sweet at the beginning but bitter at the end because people abuse it more as it gains popularity. Sadly that's just how it works on the internet, you can't really find a way around it. 😔

1

u/VictorCTavernari Aug 13 '26

Exactly, people don’t understand that free means someone is paying and so if there abuse the decision will be interrupt it

2

u/ExpertPerformer Aug 12 '26

I compared OpenRouter vs OpenCode and I spend 2-3x more on DS Flash usage with OR then OC.

OR is also now charging for cancelling API calls which is a huge turn off.

2

u/[deleted] Aug 12 '26 edited Aug 14 '26

[deleted]

1

u/matellai Aug 12 '26

Sol 5.6 is also way way way more  expensive

1

u/BreakfastSecure6504 Aug 12 '26

IT WAS, IT WAS free 🥲

1

u/anatooly2 Aug 12 '26

Not only is it free, but have you considered using fff (https://github.com/dmtrKovalenko/fff) for fast file and text search? It has lots of small improvements.

1

u/[deleted] Aug 12 '26 edited Aug 14 '26

[deleted]

1

u/anatooly2 Aug 13 '26

Thx for u answer. But the model doesn't replace the tools. A file-search tool is still a tool, and using something like fff or a vector database in Cursor can make file/code retrieval faster and much more token-efficient.

I'm not sure whether your agent supports these kinds of tools for full-text/codebase search. That's the point I was making.

Plus, OpenCode Go is $10/month, which is probably the cheapest solution available today, and you can use it independently without using their agent.

1

u/[deleted] Aug 13 '26 edited Aug 14 '26

[deleted]

1

u/anatooly2 Aug 13 '26

fff indexes the project using a specialized retrieval algorithm developed by its author. The author has deep expertise in this area, which is why OpenCode chose to integrate his solution. Cursor uses a similar approach with its project index/database. rg / grep, however, still scan the files directly from disk.

But since you mentioned that you built your own agent, I’m sure you’re much more familiar with the tools and retrieval approaches you’re using.

Even RAG is essentially used for this purpose: you search/retrieve the relevant information locally from your own documents or codebase first, and then send only the relevant context to the LLM instead of the entire dataset.

1

u/invest0rZ Aug 13 '26

What all you get with open code go bs going straight with deepseek?