You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LiteLLM has become my go-to model inference layer due to its seamless support for all different models. While playing with different AI agent frameworks, I found out that Pydantic AI doesn't have a LiteLLM integration wheras LangChain or Smolagents have. So I thought of creating a Python package, inspired by langchain-litellm.
I am thinking of adding this to LiteLLM documentation but not sure whether I should just add it in the doc and raise a PR. So thought that better ask first.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
LiteLLM has become my go-to model inference layer due to its seamless support for all different models. While playing with different AI agent frameworks, I found out that Pydantic AI doesn't have a LiteLLM integration wheras LangChain or Smolagents have. So I thought of creating a Python package, inspired by
langchain-litellm
.So introducing
pydantic-ai-litellm
:I am thinking of adding this to LiteLLM documentation but not sure whether I should just add it in the doc and raise a PR. So thought that better ask first.
Also, any issues and PRs are welcome!
Beta Was this translation helpful? Give feedback.
All reactions