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 2 3 4 5 6modules: llm: - key: main-llm model: - claude
Rate this page: