Does GitHub Copilot use the same models as ChatGPT? #182207
-
Select Topic AreaQuestion GitHub Feature AreaActions BodyDoes GitHub Copilot use the same models as ChatGPT?Are Copilot and ChatGPT using the same AI models under the hood, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
GitHub Copilot and ChatGPT are built for different use cases. While both may use related model families, GitHub Copilot uses
ChatGPT is designed for general conversation and reasoning, Because of this, Copilot does not expose the same model selection |
Beta Was this translation helpful? Give feedback.
-
|
Originally Copilot and ChatGPT used different models ChatGPT uses OpenAI’s general-purpose models like GPT-3.5, GPT-4, GPT-5, etc., optimized for conversation and many tasks. GitHub Copilot originally used OpenAI Codex, a model derived from GPT-3 but fine-tuned specifically for code generation on code repositories. Codex was not the same as ChatGPT’s models. |
Beta Was this translation helpful? Give feedback.
GitHub Copilot and ChatGPT are built for different use cases.
While both may use related model families, GitHub Copilot uses
models that are specifically optimized for:
ChatGPT is designed for general conversation and reasoning,
while Copilot focuses on real-time coding assistance.
Because of this, Copilot does not expose the same model selection
options as ChatGPT.