From 5de0a7d1f9f29696b27547d41c11a59f0ad1e720 Mon Sep 17 00:00:00 2001 From: nulladdict Date: Thu, 5 Feb 2026 21:59:53 +0100 Subject: [PATCH] Add raptor-mini model to github-copilot provider --- .../github-copilot/models/raptor-mini.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 providers/github-copilot/models/raptor-mini.toml diff --git a/providers/github-copilot/models/raptor-mini.toml b/providers/github-copilot/models/raptor-mini.toml new file mode 100644 index 00000000..82dbd384 --- /dev/null +++ b/providers/github-copilot/models/raptor-mini.toml @@ -0,0 +1,22 @@ +name = "Raptor mini" +family = "raptor" +release_date = "2025-11-10" +last_updated = "2025-11-10" +attachment = true +reasoning = true +temperature = true +knowledge = "2024-06" +tool_call = true +open_weights = false + +[cost] +input = 0 +output = 0 + +[limit] +context = 200_000 +output = 64_000 + +[modalities] +input = ["text", "image"] +output = ["text"]