Skip to main content
Source Code: src/gaia/llm/
Import: from gaia.llm import LLMClient

Detailed Spec: spec/llm-client Purpose: Unified client for local and cloud LLM providers.

LLM Client

LLMClient is an abstract base class. Use create_client() to get the right provider:

Cloud Providers


Lemonade Client (AMD-Optimized)

Import: from gaia.llm.lemonade_client import DEFAULT_MODEL_NAME, DEFAULT_LEMONADE_URL