logoalt Hacker News

tipiiraiyesterday at 6:56 AM5 repliesview on HN

Thought Claude models can only be used through Claude Code. I was wrong, I guess.


Replies

helloplanetsyesterday at 7:01 AM

If you use API billing, you can use them from anywhere. But using Claude Code with a Max subscription is massively cheaper for programming. You should never use Claude models for programming through API billing, unless forced. The difference will easily rack up to thousands of dollars for heavy users.

show 1 reply
saddlerustleyesterday at 7:26 AM

It's not allowed, it spoofs claude code's requests.

https://github.com/patriceckhart/zot/blob/main/packages/prov...

show 1 reply
kzrdudeyesterday at 7:42 AM

Claude models are usable through certain github copilot plans, so that's a counterexample, isn't it?

dsrtslnd23yesterday at 7:07 AM

Didn't they allow using oauth in custom harnesses for personal use (e.g. pi.dev)?

show 1 reply
colinmarcyesterday at 7:24 AM

This is trivially circumventable by changing the system prompt (they string match against a blacklist).