Claude 3.5 Haiku is out, with a couple of surprises
-
Claude 3.5 Haiku is out, with a couple of surprises:
1. It's priced differently from Claude 3 Haiku. 3.5 Sonnet had the same price as 3 Sonnet, but 3.5 Haiku costs ~4x more than 3 Haiku did
2. No image input support yet3.5 Haiku supposedly beats 3 Opus though, and Opus cost 15x the new Haiku price!
Claude 3.5 Haiku
Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.
(www.anthropic.com)
-
Simon Willisonreplied to Simon Willison last edited by
I released a new version of llm-claude-3 adding support for the new model (and fixing an attachments bug): https://github.com/simonw/llm-claude-3/releases/tag/0.8
llm install --upgrade llm-claude-3
llm keys set claude
# paste API key here
llm -m claude-3.5-haiku 'impress me with your wit'I also added 3.5 Haiku to my LLM pricing calculator: https://tools.simonwillison.net/llm-prices
-
Simon Willisonreplied to Simon Willison last edited by
Wrote more about Claude 3.5 Haiku on my blog, including this table showing how the price compares to other leading hosted models https://simonwillison.net/2024/Nov/4/haiku/
-
@simon Isn't Gemini Flash free for now at least? I mostly use it for some simple things for this reason.
-
@xsc it has a rate limited free tier, as do the other Gemini models
-
@simon It seems that we are getting massive discount for using these LLMs. Would you be still using these if, for example, the price doubles?
-
@xsc for personal stuff absolutely - and yes for most of the things I'm building on the APIs