Skip to content

Replace deprecated Groq model (llama-3.3-70b-versatile) #1

Description

@Lothnic

Description

The project currently uses the llama-3.3-70b-versatile Groq model, which has been deprecated by Groq.

According to Groq's announcement, the model will be decommissioned on August 16, 2026. After that date, API requests using this model will no longer be served.

Suggested Fix

Replace llama-3.3-70b-versatile with one of Groq's recommended replacement models, such as:

gpt-oss-120b
qwen3.6-27b

It would also be beneficial to make the model name configurable through an environment variable to simplify future model migrations.

Contribution

I'd be happy to work on this. If this change is acceptable, I can raise a PR to update the deprecated model to a supported one and make any necessary configuration changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions