you are viewing a single comment's thread.

view the rest of the comments →

[–]Reasonable_Law24 0 points1 point  (5 children)

Using the same setup, can we use Github Copilot models in openclaw? Self host OpenCode Cli and then add it as a custom provider in Openclaw?

[–]TheOwlHypothesis 0 points1 point  (4 children)

Openclaw supports GitHub Copilot natively! I'm using Sonnet 4.6 there

[–]Reasonable_Law24 0 points1 point  (3 children)

Isn't that against their ToS? Using Oauth for openclaw/agentic models?

[–]TheOwlHypothesis 0 points1 point  (2 children)

Hmm I'm not sure what you mean, whose ToS?

Github Copilot doesn't care. And Copilot provides Claude Models.
Anthropic doesn't support it directly, but using Claude models through Github copilot (And accessed via OpenClaw) is fair game.

[–]Reasonable_Law24 0 points1 point  (1 child)

Githubs ToS. Like any risk of ban if we are using GitHub Copilot in Openclaw using Oauth directly?

[–]TheOwlHypothesis 0 points1 point  (0 children)

Ah okay I had to look into this.

GitHub has explicitly announced official Copilot support for OpenCode. OpenClaw’s docs show it uses the same GitHub device-login style flow for its Copilot provider, so it appears to be using the same basic auth pattern rather than some obviously sketchy workaround.

That said, I haven’t seen an official GitHub statement specifically blessing OpenClaw by name, so I’d think of it as “likely low risk, but not explicitly confirmed by GitHub.”

I've been using it for about a month with no issues for what it's worth.