Install

Works with Drupal: ^10.2 || ^11 || ^12

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 28.16 KB
MD5: 5a9ce1d78a864f7e7e01b1926f6fb05b
SHA-1: a748b8816eecff6fd321f3333f6e980875bbf83e
SHA-256: cd5653f55c897be96cf72e955a23e7633c69c6a280268e1b9d4f2a8b680e6d0b
Download zip 44.44 KB
MD5: 0d8b4d6a832f8f59738ae2ac039461a8
SHA-1: 9d929b17f8056ca92ec480fd1206267d6ec44956
SHA-256: 3d50cdc14984e09257ee1bb2a360957374271b4e494bcda8cfc8afa72f0011cf

Release notes

*First beta of the 1.2 series**

This is a **beta** release. It is recommended to test it in development or staging environments before using it in production.

### Major changes

- **Multi-server (multi-instance) support**:
You can now configure multiple llama.cpp / OpenAI-compatible servers. Each server is exposed as an independent provider (e.g. `llama_cpp:gpu`, `llama_cpp:embeddings`).
- Important breaking change: The plugin ID changed from `llama_cpp` to `llama_cpp:{server_id}`.
- Includes an update hook (10201) that automatically migrates legacy configuration.

- **Key module integration** (update 10202):
API keys are no longer stored as plaintext. They are now managed as secure Key entities.

- **New capabilities**:
- Text to Image generation
- Rerank
- Moderation with native support for LlamaGuard3 and ShieldGemma (including multiple safety policies)

- **Per-server model management**:
- Model filtering using patterns
- Manual operation type overrides per model
- Improved automatic capability detection

- **Stability and improvements**:
- Better derivative handling and per-server caching
- Configurable timeout and authentication per server
- Type safety and static analysis improvements (PHPStan)
- Documentation updates

### Requirements

- Drupal 10.2, 11 or 12
- AI module ^1.2
- Key module ^1.18

### Feedback

Please test this beta and report any issues in the project's issue queue.

A stable 1.2.0 release is planned once this beta has been validated.

Created by: leofishman
Created on: 22 Jun 2026 at 17:36 UTC
Last updated: 22 Jun 2026 at 17:37 UTC
New features

Other releases