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
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
Langchain offers a smooth interface to connect with Groq APIs via package langchain-groq and its object ChatGroq. The interface is analogous to what you offer for other LLM providers, e.g., OpenAI or Anthropic.
Unfortunately, as reported in the official documentation, unlike ChatOpenAI and ChatAnthropic, ChatGroq does not support multimodal inputs.
This is a huge limitation: several models available on Groq support images, audios, and even videos.
Motivation
I would like to try Groq models for my multimodal RAG application, but I cannot as long as image inputs are not supported.
This is a bit frustrating - Groq is a major provider of open-source LLMs, and it is especially useful when users need lightning-fast inference, which is my case.
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.
-
Checked
Feature request
Langchain offers a smooth interface to connect with Groq APIs via package langchain-groq and its object ChatGroq. The interface is analogous to what you offer for other LLM providers, e.g., OpenAI or Anthropic.
Unfortunately, as reported in the official documentation, unlike ChatOpenAI and ChatAnthropic, ChatGroq does not support multimodal inputs.
This is a huge limitation: several models available on Groq support images, audios, and even videos.
Motivation
I would like to try Groq models for my multimodal RAG application, but I cannot as long as image inputs are not supported.
This is a bit frustrating - Groq is a major provider of open-source LLMs, and it is especially useful when users need lightning-fast inference, which is my case.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions