NVIDIA NIM
NVIDIA NIM (NVIDIA Inference Microservices) is a catalog of GPU-accelerated, containerized AI inference microservices that package optimized model engines (TensorRT-LLM, vLLM, SGLang, Triton) behind industry-standard OpenAI-compatible REST APIs. NIM covers large language models, embeddings and reranking, vision-language models, speech (Riva), visual generative AI, and biology (BioNeMo) — exposed identically whether consumed from the hosted endpoint at integrate.api.nvidia.com or self-hosted via Docker containers and the Kubernetes-native NIM Operator. NIM ships with NVIDIA AI Enterprise for commercial deployment and is the inference layer underneath NVIDIA AI Blueprints, NeMo Retriever, NeMo Guardrails, and the broader NVIDIA developer stack.
APIs
NVIDIA NIM Chat Completions API
OpenAI-compatible chat completions endpoint exposing 100+ foundation models — Meta Llama, Mistral, Mixtral, NVIDIA Nemotron, DeepSeek, Qwen, Microsoft Phi, Google Gemma, IBM Gra...
NVIDIA NIM Completions API
Legacy OpenAI-compatible text completion endpoint (/v1/completions) for non-chat foundation models served by NIM. Accepts a raw prompt and returns generated text with the same s...
NVIDIA NIM Embeddings API
OpenAI-compatible embeddings endpoint (/v1/embeddings) backed by NVIDIA NeMo Retriever text embedding models including NV-Embed, NV-EmbedQA-E5, llama-3.2-nv-embedqa-1b, and BAAI...
NVIDIA NIM Reranking API
NeMo Retriever cross-encoder reranking endpoint (/v1/ranking) for scoring candidate passages against a query. Improves retrieval relevance on RAG pipelines and supports the llam...
NVIDIA NIM Models API
OpenAI-compatible model catalog endpoint (/v1/models) returning the list of models served by the NIM endpoint or container. Each entry includes id, owned_by, and created timesta...
NVIDIA NIM Vision Language Models API
Vision-language model inference through the standard /v1/chat/completions surface with image inputs (base64 or URL) in the messages payload. Supports NVIDIA NeVA, microsoft/kosm...
NVIDIA NIM Health API
Liveness, readiness, and startup probes exposed by self-hosted NIM containers (/v1/health/live, /v1/health/ready) and a Prometheus /v1/metrics scrape endpoint for GPU utilizatio...
NVIDIA NIM Image Generation API
Visual generative AI endpoints for text-to-image, image-to-image, and image editing using models such as Black Forest Labs FLUX.1, Stable Diffusion XL, Shutterstock-trained mode...
NVIDIA NIM Speech API
NVIDIA Riva-powered speech NIMs delivering automatic speech recognition (Parakeet, Canary), neural machine translation, and text-to-speech (Magpie-TTS, FastPitch) through HTTP a...
NVIDIA NIM Biology (BioNeMo) API
BioNeMo NIMs for protein structure prediction (AlphaFold2, ESMFold, OpenFold), protein generation (ProtGPT2, RFDiffusion), molecular property prediction (MolMIM), small molecule...
Agent Skills showing 24 of 237
accelerated-computing-cudf
AGENT SKILLaiq-deploy
AGENT SKILLaiq-deploy
AGENT SKILLaiq-research
AGENT SKILLaiq-research
AGENT SKILLcudaq-guide
AGENT SKILLcufolio
AGENT SKILLcuopt-developer
AGENT SKILLcuopt-install
AGENT SKILLcuopt-numerical-optimization-api-c
AGENT SKILLcuopt-numerical-optimization-api-cli
AGENT SKILLcuopt-numerical-optimization-api-python
AGENT SKILLcuopt-numerical-optimization-formulation
AGENT SKILLcuopt-routing-api-python
AGENT SKILLcuopt-routing-formulation
AGENT SKILLcuopt-server-api-python
AGENT SKILLcuopt-server-common
AGENT SKILLcuopt-skill-evolution
AGENT SKILLcuopt-user-rules
AGENT SKILLcuopt-user-rules
AGENT SKILLcupynumeric-hdf5
AGENT SKILLcupynumeric-install
AGENT SKILLcupynumeric-migration-readiness
AGENT SKILLcupynumeric-parallel-data-load
AGENT SKILLCollections
NVIDIA NIM Biology (BioNeMo) API
POSTMANNVIDIA NIM Chat Completions API
POSTMANNVIDIA NIM Completions API
POSTMANNVIDIA NIM Embeddings API
POSTMANNVIDIA NIM Health API
POSTMANNVIDIA NIM Image Generation API
POSTMANNVIDIA NIM Models API
POSTMANNVIDIA NIM Reranking API
POSTMANNVIDIA NIM Speech API
POSTMANArazzo Workflows
NVIDIA NIM BioNeMo Drug Discovery
Fold a protein from sequence, dock a ligand into the predicted structure, then generate optimized analog molecules.
ARAZZONVIDIA NIM Discover And Chat
List the served models, confirm a target model's metadata, then run a chat completion against it.
ARAZZONVIDIA NIM Generate Image And Caption
Generate an image from a text prompt, then caption the generated image with a vision-language model.
ARAZZONVIDIA NIM Health Gated Completion
Check a self-hosted NIM container's readiness, and only run a text completion once the engine reports ready.
ARAZZONVIDIA NIM RAG Rerank And Answer
Embed a query, rerank candidate passages against it, then answer the question grounded in the top passage.
ARAZZONVIDIA NIM Vision Describe And Summarize
Describe an image with a vision-language model, then condense the description into a short caption with an LLM.
ARAZZONVIDIA NIM Voice Assistant Loop
Transcribe an audio clip with Riva ASR, answer the transcript with an LLM, then synthesize the reply with Riva TTS.
ARAZZO