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

How to check if your model is supported by vLLM in Red Hat AI

August 12, 2026
Trevor Royer
Related topics:
AI inferenceArtificial intelligenceData science
Related products:
Red Hat AI InferenceRed Hat OpenShift AI

    The release of new large language models (LLMs) continues to accelerate. Thankfully, the vLLM community has worked hard to keep pace with the rapid release of new model architectures, often providing Day 0 support for newly released models.

    This leaves users asking the question, "What version of vLLM do I need to run my model?"

    Determining compatibility comes down to matching your model's underlying architecture against vLLM release capabilities in three practical steps.

    Red Hat validated models

    Before inspecting model configuration files manually, check whether your model has already been verified end-to-end through the Red Hat validated models program.

    Red Hat engineers test models in the validated models program with official Red Hat vLLM images to verify they run.

    You can browse the catalog of validated models on the RedHatAI Hugging Face page (Figure 1).

    Validated Model Collections
    Figure 1: Collections of validated models on the RedHatAI Hugging Face page.

    Alternatively, you can look up specific models on the RedHatAI page and look for the Model validated by Red Hat badge (Figure 2).

    Llama 4 Validated Model Badge
    Figure 2: The "Model validated by Red Hat" badge displayed on a model card.

    In addition to the Model validated by Red Hat badge, the model card specifies which versions of Red Hat OpenShift AI and Red Hat AI Inference were used to validate the model.

    Red Hat OpenShift AI users can also find validated models in the Models section of the AI Hub. Models in the AI Hub include performance insights data and let users easily deploy the model using a ModelCar image.

    Additionally, Red Hat publishes a support matrix for validated models in the official Red Hat AI Inference documentation, listing the minimum vLLM version alongside the corresponding Red Hat AI Inference and OpenShift AI releases.

    vLLM model support fundamentals

    While the validated models program can help provide customers confidence in supporting models Red Hat has already tested, users might still find themselves trying to understand if vLLM supports a specific model Red Hat hasn't validated.

    To find out, it helps to understand how vLLM handles model support.

    vLLM generally doesn't support specific models directly. Instead, it supports model architectures.

    For example, in the config.json file for Llama-3.3-70B-Instruct, you can find the architectures attribute:

      "architectures": [
        "LlamaForCausalLM"
      ],

    The model's architecture is a named representation of the specific features and structures the model uses. Many different models, even of different sizes, can use these architectures. For example, Llama-3.1-8b-instruct also uses the LlamaForCausalLM model architecture. While Meta created this specific model architecture, other publishers can use it when building their own models.

    In most cases, if a model uses a supported architecture and doesn't introduce unsupported customizations, it should run on a vLLM release supporting that architecture. If a publisher releases a new model using that architecture (for example, Meta creating Llama 3.4), that model should run on any vLLM version that already supports the architecture.

    Checking the vLLM supported models page

    The vLLM supported models documentation is generally the easiest way to determine if vLLM supports a specific model or architecture.

    After identifying a model architecture, you can search for that architecture on the supported models page. While the supported models list might not explicitly list a specific model such as Llama-3.3-70B-Instruct, since we know the model architecture is supported, we can confidently assume Llama-3.3-70B-Instruct will run successfully (Figure 3).

    vLLM Supported Models Matrix
    Figure 3: Overview of vLLM supported models and getting started resources.

    Keep in mind that the supported models documentation defaults to the latest release of vLLM, and not all models are backward compatible (Figure 4).

    vLLM Docs Versions
    Figure 4: Selecting specific vLLM release versions in the Read the Docs navigation menu.

    For example, gemma-4-31b-it uses the Gemma4ForConditionalGeneration model architecture, which the latest release of vLLM supports, but older vLLM versions such as v0.18.0 (shipped in Red Hat OpenShift AI and Red Hat AI Inference 3.4) do not support.

    Finding Red Hat supported vLLM images

    Red Hat distributes vLLM under the Red Hat AI Inference product name. Red Hat AI Inference issues regular releases of vLLM that customers can deploy. Additionally, Red Hat OpenShift AI makes the same Red Hat AI Inference images available through the OpenShift AI platform.

    You can find Red Hat AI Inference images in the rhaii namespace on the Red Hat Container Catalog, where Red Hat publishes a unique image depending on the accelerator you use. For example, you can find the NVIDIA CUDA image at rhaii/vllm-cuda-rhel9.

    Understanding the vLLM version shipped in each Red Hat AI Inference release is critical to making informed decisions on which Red Hat AI Inference version you might require to run your desired model.

    The easiest way to determine which vLLM version ships in each Red Hat AI Inference release is by checking the release notes.

    Red Hat AI Inference releases a new version about once a month as either a general availability (GA) release or an early access (EA) release. EA releases aren't supported, but you can use them for testing newer models, while GA releases have a 7-month support window. Because upstream vLLM moves rapidly, developers needing immediate access to newer model architectures can utilize preview images or early access releases between GA cycles.

    Day 0 model support

    Additionally, Red Hat publishes preview releases such as rhaii-preview/vllm-cuda-rhel9, which you can use to test the latest releases of vLLM and models—often with Day 0 support for new models.

    Conclusion

    Determining whether your model will run on vLLM comes down to a few practical checks. If you're deploying on Red Hat platforms, start with the validated models program or AI Hub in OpenShift AI to see if Red Hat has already tested your model end-to-end. For everything else, look up the architecture in the model's config.json file, confirm the architecture appears on the supported models page for the version you plan to use, and cross-reference the Red Hat AI Inference release notes if you're running an Red Hat AI Inference image.

    Related Posts

    • Why vLLM is the best choice for AI inference today

    • Practical strategies for vLLM performance tuning

    • 5 steps to triage vLLM performance

    • Learn to optimize, deploy, and benchmark LLMs with vLLM: A New Free Course

    • Build and deploy a ModelCar container in OpenShift AI

    • llama.cpp vs. vLLM: Choosing the right local LLM inference engine

    Recent Posts

    • How to check if your model is supported by vLLM in Red Hat AI

    • Extend zero trust workload identity manager to virtual machines with Red Hat OpenShift Virtualization

    • Just-in-time access to HashiCorp Vault using the Red Hat Ansible Automation Platform OIDC provider

    • MiDojo: Improve AI agent security with real-world red-teaming

    • Harden local container base images in Podman Desktop

    What’s up next?

    Learning Path Get started with vLLM feature share

    Get started with vLLM

    Learn how to compress, serve, and benchmark LLMs with vLLM.
    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
    Ask AI