NVIDIA AI-Q Intelligence Agent — an enterprise-grade backend agent built on the NVIDIA NeMo Agent Toolkit, providing quick cited answers and in-depth report-style research with modular multi-agent workflows.
Overview
The NVIDIA AI-Q Blueprint (pronounced IQ) is a deployable, customizable research system built on LangChain Deep Agents and accelerated by the NVIDIA NeMo Agent Toolkit. Teams can self-host the application boundary and connect deployment-owned models, enterprise data, authentication, policy controls, storage, and observability. AI-Q combines fast, cited answers with in-depth, report-style research and includes evaluation harnesses for measuring quality.
Architecture

Every query enters through an intent classifier, which responds directly to conversational requests or routes research to a shallow or deep path. Deep research can clarify the request, consult an optional source router, build a structured plan, dispatch concurrent researcher workers, and delegate final synthesis to a writer. Research roles share job-scoped state; configured skills can execute code in an isolated NVIDIA OpenShell or Modal sandbox without moving inference, source credentials, or enterprise data out of the AI-Q process.
Key Features
AI-Q is powered by a LangGraph-based state machine. The agents can run as one orchestrated research workflow or as standalone components:
- Orchestration node: Classifies intent, produces conversational responses when appropriate, and routes research to the shallow or deep path.
- Shallow research agent: Performs bounded, tool-augmented research optimized for fast, cited answers.
- Deep research agent: Coordinates optional source routing, structured planning, concurrent researcher workers, and writer-led synthesis for report-style research.
- Report follow-up: Answers questions about a completed report, creates rewrites, or performs additional research with the report as context.
- Workflow configuration: YAML profiles define agents, tools, models, source selection, policies, and execution behavior without code changes.
- Modular workflows: The orchestration node, shallow researcher, deep researcher, clarifier, and deep-research roles are composable within the full pipeline.
- Pluggable data sources: Connect web and paper search, MCP tools, collaboration services, LlamaIndex, the NVIDIA RAG Blueprint, Azure AI Search, and OpenSearch.
- MCP integration: Connect to MCP servers through NeMo Agent Toolkit or expose AI-Q research operations through the standalone MCP server.
- Skills and sandbox execution: Assign reusable skills to research and writing roles and run generated code in a job-scoped OpenShell or Modal sandbox.
- Durable generated files: Capture generated charts, CSVs, notebooks, and documents in SQL or S3-compatible storage for live and replayed access in the UI.
- Evaluation harnesses: Use built-in FreshQA and DeepResearch evaluation workflows to measure quality and iterate on prompts and agent architecture.
- Frontend options: Run through the CLI, web UI, or asynchronous jobs API.
- Deployment options: Self-host with Docker Compose or Helm and connect deployment-owned models, databases, object storage, authentication, policy controls, and observability.
Prerequisites
Required:
- Python 3.11-3.13
- uv package manager
- Node.js 22+ and npm (optional, for web UI mode)
- API key for your chosen provider(s):
- NVIDIA API key from build.nvidia.com (for NVIDIA NIM inference microservices)
- OpenAI API key (for OpenAI models)
- Anthropic API key (for Claude models)
- Google API key (for Gemini models)
Optional:
- API credentials for the research sources and enterprise services enabled by your selected workflow
System Requirements
Local / Hybrid Development
- Developer machine to run the AI-Q instance (no local GPU required)
- LlamaIndex (optional local RAG)
- Provider, service, or RAG APIs
Fully Self-Hosted / On-Prem
- Server for AI-Q instances
- NVIDIA Nemotron 3.5 Lightning 30B A3B (intent classification and shallow research)
- NVIDIA Nemotron 3 Ultra 550B A55B (clarification and deep-research roles)
- Google Gemma 4 31B IT (optional document summary)
- NVIDIA RAG Blueprint (optional RAG)
- Models packaged as NVIDIA NIM microservices:
- LlamaIndex (optional RAG)
Hosted Service
- Server for AI-Q instances
- Provider APIs
- NVIDIA RAG Blueprint (optional)
- LlamaIndex (optional)
The models above correspond to the default AI-Q profiles. Other checked-in profiles can use different hosted model providers; no single profile enables every capability.
Hardware Requirements
Hardware requirements vary by model profile, concurrency, context length, and retrieval deployment. Refer to the following resources before sizing a self-hosted deployment:
- NVIDIA Nemotron 3.5 Lightning model card
- NVIDIA Nemotron 3 Ultra model card
- Google Gemma 4 31B IT model card
- NVIDIA Nemotron embedding support matrix
- NVIDIA vision-language model support matrix
- NVIDIA RAG Blueprint support matrix
Software Components
NVIDIA Technology
3rd Party Software
- LangChain and LangGraph for agent workflows
- Tavily, Exa, You.com, and Nimble for configurable web research
- LlamaIndex, Azure AI Search, and OpenSearch for enterprise retrieval
License
This project is licensed under the Apache License 2.0. See the AI-Q license for details.
Ethical Considerations
NVIDIA believes Trustworthy AI is a shared responsibility, and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their supporting model team to ensure the models meet requirements for the relevant industry and use case and address unforeseen product misuse. For more detailed information on ethical considerations for the models, please see the Model Card++ Explainability, Bias, Safety & Security, and Privacy Subcards. Please report security vulnerabilities or NVIDIA AI concerns here.
Terms of Use
This service is governed by the NVIDIA API Trial Terms of Service.