from Hacker News

Ask HN: Python Meta-Client for OpenAI, Anthropic, Gemini and other LLM API-s?

by New_California on 3/7/24, 8:09 AM with 2 comments

I am looking for a Python library that generalizes over popular LLM API-s without sacrificing full control (need to use tools, control temp, seed, top-p etc).

Simon Willison llm seems close but seems to focus much on the CLI and not the library, also doesn't seem to give precise control for non-OpenAI models (might be wrong here).

  • by jesse_portal on 3/7/24, 4:34 PM

    Yeah, I was also going to recommend litellm. I've been using it for my LLM assistant app and was able to add support for pretty much any model or provider endpoint by switching out one line of code.
  • by detente18 on 3/7/24, 4:31 PM

    Hey, are you just looking for litellm - https://github.com/BerriAI/litellm

    context - i'm the repo maintainer