Earlier quoted context omitted.
You can still use OpenCode with the Anthropic API.
Yep. That's what I do. Just API keys and you can switch from Opus to GPT especially this week when Opus has been kind of wonky.
OpenCode – Open source AI coding agent
11–20 of 700 posts
Re: OpenCode – Open source AI coding agent
#12If I wanted to switch from Claude Code to this - what openai model is comparable to opus 4.6? And is it the same speed or slower/faster? Thank you!
Re: OpenCode – Open source AI coding agent
#13Re: OpenCode – Open source AI coding agent
#14isn't this the one with default-on need code change to turn off telemetry?
Re: OpenCode – Open source AI coding agent
#15The Agent that is blacklisted from Anthropic AI, soon more to come. I really like how their subagents work, as a bonus I get to choose which model is in which agent. Sadly I have to resort to the mess that Anthropic calls Claude Code
Re: OpenCode – Open source AI coding agent
#16i've been using this as my primary harness for llama.cpp models, Claude, and Gemini for a few months now. the LSP integration is great. i also built a plugin to enable a very minimal OpenClaw alternative as a self modifying hook system over IPC as a plugin for OpenCode: https://github.com/khimaros/opencode-evolve -- and here's a deployment ready example making use of it which runs in an Incus container/VM: https://gi…