Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions providers/github-copilot/models/gemini-3-pro-preview.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ knowledge = "2025-01"
open_weights = false

[cost]
input = 0
output = 0
input = 1
output = 1

[limit]
context = 128_000
Expand Down
22 changes: 22 additions & 0 deletions providers/github-copilot/models/oswe-vscode-prime.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Raptor Mini"
family = "gpt-mini"
release_date = "2025-08-13"
last_updated = "2025-08-13"
attachment = true
reasoning = true
temperature = true
knowledge = "2024-06"
tool_call = true
open_weights = false

[cost]
input = 1
output = 1
Comment on lines +13 to +14
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.

[limit]
context = 128_000
output = 64_000

[modalities]
input = ["text", "image"]
output = ["text"]