Skip to main content
For free and developer tiers, Groq will shut down llama-3.3-70b-versatile on August 16, 2026. Replace it with openai/gpt-oss-120b before that date. See Groq deprecations.
research_agent_seltz.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Replace Llama 3.3

Replace llama-3.3-70b-versatile with openai/gpt-oss-120b in the saved file.
5

Run the example

Save the code above as research_agent_seltz.py, then run:
Full source: cookbook/90_models/groq/research_agent_seltz.py