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"]