Skip to content

Groq Settings

OpenAICompatible setup

python
from agently import Agently

Agently.set_settings("OpenAICompatible", {
  "base_url": "https://api.groq.com/openai/v1",
  "api_key": "YOUR_GROQ_API_KEY",
  "model": "llama-3.1-70b-versatile"
})