• Scaleway Generative AI Application - Screen-Thumbnail
  • Scaleway Generative AI Application - Screen-Thumbnail
  • Scaleway Generative AI Application - Screen-Thumbnail
  • Scaleway Generative AI Application - Screen-Thumbnail
  • Scaleway Generative AI Application - Screen-Thumbnail
  • Scaleway Generative AI Application - Screen-Thumbnail
  • Scaleway Generative AI Application - Screen-Thumbnail
placeholder
Asset Version: 1.0.0
Last Published: Jun 24, 2026
The Scaleway Generative AI application in this Volt MX project provides a mobile-first, multimodal assistant experience backed by Scaleway GenAI services through HCL Volt MX Foundry. Users can send text prompts, attach up to four images in a single request, choose a model from settings, and receive contextual responses in a chat interface with conversation history.
Requirements
  • HCL Volt MX Iris
  • HCL Volt MX Foundry
Devices
  • phone
Platforms
  • iOS
  • android
  1. Features:
  • Advanced Text and Chat Generation: Generate conversational responses using createChatCompletion and createResponse endpoints.
  • Multimodal Support: Combine prompt text and image URLs in message content for visual reasoning workflows.
  • Model Control: Select model per request and tune behavior through operation-specific parameters.
  • Structured Outputs: Use response formats supported by selected operations for consistent downstream integration.
  • Embeddings: Generate vectors through createEmbedding for semantic matching and retrieval use cases.
  • Reranking: Rank candidate documents with rerankDocuments for retrieval-augmented experiences.
  • Model Discovery and Batch Jobs: Use listModels, createBatch, listBatches, getBatch, and cancelBatch operations as needed