branch: elpa/gptel
commit 50d1032b45309233dfec6cff5224c3d0420d15ef
Author: Matt Hemsteger <git...@sharecentric.com>
Commit: GitHub <nore...@github.com>

    gptel-gh: Add gpt-5-mini to github copilot (#1038)
    
    gptel-gh.el (gptel--gh-models): Add gpt-5-mini to GitHub Copilot
---
 gptel-gh.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gptel-gh.el b/gptel-gh.el
index ad7900cb6f6..0d29f728a53 100644
--- a/gptel-gh.el
+++ b/gptel-gh.el
@@ -55,6 +55,14 @@
      :input-cost 1.25
      :output-cost 10
      :cutoff-date "2024-09")
+    (gpt-5-mini
+     :description "Faster, more cost-efficient version of GPT-5"
+     :capabilities (media tool-use json url)
+     :mime-types ("image/jpeg" "image/png" "image/gif" "image/webp")
+     :context-window 400
+     :input-cost 0.25
+     :output-cost 2.0
+     :cutoff-date "2024-09")
     (o1
      :description "Reasoning model designed to solve hard problems across 
domains"
      :capabilities (reasoning tool-use)

Reply via email to