Editing
Vibe Coding
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Other === https://github.com/1rgs/claude-code-proxy <pre> git clone https://github.com/1rgs/claude-code-openai.git cd claude-code-openai curl -LsSf https://astral.sh/uv/install.sh | sh uv run uvicorn server:app --host 0.0.0.0 --port 8082 --reload OPENAI_API_KEY="your-openai-key" GEMINI_API_KEY="your-google-key" PREFERRED_PROVIDER="openai" BIG_MODEL="gpt-4o" # Example specific model SMALL_MODEL="gpt-4o-mini" # Example specific model </pre> https://github.com/badlogic/lemmy/tree/main/apps/claude-bridge npm install -g @mariozechner/claude-bridge <pre> # Set API keys (optional - can specify per-command with --apiKey) export OPENAI_API_KEY=sk-... export GOOGLE_API_KEY=... # Discovery workflow claude-bridge # Show available providers claude-bridge openai # Show OpenAI models claude-bridge openai gpt-4o # Run Claude Code with GPT-4 # Advanced usage claude-bridge openai gpt-4o --apiKey sk-... # Custom API key claude-bridge openai llama3.2 --baseURL http://localhost:11434/v1 # Local Ollama claude-bridge openai gpt-4o --baseURL https://openrouter.ai/api/v1 --apiKey sk-or-... # OpenRouter claude-bridge openai gpt-4o --debug # Enable debug logs claude-bridge --trace -p "Hello world" # Spy on Claude β Anthropic communication # All Claude Code arguments work claude-bridge google gemini-2.5-pro-preview-05-06 --resume --continue claude-bridge openai o4-mini -p "Hello world" </pre>
Summary:
Please note that all contributions to pega.life may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Pega.life:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information