Skip to main content
Version: 0.1.0

Configure an LLM provider

Goal-oriented guide for wiring up an LLM provider. It assumes you already have AgentForge4j on your classpath (see the Quick start).

:::note Authoritative lists The configuration keys and provider names are generated from source — see the Configuration reference and Provider support for the authoritative lists. :::

Choosing a provider

Providers are discovered at runtime through a service-provider interface. The set of supported providers and whether each requires an API key is listed on the Provider support page.

Supplying configuration

AgentForge4j accepts configuration through more than one surface — the framework-agnostic bootstrap builder, environment variables and system properties, and (when you use the Spring Boot starter) Spring configuration properties. All surfaces are documented in the Configuration reference.