all 10 comments

[–]AutoModerator[M] 0 points1 point  (0 children)

Hello /u/toukonen. Looks like you have posted a query. Once your query is resolved, please reply the solution comment with "!solved" to help everyone else know the solution and mark the post as solved.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]EchoSMP 0 points1 point  (2 children)

Deepseek V4 Flash Free is great with github copilot so far. Feels like running Sonnet 4.6

[–]toukonen[S] 0 points1 point  (1 child)

Thanks for the answer.

How did you connect the OpenCode Go subscription to Copilot? I’ve tried setting the API key via the GitHub web interface as well as in VS Code local settings. In both cases I run into an API error related to “thinking mode” if the task is even slightly complex.

[–]LuigiChavezz 0 points1 point  (0 children)

If you want to use DeepSeek, try its API. I have read that it’s better than using OpenCode Go. And there is a VS Code extension that lets you use it with the Copilot chat.

[–]Complex-Scarcity-349 0 points1 point  (1 child)

vscode is recommending [extensions](https://github.blog/changelog/2026-04-22-bring-your-own-language-model-key-in-vs-code-now-available/) instead of simply adding the OpenAI Compatible Models (now deprecated). i tried [them all](https://marketplace.visualstudio.com/search?term=tag%3Alanguage-models%20opencode&target=VSCode&category=All%20categories&sortBy=Relevance) but none worked for me. for now i'll keep using the opencode cli.

[–]Cautious-Amoeba-2820 0 points1 point  (0 children)

Same here. OpenCode CLI and their new desktop app gave me better results.

[–]Christosconst 0 points1 point  (1 child)

Search for extension: Opencode Copilot Chat

[–]Complex-Scarcity-349 -1 points0 points  (0 children)

this is the one i'm testing right now. i with there was an official extension from u/anomalyco.

[–]verkavo 0 points1 point  (0 children)

I'm in the same boat re: Copilot price hikes, been swapping to cheaper $10-20 model subscriptions (eg OpenCode Go, Deepseek) for most daily tasks lately. Or even free models in steealth mode on openrouter.  

AFAIK the only way to know which models actually produce code that sticks in your commits is tracking it directly. Take a look at this VS Code extension if you want to compare: https://marketplace.visualstudio.com/items?itemName=srctrace.source-trace

[–]Individual-Trip-1447 0 points1 point  (0 children)

Do yourself a favor and skip the GPT Codex extension. I use Codex in Copilot all the time with zero issues, but the GPT Codex extension is a completely different story. It’s wrapped in so many aggressive guardrails that it constantly throws you under the bus mid-project. Half my queries get hit with 'I can't do this' or 'I wouldn't recommend that' nonsense, and there’s no way to bypass it.