Skip to content

Commit

Permalink
gptel-anthropic: Add Claude 3.5 Haiku support
Browse files Browse the repository at this point in the history
* gptel-anthropic.el (gptel--anthropic-models): Add support for
Claude 3.5 Haiku (claude-3-5-haiku-20241022).
  • Loading branch information
karthink committed Nov 5, 2024
1 parent b7ce74b commit af6c492
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gptel-anthropic.el
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@ files in the context."
:input-cost 15
:output-cost 75
:cutoff-date "2023-08")
(claude-3-5-haiku-20241022
:description "Intelligence at blazing speeds"
:capabilities (media tool)
:mime-types ("image/jpeg" "image/png" "image/gif" "image/webp")
:context-window 200
:input-cost 1.00
:output-cost 5.00
:cutoff-date "2024-07")
(claude-3-haiku-20240307
:description "Fast and most compact model for near-instant responsiveness"
:capabilities (media tool)
Expand Down

0 comments on commit af6c492

Please sign in to comment.