# multimodal-ai

Published articles for multimodal-ai.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building Pinterest's VLM Serving Stack on NVIDIA Dynamo

DevFeed: [Building Pinterest's VLM Serving Stack on NVIDIA Dynamo](<https://devfeed.tech/articles/building-pinterest-s-vlm-serving-stack-on-nvidia-dynamo-1229.md>)

Original publisher: [Read original article](<https://medium.com/pinterest-engineering/building-pinterests-vlm-serving-stack-on-nvidia-dynamo-0dce6e93d0f3?source=rss----4c5a5f6279b6---4>)

Author: Pinterest Engineering

Published: 2026-09-10T23:08:16Z

Content type: article

Language: en

Sources: [Pinterest Engineering Blog - Medium](<https://devfeed.tech/sources/pinterest-engineering-blog-medium.md>)

Topics: [vlm](<https://devfeed.tech/topics/vlm.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Open Source Models & Datasets](<https://devfeed.tech/topics/open-source-models-datasets.md>)

Tags: [blackwell](<https://devfeed.tech/tags/blackwell.md>), [cache](<https://devfeed.tech/tags/cache.md>), [dynamo](<https://devfeed.tech/tags/dynamo.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [nvidia-blackwell](<https://devfeed.tech/tags/nvidia-blackwell.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [performance](<https://devfeed.tech/tags/performance.md>), [pinterest](<https://devfeed.tech/tags/pinterest.md>), [vllm](<https://devfeed.tech/tags/vllm.md>), [vlm](<https://devfeed.tech/tags/vlm.md>), [vlm-serving](<https://devfeed.tech/tags/vlm-serving.md>)

### AI overview

Pinterest describes its VLM serving stack built on NVIDIA Blackwell GPUs and NVIDIA Dynamo. The stack addresses multimodal inference demands such as image processing, variable prefill costs, KV-cache pressure, routing, and cache offloading.

### Source excerpt

Lei Pan | Senior Software Engineer; Salina Wu | Senior Software Engineer; Cristian Lopez | Software Engineer I; Guangtong Bai | Staff Software Engineer; Soam Acharya | Principal Engineer; Saurabh Vishwas Joshi | Principal Engineer; Chia-Wei Chen | Staff Software Engineer; Ambud Sharma | Principal Engineer Why VLM Serving Matters at Pinterest Pinterest is a visual search and discovery platform, so its AI systems must reason over both language and visual content. Vision-language models (VLMs), which can interpret images, compare visual candidates, and respond naturally to user intent, are becoming the foundation for the next generation of Pinterest experiences: Pinterest Assistant, hybrid search, multimodal reranking, content understanding, signal generation, content safety, and more. This direction also reflects Pinterest's broader strategy to customize open-source models to meet its product & scale needs. Pinterest Assistant is a standout example. This multi-turn conversational experience covers both user language and visual content. Serving it requires low-latency VLM inference over rich multimodal context as well as reworking Qwen3-VL with proprietary multimodal embeddings to cut runtime cost while improving performance. Serving VLMs, however, introduces more challenges compared to text-only LLM workloads. Requests may carry multiple images, require extra vision encoder computation, incur larger and more variable prefill cost, and create higher KV cache pressure. To support this new class of models & product experiences, we built Pinterest's VLM serving stack on top of NVIDIA Blackwell GPUs and NVIDIA Dynamo. Blackwell GPUs incorporate many architectural innovations that are uniquely positioned for today's most demanding AI workloads -- including higher BF16/FP8 compute throughput, increased memory bandwidth, and larger HBM memory capacity -- that enable dramatically higher performance for inference. Dynamo provides a distributed inference orchestration layer that g

## Building Federated Multimodal AI Workflows with NVIDIA FLARE

DevFeed: [Building Federated Multimodal AI Workflows with NVIDIA FLARE](<https://devfeed.tech/articles/building-federated-multimodal-ai-workflows-with-nvidia-flare-6776.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/building-federated-multimodal-ai-workflows-with-nvidia-flare/>)

Author: Tanya Lenz

Published: 2026-08-19T17:50:47Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [vlm](<https://devfeed.tech/topics/vlm.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [edge-computing](<https://devfeed.tech/tags/edge-computing.md>), [featured](<https://devfeed.tech/tags/featured.md>), [federated-learning](<https://devfeed.tech/tags/federated-learning.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [python](<https://devfeed.tech/tags/python.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [training](<https://devfeed.tech/tags/training.md>), [training-ai-models](<https://devfeed.tech/tags/training-ai-models.md>), [updates](<https://devfeed.tech/tags/updates.md>), [vlms](<https://devfeed.tech/tags/vlms.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

The article explains how NVIDIA FLARE supports federated training for multimodal and vision-language models when data remains distributed across sites. It focuses on deciding which model state to exchange and on efficiently transferring and aggregating large updates through externalization, tensor streaming, and disk-backed aggregation.

### Source excerpt

Modern vision-language models (VLMs) can support tasks such as visual question answering, captioning, and image-text reasoning. In practice, however, the data...

## BIY: Preparing a Dataset and Benchmarking AI Models for Scatterplot-Related Tasks

DevFeed: [BIY: Preparing a Dataset and Benchmarking AI Models for Scatterplot-Related Tasks](<https://devfeed.tech/articles/biy-preparing-a-dataset-and-benchmarking-ai-models-for-scatterplot-related-tasks-26294.md>)

Original publisher: [Read original article](<https://medium.com/feedzaitech/biy-preparing-a-dataset-and-benchmarking-ai-models-for-scatterplot-related-tasks-11cbef120cd1?source=rss----e11168e7fe6b---4>)

Author: João Palmeiro

Published: 2026-01-19T14:52:55Z

Content type: article

Language: en

Sources: [Feedzai](<https://devfeed.tech/sources/feedzai.md>)

Topics: [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [Canvas](<https://devfeed.tech/topics/canvas.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [SVG](<https://devfeed.tech/topics/svg.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [canvas](<https://devfeed.tech/tags/canvas.md>), [clustering](<https://devfeed.tech/tags/clustering.md>), [data-visualization](<https://devfeed.tech/tags/data-visualization.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [outlier-detection](<https://devfeed.tech/tags/outlier-detection.md>), [svg](<https://devfeed.tech/tags/svg.md>)

### AI overview

The article introduces Benchmark It Yourself (BIY), an effort to prepare a dataset and benchmark multimodal AI models for scatterplot-related tasks. It examines generating distribution-aware descriptions from scatterplot images to improve the accessibility of canvas charts, including direct description generation and structured-data extraction for predefined templates. Initial results were mixed.

### Source excerpt

Benchmark It Yourself (BIY): Preparing a Dataset and Benchmarking AI Models for Scatterplot-Related Tasks When we need to visualize and interact with millions, or even just thousands, of individual points while analyzing data, we typically resort to rendering them in the browser using a canvas. The other common approach for the web, SVG, doesn't scale when the number of individual elements increases to such quantities. However, while solving one problem, canvas charts introduce a new challenge: accessibility. Although SVG charts are not accessible by default, they can be by design. Each part of an SVG chart has a corresponding element on the web page, allowing for a programmable, accessible experience for screen reader users. We can simply think of SVG as HTML. On the other hand, a canvas chart is just like a PNG image. If a screen reader user tries to learn more about a canvas chart, unless the developer has prepared a detailed description of it, they will just hear the word "image". There's no way to get an idea of what one of these charts represents, let alone extract any insights. For static charts, the solution can be as simple as preparing a description and integrating it into the rendered chart. However, for platforms leveraging dynamic, large datasets, automatically generating these descriptions is not a simple task, especially for charts like scatterplots where data distributions can assume countless forms. At Feedzai, we started exploring ways to generate data distribution-aware descriptions for scatterplots from their respective images using recent multimodal AI models. When the raw data is not available, or the datasets are composed of several thousand or million instances, relying on chart images and these models becomes tempting. This combination has the potential to generate such descriptions and serve them alongside their respective charts, significantly improving the accessibility of canvas charts. That said, we focused on two main directions: using

## StreetReaderAI: Towards making street view accessible via context-aware multimodal AI

DevFeed: [StreetReaderAI: Towards making street view accessible via context-aware multimodal AI](<https://devfeed.tech/articles/streetreaderai-towards-making-street-view-accessible-via-context-aware-multimodal-ai-6880.md>)

Original publisher: [Read original article](<https://research.google/blog/streetreaderai-towards-making-street-view-accessible-via-context-aware-multimodal-ai/>)

Published: 2025-10-29T16:38:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Google](<https://devfeed.tech/topics/google.md>), [Image](<https://devfeed.tech/topics/image.md>), [alt text](<https://devfeed.tech/topics/alt-text.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [ai](<https://devfeed.tech/tags/ai.md>), [alt-text](<https://devfeed.tech/tags/alt-text.md>), [audio](<https://devfeed.tech/tags/audio.md>), [gaming](<https://devfeed.tech/tags/gaming.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [human-computer-interaction-and-visualization](<https://devfeed.tech/tags/human-computer-interaction-and-visualization.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [natural-language-processing](<https://devfeed.tech/tags/natural-language-processing.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [research](<https://devfeed.tech/tags/research.md>), [screen](<https://devfeed.tech/tags/screen.md>), [vision](<https://devfeed.tech/tags/vision.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

Google Research introduces StreetReaderAI, a proof-of-concept accessible street view prototype that uses context-aware, real-time multimodal AI to interpret streetscape imagery. Designed with blind and sighted accessibility researchers, it provides audio-led exploration, keyboard and voice navigation, directional feedback, movement guidance, and descriptions of nearby places and geographic information.

### Source excerpt

Generative AI

## Introducing Mistral AI Studio.

DevFeed: [Introducing Mistral AI Studio.](<https://devfeed.tech/articles/introducing-mistral-ai-studio-6974.md>)

Original publisher: [Read original article](<https://mistral.ai/news/ai-studio/>)

Published: 2025-10-24T12:00:00Z

Content type: release

Language: en

Sources: [Mistral AI Blog](<https://devfeed.tech/sources/mistral-ai-blog.md>)

Topics: [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [MLOps](<https://devfeed.tech/topics/mlops.md>), [Security](<https://devfeed.tech/topics/security.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [data](<https://devfeed.tech/topics/data.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [on-prem](<https://devfeed.tech/topics/on-prem.md>), [VPC](<https://devfeed.tech/topics/vpc.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-adoption](<https://devfeed.tech/tags/ai-adoption.md>), [ai-assistants](<https://devfeed.tech/tags/ai-assistants.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [ai-studio](<https://devfeed.tech/tags/ai-studio.md>), [autonomous-agents](<https://devfeed.tech/tags/autonomous-agents.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [on-prem](<https://devfeed.tech/tags/on-prem.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [provenance](<https://devfeed.tech/tags/provenance.md>), [vpc](<https://devfeed.tech/tags/vpc.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Mistral introduces AI Studio, an enterprise AI platform for customizing, fine-tuning, evaluating, governing, and deploying AI assistants, autonomous agents, and multimodal AI with open models. It addresses the gap between AI prototypes and production by providing evaluation, feedback and dataset workflows, provenance and versioning, governance, and flexible deployment across hybrid, VPC, and on-prem infrastructure.

### Source excerpt

The most powerful AI platform for enterprises. Customize, fine-tune, and deploy AI assistants, autonomous agents, and multimodal AI with open models.

## Image and audio models from fal now available on DigitalOcean

DevFeed: [Image and audio models from fal now available on DigitalOcean](<https://devfeed.tech/articles/image-and-audio-models-from-fal-now-available-on-digitalocean-19879.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/fal-ai-image-models-gradient-ai-platform>)

Author: Grace Morgan

Published: 2025-10-23T12:30:00Z

Content type: release

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [API](<https://devfeed.tech/topics/api.md>), [stable-diffusion](<https://devfeed.tech/topics/stable-diffusion.md>), [flux](<https://devfeed.tech/topics/flux.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>)

Tags: [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [flux](<https://devfeed.tech/tags/flux.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [stable-diffusion](<https://devfeed.tech/tags/stable-diffusion.md>)

### AI overview

DigitalOcean announces four multimodal AI models from fal in public preview on the Gradient AI Platform through Serverless Inference. The models support image generation, audio generation, and multilingual text-to-speech through an API.

### Source excerpt

We're excited to announce the launch of four multimodal AI models from fal on the DigitalOcean Gradient™ AI Platform, now available in public preview through Serverless Inference. These models allow you to generate images and audio directly via API, without worrying about infrastructure, scaling, or vendor management. With this release, building AI-powered applications that include visual and audio content is easier than ever. Explore the new models The fal models, now in public preview, cover a variety of modalities, enabling you to experiment, prototype, and deploy multimodal AI features quickly: Image generation: Stable Diffusion XL fast (fal-ai/fast-sdxl) - High-resolution image generation FLUX.1 (schnell) (fal-ai/flux/schnell) - Fast image generation for quick prototyping Audio generation: Stable Audio (fal-ai/stable-audio-25/text-to-audio) - Convert text into natural-sounding audio ElevenLabs TTS Multilingual v2 9 (fal-ai/elevenlabs/tts/multilingual-v2) - Multilingual text-to-speech These models are available via Serverless Inference, letting you generate images and audio through the same simple API-driven workflow you already use on Gradient AI Platform. Try it out You can start using these models through the Serverless Inference API (https://inference.do-ai.run) after opting in to the public preview in the DigitalOcean console. Here's a quick look at how to interact with them: First, opt in to the public preview to access the fal models on the Gradient AI Platform. Once opting in, it should take about 10 to 15 minutes for your access to be granted. Example: Generate an Image export MODEL_ACCESS_KEY="YOUR_KEY" curl -sS -X POST 'https://inference.do-ai.run/v1/async-invoke' \ -H "Authorization: Bearer $MODEL_ACCESS_KEY" \ -H "Content-Type: application/json" \ -d '{ "model_id": "fal-ai/flux/schnell", "input": { "prompt": "A high-quality photo of a futuristic city at sunset" } }' Example: Generate an Image with Customized Parameters export MODEL_ACCESS_KEY="YOUR_

## TimeScope: How Long Can Your Video Large Multimodal Model Go?

DevFeed: [TimeScope: How Long Can Your Video Large Multimodal Model Go?](<https://devfeed.tech/articles/timescope-how-long-can-your-video-large-multimodal-model-go-7512.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/timescope-video-lmm-benchmark>)

Author: Orr Zohar; Rui Li; Andres Marafioti; Xiaohan Wang

Published: 2025-07-23T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [long-context](<https://devfeed.tech/tags/long-context.md>), [measurement](<https://devfeed.tech/tags/measurement.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

TimeScope is an open-source benchmark for evaluating how vision-language models understand long videos. It inserts short video clips into videos ranging from one minute to eight hours and measures localized retrieval, information synthesis, and fine-grained temporal perception.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Mistral Compute

DevFeed: [Mistral Compute](<https://devfeed.tech/articles/mistral-compute-7055.md>)

Original publisher: [Read original article](<https://mistral.ai/news/mistral-compute/>)

Published: 2025-06-11T11:30:00Z

Content type: article

Language: en

Sources: [Mistral AI Blog](<https://devfeed.tech/sources/mistral-ai-blog.md>)

Topics: [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Sovereign AI](<https://devfeed.tech/topics/sovereign-ai.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Frontier AI](<https://devfeed.tech/topics/frontier-ai.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [autonomous-agents](<https://devfeed.tech/tags/autonomous-agents.md>), [frontier-ai](<https://devfeed.tech/tags/frontier-ai.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [open](<https://devfeed.tech/tags/open.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>)

### AI overview

Mistral AI announces Mistral Compute, a private and integrated AI infrastructure offering spanning GPUs, orchestration, APIs, products, and services. Customers can deploy it from bare-metal servers to fully managed PaaS and use it to build, train, and serve AI workloads while retaining control of their environments.

### Source excerpt

The most powerful AI platform for enterprises. Customize, fine-tune, and deploy AI assistants, autonomous agents, and multimodal AI with open models.

## Visual Salamandra: Pushing the Boundaries of Multimodal Understanding

DevFeed: [Visual Salamandra: Pushing the Boundaries of Multimodal Understanding](<https://devfeed.tech/articles/visual-salamandra-pushing-the-boundaries-of-multimodal-understanding-6990.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/BSC-LT/visualsalamandra7b>)

Author: Iñigo Pikabea; Jaume Lozano

Published: 2025-04-11T14:21:56Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [mlp](<https://devfeed.tech/topics/mlp.md>), [AI Research](<https://devfeed.tech/topics/ai-research.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blog](<https://devfeed.tech/tags/blog.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [grounding](<https://devfeed.tech/tags/grounding.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [language](<https://devfeed.tech/tags/language.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mlp](<https://devfeed.tech/tags/mlp.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [ocr](<https://devfeed.tech/tags/ocr.md>), [research](<https://devfeed.tech/tags/research.md>), [training](<https://devfeed.tech/tags/training.md>), [vision](<https://devfeed.tech/tags/vision.md>), [vqa](<https://devfeed.tech/tags/vqa.md>)

### AI overview

Visual Salamandra is a multilingual multimodal model built by extending the Salamandra Instructed 7B model with Google's SigLIP image encoder, an MLP projector, and late-fusion techniques. It processes text, images, and videos, with training focused on visual grounding, document understanding, mathematical reasoning, OCR, and European-language coverage.

### Source excerpt

A Blog post by Language Technologies Laboratory @ Barcelona Supercomputing Center on Hugging Face

## SmolVLM - small yet mighty Vision Language Model

DevFeed: [SmolVLM - small yet mighty Vision Language Model](<https://devfeed.tech/articles/smolvlm-small-yet-mighty-vision-language-model-7484.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/smolvlm>)

Author: Andres Marafioti; merve; Miquel Farré; Elie Bakouch; Pedro Cuenca

Published: 2024-11-26T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [smolvlm](<https://devfeed.tech/topics/smolvlm.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [Transformers](<https://devfeed.tech/topics/transformers.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Open Source Models & Datasets](<https://devfeed.tech/topics/open-source-models-datasets.md>), [GPU](<https://devfeed.tech/topics/gpu.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llm](<https://devfeed.tech/tags/llm.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [smolvlm](<https://devfeed.tech/tags/smolvlm.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [trl](<https://devfeed.tech/tags/trl.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

This article introduces SmolVLM, a family of small, fast, memory-efficient 2B vision-language models released fully open source under the Apache 2.0 license. It describes the model variants, architecture, training resources, Transformers integration, demo, fine-tuning script, and efficient local or on-device deployment.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.