Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module integrates your Drupal site with Quant Cloud, allowing you to use various AI models for chat, image generation, and text embeddings without managing infrastructure. It also provides a managed vector database for semantic search and retrieval-augmented generation.

Quant Cloud AI Provider

Code is currently in GitHub, but will be synced to drupal.org soon.

This module provides a Quant Cloud provider for the AI module. It connects your Drupal site to Quant Cloud, a managed AI platform with access to foundation models from Anthropic (Claude), Amazon, and Cohere.

Quant Cloud handles the infrastructure, streaming, and scaling. No direct cloud provider credentials or AI infrastructure management required.

Integrated AI and Vector Database

Quant Cloud provides both LLM access and a managed vector database through a single API. This means:

  • One provider for chat, embeddings, image generation, and vector storage
  • No separate database infrastructure to provision or maintain
  • Index content directly - send text, get searchable vectors
  • Single API key for all operations

This simplifies RAG (retrieval-augmented generation) and semantic search implementations by removing the need to coordinate multiple services.

What does it do?

This module provides the following AI module operation types:

  • Chat - Conversational AI with message history, streaming responses, and tool calling
  • Embeddings - Generate vector embeddings for text using Titan or Cohere models
  • Text-to-Image - Generate images from text prompts using Nova Canvas
  • Image-to-Image - Transform images with variations, inpainting, outpainting, and background removal
  • Vector Database - Store and search embeddings with semantic similarity

Available Models

Chat / Text Generation

  • Claude model family (Opus 4.5, Sonnet 4.5, Haiku 4.5, and earlier versions)
  • Nova Pro, Nova Lite, Nova Micro

Embeddings

  • Titan Embed Text v1 and v2
  • Cohere Embed English/Multilingual v3

Image Generation

  • Nova Canvas (text-to-image, inpainting, outpainting, background removal)

Features

Chat

  • Multi-turn conversations with message history
  • Real-time streaming via Server-Sent Events
  • Tool/function calling
  • Structured JSON output with schema validation
  • Multimodal input (images, documents)

Image Generation

  • Text-to-image generation
  • Image variations from reference images
  • Inpainting and outpainting
  • Background removal
  • Multiple style presets
  • Resolutions up to 2048x2048

Vector Database

  • Managed vector storage (no external database required)
  • Automatic embedding generation from text
  • Semantic similarity search
  • Integration with Search API via AI Search module

Requirements

For vector database features:

Configuration

  1. Install and enable the module and its dependencies
  2. Navigate to Administration > Configuration > AI > Quant Cloud
  3. Click "Connect to Quant Cloud" to authenticate via OAuth
  4. Select your default models for each operation type

Related Modules

  • AI - Required base module that provides the provider plugin system
  • AI Search - Integrates AI embeddings with Search API
  • Key - Secure storage for API credentials

Documentation

Activity

Total releases
2
First release
Feb 2026
Latest release
4 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
1.0.0 Stable Feb 27, 2026
1.x-dev Dev Feb 27, 2026