Meh, if you want access to the API then pay for the API. It's as simple as that.
It’s because their models burn tokens like crazy. API use is way too expensive Edit: or should I say, the subscription is artificially cheap
Anthropic Explicitly Blocking OpenCode
31–40 of 164 posts
Re: Anthropic Explicitly Blocking OpenCode
#32While Anthropic can choose whatever tool uses their api or subscription but I never fully understood what they gain from having the subscription explicitly only work for claude code. Is the issue that it disincentivizes the use of their API?
Re: Anthropic Explicitly Blocking OpenCode
#33While Anthropic can choose whatever tool uses their api or subscription but I never fully understood what they gain from having the subscription explicitly only work for claude code. Is the issue that it disincentivizes the use of their API?
re the whole unused capacity is the nature of inference on GPUs. In any cluster, you can batch inputs (ie takes same time for say 1 query or 100 as they can be parallelized) and now continuous batching[1] exists. With API and bursty nature of requests, clusters would be at 40%-50% of peak API capacity. Makes sense to divert them to subscriptions. Reduces api costs in future, and gives anthropic a way to monetize unused capacity. But if everyone does it, then there is no unused capacity to manage and everyone loses.
Re: Anthropic Explicitly Blocking OpenCode
#34While Anthropic can choose whatever tool uses their api or subscription but I never fully understood what they gain from having the subscription explicitly only work for claude code. Is the issue that it disincentivizes the use of their API?
Re: Anthropic Explicitly Blocking OpenCode
#35Re: Anthropic Explicitly Blocking OpenCode
#36When using their web UI with Firefox and ublock origin it regularly freezes the tab when the answer is written out. Someone at Anthropic had to create a letter-by-letter typing animation with GIF image and sentry callbacks every five seconds, which ends up in an infinite loop. I've seen reports about this bug affecting Firefox users since Q3 2025. They were reported over various channels. Not a fan of them prioritizi…
Re: Anthropic Explicitly Blocking OpenCode
#37Given that Claude Code is a scriptable CLI tool with an SDK, why can't OpenCode just call Claude instead of reusing its auth tokens?
Re: Anthropic Explicitly Blocking OpenCode
#38I believe LLM providers should ultimately be utilities from a consumer perspective, like water suppliers. I own the faucet, washer, bathtub, and can switch suppliers at will. I’ve been working on a FOSS client for them for nearly three years. I hope that why the following is purely a factual distinction, not an excuse or an attempt to empathize. The difference between the other entities named and OpenCode is this: Op…
It's up to operating systems to offer a content consumption experience for end users which reverses the role of platforms back to their original, most basic offers. They all try to force you into their applications which are full of tracking, advertisements, upsells, and anti-consumer interface design decisions.
Ideally the operating system would untangle the content from these applications and allow the end user to consume the content in a way that they want. For example Youtube offers search, video and comments. The operating system should extract these three things and create a good UI around it, while discarding the rest. Playlists and viewing history can all be managed in the offline part of the application. Spotify offers music, search and lyrics but they want you to watch videos and use social media components in their very opinionated UIs, while actively fighting you to create local backup of your music library.
Software like adblockers, yt-dlp and streamlink are already solving parts of these issues by untangling content from providers for local consumption in a trusted environment. For me the fight by Anthropic against OpenCode fits into this picture.
These companies are acting hostile even towards paying customers, each of them trying to build their walled gardens.
Re: Anthropic Explicitly Blocking OpenCode
#39Earlier quoted context omitted.
I believe they want you to use the API subscription if you want to use their service with OpenCode. It's possible, just more expensive.
That is analogous to the water company charging you more if you use a faucet from another company. It's not a fair competition. That's why we are supposed to have legislation to regulate that utilities and common carriers can't behave that way.