diff --git a/providers/github-copilot/models/gemini-3-pro-preview.toml b/providers/github-copilot/models/gemini-3-pro-preview.toml index 7a2017133..f2d175c66 100644 --- a/providers/github-copilot/models/gemini-3-pro-preview.toml +++ b/providers/github-copilot/models/gemini-3-pro-preview.toml @@ -11,8 +11,8 @@ knowledge = "2025-01" open_weights = false [cost] -input = 0 -output = 0 +input = 1 +output = 1 [limit] context = 128_000 diff --git a/providers/github-copilot/models/oswe-vscode-prime.toml b/providers/github-copilot/models/oswe-vscode-prime.toml new file mode 100644 index 000000000..cfc01d05e --- /dev/null +++ b/providers/github-copilot/models/oswe-vscode-prime.toml @@ -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 + +[limit] +context = 128_000 +output = 64_000 + +[modalities] +input = ["text", "image"] +output = ["text"] \ No newline at end of file