GitHub Copilot grok-4.5 is routed to Chat Completions during model generation #1406
jay-tau
started this conversation in
Bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
GitHub Copilot
grok-4.5is still classified asopenai-completionsduring model generation, but Copilot exposes this model through the Responses API. Requests then fail with:Current behavior
github-copilot/grok-4.5.packages/ai/scripts/generate-models.tssends onlygpt-5*andoswe*Copilot models toopenai-responses.packages/airuns model generation as part of its build, so a build against the current catalog generatesgrok-4.5withapi: "openai-completions".Expected behavior
Map the exact GitHub Copilot model ID
grok-4.5toopenai-responses.Related: #875 (original report), #906 (validated fix), and #611 (regeneration output).
I already have a focused fix and regression test validated in #906. I'm happy to rebase/update it and submit the fix if a maintainer would like me to.
All reactions