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
Apologies for the long silence here, @Shanzita — picking up maintainer triage. This adds Groq provider support (additive, ~77 lines) and looks reasonable in principle, but it's ~5 months behind main and will need a rebase before we can run CI on it. Is this still something you'd like to land? If so, please rebase onto the latest main and I'll review + run the checks. If the models you were targeting are now reachable via an existing provider, we can close it instead.
Hi @yl231, thanks for picking this up! Yes, I'd still like to land this. I've rebased the branch onto the latest main and resolved the conflicts — the change is still purely additive (~77 lines). Pre-commit and the MyPy 3.9–3.12 checks pass locally on the rebased branch, so CI should be green. Ready for review whenever you get a chance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
llm_inference/model_inference.py: Add_call_groq()method and model mappingsmodel_cost/model_cost.json: Add Groq model pricinguniversal_model_names.py: Add Groq model names.env.example: AddGROQ_API_KEYTest plan
Notes
Groq uses OpenAI-compatible API, implementation follows existing patterns (similar to DeepSeek/Perplexity).