Forge LLMs is now available as preview feature.
Preview features are deemed stable; however, they remain under active development and may be subject to shorter deprecation windows. Preview features are suitable for early adopters in production environments.
We release preview features so partners and developers can study, test, and integrate them prior to General Availability (GA). For more information, see Forge release phases: EAP, Preview, and GA.
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: