Forge LLMs is available through Forge's Early Access Program (EAP). EAP grants selected users early testing access for feedback; APIs and features in EAP are experimental, unsupported, subject to change without notice, and not recommended for production — sign up here to participate.
For more details, see Forge EAP, Preview, and GA.
Use the llm module to enable Forge Large Language Model (LLM) capabilities in your app. You can only define this module once per app.
See the Forge LLMs API runtime reference for detailed information about implementing LLM capabilities in your app.
Adding the llm module to your manifest will trigger a major version upgrade. See Versioning for more details.
| Property | Type | Required | Description |
|---|---|---|---|
key | string | Yes |
A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: |
model | string[] | Yes |
List of LLM model families to enable. The value must be an array. Currently only Example: |
1 2modules: llm: - key: main-llm model: - claude
Rate this page: