Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

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
1 month ago
Release cadence
0 days
Stability
50% stable

Releases

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