🌐
Reddit
reddit.com › r/claudeai › how to make claude code use other models
r/ClaudeAI on Reddit: How to Make Claude Code Use Other Models
July 17, 2025 - How to Make Claude Code Use Other Models · r/programming • · comment · The stupidest thing about Claude Code is probably this... r/ClaudeAI • · upvotes · · comments · Claude Code is Too Great · r/ClaudeAI • · upvotes · · comments · Made a tool to run Claude Code with other models (including free ones) r/ClaudeAI • ·
🌐
Medium
medium.com › @302.AI › 302-ai-claude-compatible-let-claude-code-support-any-third-party-models-8e6dc96d0310
302.AI Claude Compatible: Let Claude Code support any third-party models | by 302.AI | Medium
July 28, 2025 - However, the significant pain point of Claude Code is that it can only call Anthropic’s own Claude model. Even if users attempt to modify the base URL and connect to other AI model services, they will only be able to use the Claude model.
Discussions

Running Claude Code with a local model or groq.
Someone cloned their code to a repo on GitHub, I’ll find it later, it works with any model More on reddit.com
🌐 r/ClaudeAI
15
9
March 9, 2025
How to Make Claude Code Use Other Models
Use this https://github.com/musistudio/claude-code-router More on reddit.com
🌐 r/ClaudeAI
3
0
July 17, 2025
Do you use other AI models alongside ClaudeCode?
Yes Gemini. Seems pretty good More on reddit.com
🌐 r/ClaudeAI
2
0
May 29, 2025
What’s special about using Claude Code together with Claude models?
automatically build project knowledge from Git history - Don't know about that. Claude Code has a specialised system prompt. More on reddit.com
🌐 r/ClaudeAI
14
0
March 22, 2025
People also ask

