zya / litellmjs

JavaScript implementation of LiteLLM.
MIT License
85 stars 14 forks source link

Support for Claude 3 models - Haiku, Sonnet, Opus #15

Open ayush-bharti opened 3 months ago

ayush-bharti commented 3 months ago

Hi, thanks for working on this library.

Currently trying to use any of the Claude 3 models gives an error e.g. '"claude-3-haiku-20240307" is not supported on this API. Please use the Messages API instead.'

Are there any plans to support the new Claude 3 models?

zya commented 3 months ago

Yes, will be adding anthropic support soon. When I get a chance.