Ai Provider Amazeeio Recipe
This recipe installs and configures the amazee.ai AI Provider for Drupal. It offers a smooth path for automated installations and quick trials, including the ability to automatically provision a free anonymous trial account.
This recipe installs and configures the amazee.ai AI Provider for Drupal AI setups, with a smooth path for automated installs and quick trials.
Install and apply
composer require drupal/ai_provider_amazeeio_recipe -WApply the recipe from its folder path:
drush recipe [RECIPES_PATH_FOLDER]/ai_provider_amazeeio_recipeDrush supports passing recipe inputs using --input=RECIPE_NAME.INPUT_NAME=VALUE.
Quick trial (non-interactive)
If you apply the recipe non-interactively (or run interactively and provide no inputs), the recipe provisions a free anonymous Amazee AI trial account automatically.
drush recipe [RECIPES_PATH_FOLDER]/ai_provider_amazeeio_recipe -n # or drush recipe [RECIPES_PATH_FOLDER]/ai_provider_amazeeio_recipe -y-y auto-accepts defaults and is equivalent to --no-interaction.
Configure explicitly (CI-friendly)
Pass values directly (repeat --input as needed).
drush recipe [RECIPES_PATH_FOLDER]/ai_provider_amazeeio_recipe \ --input=ai_provider_amazeeio_recipe.llm_host={llm_host_name} \ --input=ai_provider_amazeeio_recipe.llm_api_key={llm_api_key} \ --input=ai_provider_amazeeio_recipe.postgres_db_host={postgres_host} \ --input=ai_provider_amazeeio_recipe.postgres_db_port={postgres_port} \ --input=ai_provider_amazeeio_recipe.postgres_db_username={postgres_username} \ --input=ai_provider_amazeeio_recipe.postgres_db_password={postgres_password} \ --input=ai_provider_amazeeio_recipe.postgres_db_default_database={postgres_database}
Next steps
After the amazee.ai provider is installed, additional AI-related recipes can be applied as needed.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.3.x-dev | Dev | Jul 6, 2026 | |||
| 1.3.0 | Stable | May 25, 2026 | |||
| 1.3.0-alpha1 | Pre-release | Mar 26, 2026 | |||
| 1.2.1 | Stable | Jan 9, 2026 | |||
| 1.2.0 | Stable | Nov 21, 2025 | |||
| 1.2.0-beta1 | Pre-release | Oct 28, 2025 | |||
| 1.2.x-dev | Dev | Oct 28, 2025 | |||
| 1.1.0 | Stable | Sep 3, 2025 | |||
| 1.0.2 | Stable | Aug 8, 2025 | |||
| 1.0.1 | Stable | Aug 8, 2025 | |||
| 1.0.0 | Stable | Aug 8, 2025 | |||
| 1.1.0-beta3 | Pre-release | Aug 7, 2025 | |||
| 1.1.0-beta2 | Pre-release | Aug 7, 2025 | |||
| 1.1.x-dev | Dev | 1.1.x | Aug 7, 2025 | ||
| 1.1.0-beta1 | Pre-release | Aug 7, 2025 | |||
| 1.0.0-beta3 | Pre-release | D10 compatibility fix | Mar 25, 2025 | ||
| 1.0.0-beta2 | Pre-release | Mar 21, 2025 | |||
| 1.0.0-beta1 | Pre-release | Mar 14, 2025 | |||
| 1.0.x-dev | Dev | Mar 12, 2025 |