Which models does Claude Code use?
Claude Code works with the Opus 4.5, Sonnet 4.5, and Haiku 4.5 models. Enterprise users can run Claude Code using models in existing Amazon Bedrock or Google Cloud Vertex AI instances.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Does Claude Code work with the Claude desktop app?
Yes. Max, Pro, Team, and Enterprise users can access Claude Code on the Claude desktop app.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Is Claude Code secure?
Yes. Claude Code runs locally in your terminal and talks directly to model APIs without requiring a backend server or remote code index. It also asks for permission before making changes to your files or running commands.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
🌐
PixelsTech
pixelstech.net › home › articles › how to make claude code use other models
How to Make Claude Code Use Other Models | PixelsTech
June 27, 2025 - But there is a workaround—just set up an apiKeyHelper. First, add the following to ~/.claude/settings.json (create the file if it doesn’t exist): ... Replace the parameters with your target provider and model.
🌐
GitHub
github.com › 1rgs › claude-code-proxy
GitHub - 1rgs/claude-code-proxy: Run Claude Code on OpenAI models
Use Anthropic clients (like Claude Code) with Gemini, OpenAI, or direct Anthropic backends. 🤝 · A proxy server that lets you use Anthropic clients with Gemini, OpenAI, or Anthropic models themselves (a transparent proxy of sorts), all via LiteLLM.
Starred by 2.7K users
Forked by 369 users
Languages   Python 99.7% | Dockerfile 0.3%
🌐
Hacker News
news.ycombinator.com › item
Is there anything like Claude code for other models such as gemini? | Hacker News
May 6, 2025 - Drop me a line (see profile) if you're interested in beta testing it when it's out · Currently Claude Code is a big value-add for Claude. Google has nothing equivalent; aider requires far more manual work
🌐
GitHub
github.com › ruvnet › claude-flow › wiki › Using-Claude-Code-with-Open-Models
Using Claude Code with Open Models
August 5, 2025 - Claude Code now believes it is talking to Anthropic yet routes to your open model because TGI mirrors the OpenAI schema. Test: ... Streaming works—TGI returns token streams under /v1/chat/completions just like the real OpenAI API. (Hugging Face) HF Inference Endpoints auto-scales, so watch credit burn. (Hugging Face) If you need local control, run TGI in Docker with docker run --name tgi -p 8080:80 ...
Author   ruvnet
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
November 24, 2025 - Enterprise users can run Claude Code using models in existing Amazon Bedrock or Google Cloud Vertex AI instances. Claude Code works on macOS, Linux, and Windows. See full system requirements.
Find elsewhere
🌐
Claude
docs.claude.com › en › docs › claude-code › model-config
Model configuration - Claude Code Docs
# Start with Opus claude --model opus # Switch to Sonnet during session /model sonnet Example settings file: ... The behavior of default depends on your account type. For certain Max users, Claude Code will automatically fall back to Sonnet if you hit a usage threshold with Opus.
🌐
Justin Searls
justin.searls.co › posts › how-to-run-claude-code-against-a-free-local-model
How to run Claude Code against a free local model
March 5, 2025 - After onboarding, click the search icon (or hit Command-Shift-M) and install an appropriate model (I started with "Qwen2.5 Coder 14B", as it can fit comfortably in 48GB) Once downloaded, click the "My Models" icon in the sidebar (Command-3), then click the settings gear button and set the context length to 8192 (this is Anon Kode's default token limit and it currently doesn't seem to respect other values, so increasing the token limit in LM Studio to match is the easiest workaround)
🌐
Claude
claude.ai
Claude
Talk with Claude, an AI assistant from Anthropic
🌐
Builder.io
builder.io › blog › claude-code
How I use Claude Code (+ my best tips)
September 29, 2025 - Claude is also exceptionally good ... like that. It's honestly kind of incredible. Think about it: Cursor built a general-purpose agent that supports multiple models....
🌐
Anthropic
anthropic.com › news › claude-3-7-sonnet
Claude 3.7 Sonnet and Claude Code
We’ve developed Claude 3.7 Sonnet with a different philosophy from other reasoning models on the market. Just as humans use a single brain for both quick responses and deep reflection, we believe reasoning should be an integrated capability of frontier models rather than a separate model entirely.
🌐
Anthropic
anthropic.com › engineering › building-agents-with-the-claude-agent-sdk
Building agents with the Claude Agent SDK
September 29, 2025 - Claude writes Python scripts to create Excel spreadsheets, PowerPoint presentations, and Word documents, ensuring consistent formatting and complex functionality that would be difficult to achieve any other way. In our email agent, we might want to allow users to create rules for inbound emails. To achieve this, we could write code to run on that event: The Model Context Protocol (MCP) provides standardized integrations to external services, handling authentication and API calls automatically.
🌐
Anthropic
anthropic.com › engineering › claude-code-best-practices
Claude Code: Best practices for agentic coding
Claude Code is intentionally low-level and unopinionated, providing close to raw model access without forcing specific workflows. This design philosophy creates a flexible, customizable, scriptable, and safe power tool.
🌐
Reddit
reddit.com › r/claudeai › running claude code with a local model or groq.
r/ClaudeAI on Reddit: Running Claude Code with a local model or groq.
March 9, 2025 -

I've been absolutely amazed by Claude Code, it's like travelling to the future.

But the price is insane, their claim of $100/day is not a lie, once you get going, the price can be crazy.

Has anyone figured out a way to get it to talk to a local model (and which would work well), or with the Groq API?

I tried searching Reddit and Google, and asking Perplexity, and asking OAI Deep Research, and so far nothing, so I don't hold much hope, but asking just in case.

Thanks!

🌐
Anthropic
anthropic.com › claude-code
Claude Code - AI coding agent for terminal & IDE
Enterprise users can run Claude Code using models in existing Amazon Bedrock or Google Cloud Vertex AI instances. Claude Code works on macOS, Linux, and Windows. See full system requirements.
🌐
Anthropic
docs.anthropic.com › en › docs › about-claude › models › overview
Models overview - Anthropic - Claude API
It offers the best balance of intelligence, speed, and cost for most use cases, with exceptional performance in coding and agentic tasks. All current Claude models support text and image input, text output, multilingual capabilities, and vision.
🌐
Anthropic
docs.anthropic.com › en › docs › claude-code › overview
Claude Code overview - Claude Code Docs
Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external data sources like Google Drive, Figma, and Slack.
🌐
Claude
support.claude.com › en › articles › 11145838-using-claude-code-with-your-pro-or-max-plan
Using Claude Code with your Pro or Max plan | Claude Help Center
Model access: Max plan subscribers can use Sonnet or Opus 4.5 on Claude Code (switch between them using the /model command). Best for: Everyday use with larger codebases, or power users.
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
October 29, 2025 - This repository includes several Claude Code plugins that extend functionality with custom commands and agents.
Starred by 48.5K users
Forked by 3.4K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%