Claude Code as an API Provider #4262
DanielFerreiraJorge
started this conversation in
Feature Requests
Replies: 2 comments
-
There are a lot of conversations around this on Reddit; should this be an issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
i would love to see something like this, it would allow the use of the claude max subscription with roo-code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As we know, when you have a claude MAX subscription (5x or 20x), we get almost unlimited usage of opus and sonnet WITHOUT consuming API. It is included in the subscription. Also, claude code CLI can operate in a detached mode, meaning that, after wou do the web login and claude code cli is aware of your MAX subscription, you can do a command like:
claude -p "prompt here" --output-format stream-json --allowedTools "Edit,Bash"
and access the model using your subscription.
I think that integrating this command as an "API Provider" in roocode would be a very trivial task.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions