File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,26 @@ Pkg.add(url="https://github.com/sixzero/OpenRouterCLIProxyAPI.jl")
2525 ``` bash
2626 systemctl --user restart cliproxyapi.service
2727 ```
28- 2 . Authenticate with your provider (Claude, OpenAI, Gemini, etc.)
28+ 2 . Authenticate with your provider(s):
29+ ``` bash
30+ # OpenAI (Codex) — requires ChatGPT Pro/Plus subscription
31+ ~ /cliproxyapi/cli-proxy-api -config ~ /cliproxyapi/config.yaml -codex-login
32+
33+ # Claude — requires Claude Pro/Max subscription
34+ ~ /cliproxyapi/cli-proxy-api -config ~ /cliproxyapi/config.yaml -claude-login
35+
36+ # Gemini (Google)
37+ ~ /cliproxyapi/cli-proxy-api -config ~ /cliproxyapi/config.yaml -login
38+
39+ # Qwen
40+ ~ /cliproxyapi/cli-proxy-api -config ~ /cliproxyapi/config.yaml -qwen-login
41+
42+ # Add -no-browser to print the URL instead of opening a browser
43+ ```
44+ After authenticating, restart the service:
45+ ``` bash
46+ systemctl --user restart cliproxyapi.service
47+ ```
2948
3049## Usage
3150
You can’t perform that action at this time.
0 commit comments