branch: elpa/gptel commit cc1b84d5172f94911781ae199c8f1fef8d1961cd Author: FrauH0lle <10484857+frauh0...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
gptel-openai-extras: Update Deepseek model specs (#1054) * gptel-openai-extras.el (gptel-make-deepseek): Adjust `:context-window', `:input-cost' and `:output-cost' to newly documented values. --- gptel-openai-extras.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gptel-openai-extras.el b/gptel-openai-extras.el index c45b4a4ab9c..2c61e1b8306 100644 --- a/gptel-openai-extras.el +++ b/gptel-openai-extras.el @@ -307,14 +307,14 @@ The Deepseek API requires strictly alternating roles (user/assistant) in message (endpoint "/v1/chat/completions") (models '((deepseek-reasoner :capabilities (tool reasoning) - :context-window 64 - :input-cost 0.55 - :output-cost 2.19) + :context-window 128 + :input-cost 0.56 + :output-cost 1.68) (deepseek-chat :capabilities (tool) - :context-window 64 - :input-cost 0.27 - :output-cost 1.10)))) + :context-window 128 + :input-cost 0.56 + :output-cost 1.68)))) "Register a DeepSeek backend for gptel with NAME. For the meanings of the keyword arguments, see `gptel-make-openai'."