Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Unleashing multimodal magic with RamaLama

Introducing RamaLama's new multimodal feature

June 20, 2025
Eric Curtin Daniel Walsh Stef Walter Kevin Pouget
Related topics:
Artificial intelligenceContainersOpen source
Related products:
Red Hat AI

    The world of AI is rapidly evolving, and with it, the need for flexible, powerful, and easily deployable models. At Red Hat, we're always looking for ways to empower developers to build the next generation of intelligent applications. That's why we're thrilled to highlight RamaLama's new multimodal feature, bringing cutting-edge vision-language models (VLMs) directly to your fingertips, seamlessly integrated with the power of containers.

    Beyond text: Embracing the multimodal revolution

    While large language models (LLMs) have taken the world by storm with their text generation capabilities, the real power of AI lies in its ability to understand and interact with the world in a more holistic way. This is where multimodal models come in, bridging the gap between different data types–think images, audio, and text–to create a richer, more nuanced understanding.

    Multimodal

    Multimodal models bridge the gap between different data types, such as images, audio, and text, allowing AI to process and generate information across these diverse modalities. Unlike traditional LLMs that primarily focus on text-in and text-out, multimodal models can, for example, take an image as input and generate a descriptive text, or process spoken language to control a visual output. This capability enables a richer, more nuanced understanding and interaction with the world.

    RamaLama now allows you to easily download and serve multimodal models, opening up a world of possibilities for applications that can see, understand, and respond to visual information alongside text.

    Getting started: Serving your VLM with RamaLama

    The process is incredibly straightforward. With RamaLama, you can get a multimodal model up and running with a single command:

    ramalama serve smolvlm

    This command handles everything from downloading the smolvlm model to setting up the necessary infrastructure to serve it. Behind the scenes, RamaLama leverages the power of containers to ensure a consistent and isolated environment for your model.

    Connecting your web application: A camera demo

    Once your smolvlm model is served, you can easily connect to it using an application. Imagine building an interactive application that can analyze images from a user's camera in real time and provide intelligent responses. RamaLama makes this a reality.

    You can explore a practical example of this in action with the camera-demo.html in the RamaLama repository. This demo showcases how a simple web page can send image data to your running smolvlm instance and receive insights back, all thanks to the robust back end provided by RamaLama. See Figure 1.

    Animation of a web page shows a person in a blue and white shirt putting on Yoda ears. Below the camera are three fields: Base API (set to localhost:8080), Instruction (Who is Stef dressed up as today?), and Response, which provides a changing set of responses such as "Stef is dressed up as a bunny today."
    Figure 1: Demo showing an interactive application that analyzes images from a user's camera in real time.

    The containerization magic: How RamaLama elevates llama-server

    One of RamaLama’s core strengths lies in its intelligent containerization of llama-server. By default, RamaLama packages llama-server within a container, providing several key benefits:

    • Portability: Your llama-server instance, along with all its dependencies, is self-contained. This means you can run it consistently across different environments, from your local development machine to a production server, without worrying about dependency conflicts.
    • Isolation: The containerized environment ensures that llama-server operates in its own isolated space, preventing interference with other applications on your system.
    • Scalability: With containerization, scaling your llama-server instances becomes much simpler, allowing you to handle increased demand by spinning up more containers as needed.
    • Simplified deployment: RamaLama handles the intricacies of setting up and configuring llama-server within a container, significantly reducing the complexity of deployment for developers.

    Acknowledging the foundations: llama.cpp

    It's crucial to acknowledge the foundational work that makes such powerful multimodal capabilities possible. The underlying technology often relies on community efforts. In this case, much credit goes to the impressive llama.cpp project, which has been instrumental in bringing these models to a wider audience with its efficient and flexible implementation.

    Furthermore, we extend our sincere gratitude to Xuan-Son Nguyen (Hugging Face) and the llama.cpp community for their invaluable contributions and dedicated efforts within the llama.cpp ecosystem. His work, and the work of many others in the open source community, are what truly drive innovation and empower developers to build incredible things.

    Join the multimodal journey!

    RamaLama's multimodal feature, powered by containerized llama-server and built upon the excellent work of projects like llama.cpp, represents a significant step forward for developers looking to integrate advanced AI capabilities into their applications. We encourage you to explore RamaLama, experiment with the smolvlm model, and start building the next generation of intelligent, multimodal experiences.

    Head over to RamaLama to learn more and get started today! We can't wait to see what you'll create.

    Related Posts

    • How RamaLama makes working with AI models boring

    • Introducing Podman AI Lab: Developer tooling for working with LLMs

    • Simplify AI data integration with RamaLama and RAG

    • Podman AI Lab and RamaLama unite for easier local AI

    • How RamaLama runs AI models in isolation by default

    • Getting started with Podman AI Lab

    Recent Posts

    • Protect data offloaded to GPU-accelerated environments with OpenShift sandboxed containers

    • Case study: Measuring energy efficiency on the x64 platform

    • How to prevent AI inference stack silent failures

    • Preventing GPU waste: A guide to JIT checkpointing with Kubeflow Trainer on OpenShift AI

    • How to manage TLS certificates used by OpenShift GitOps operator

    What’s up next?

    Learn how to access a large language model using Node.js and LangChain.js. You’ll also explore LangChain.js APIs that simplify common requirements like retrieval-augmented generation (RAG).

    Start the activity
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.