Skip to content

feat(providers): add oswe-vscode-prime model for GitHub Copilot#761

Closed
DanRioDev wants to merge 2 commits intoanomalyco:devfrom
DanRioDev:providers/github-copilot/oswe-vscode-prime
Closed

feat(providers): add oswe-vscode-prime model for GitHub Copilot#761
DanRioDev wants to merge 2 commits intoanomalyco:devfrom
DanRioDev:providers/github-copilot/oswe-vscode-prime

Conversation

@DanRioDev
Copy link
Contributor

I added the exclusive Raptor Mini (oswe-vscode-prime) model configuration for GitHub Copilot, it is a Github's tuned GPT-5-mini.

The specs are the same from GPT‑5 mini, and also set the Free tier pricing multiplier as it is.

I ran bun validate to confirm everything is valid.

Copilot AI review requested due to automatic review settings January 29, 2026 20:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new model configuration for GitHub Copilot called "Raptor Mini" (oswe-vscode-prime), described as GitHub's tuned version of GPT-5-mini. The configuration includes model specifications such as context limits, supported modalities, and pricing information.

Changes:

  • Added oswe-vscode-prime.toml configuration file for the Raptor Mini model with specifications matching GPT-5-mini

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +13 to +14
input = 1
output = 1
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pricing configuration is inconsistent with all other GitHub Copilot models. All existing GitHub Copilot models have input = 0 and output = 0 to represent free tier pricing, but this model has input = 1 and output = 1. This should be changed to match the established pattern for GitHub Copilot models.

Copilot uses AI. Check for mistakes.
@DanRioDev DanRioDev force-pushed the providers/github-copilot/oswe-vscode-prime branch from 6ec005b to ad17d4a Compare January 29, 2026 20:44
@rekram1-node
Copy link
Contributor

This model is not meant to be used outside of vscode, we have intentionally removed this model

They asked for it to not be added to models.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants