nvidia-api

Discover and use NVIDIA NIM chat, embeddings, and model catalog APIs.

Updated Nov 3, 2025
One-click install
npx skills add https://github.com/rish2jain/paperresearchagent --skill nvidia-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nvidia-api
Source: https://github.com/rish2jain/paperresearchagent/tree/main/.claude/skills/nvidia-api
Command: npx skills add https://github.com/rish2jain/paperresearchagent --skill nvidia-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the process of discovering and using NVIDIA API platforms, enabling developers to quickly access NIM cloud endpoints, model catalog, and retrieval APIs for prototype and production AI applications.

Core Features & Use Cases

  • Guidance and examples for NVIDIA NIM endpoints (chat, embeddings, streaming) and retrieval APIs.
  • Migration support from OpenAI-compatible endpoints to NVIDIA NIM for smoother transitions.
  • Quick-start workflows and best practices for prototyping AI apps with cloud-hosted or self-hosted models.
  • Model catalog navigation and usage patterns across cloud APIs and reference implementations.

Quick Start

Get an API key from the NVIDIA API Catalog, then try a simple chat completion against the NVIDIA API endpoint using your HTTP client. Authenticate and submit a basic user message to /v1/chat/completions, then experiment with different models from the catalog.

Frequently Asked Questions about nvidia-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use NVIDIA NIM for chat completions in my AI application?

To use NVIDIA NIM for chat completions, authenticate with an API key from the NVIDIA API Catalog and send a user message to the /v1/chat/completions endpoint. You can then experiment with different models from the catalog using your HTTP client.

Can I migrate my existing OpenAI-compatible endpoints to NVIDIA NIM?

Yes, you can migrate from OpenAI-compatible endpoints to NVIDIA NIM for smoother transitions. This skill provides migration support and best practices to help you transition your AI applications to NVIDIA cloud endpoints efficiently.

What NVIDIA APIs are available for building retrieval and embedding workflows?

NVIDIA provides NIM endpoints for both chat and embeddings, alongside dedicated retrieval APIs. These allow you to generate embeddings and access retrieval mechanisms for prototype and production AI applications.

Do I need an API key to access the NVIDIA model catalog?

Yes, you need an API key from the NVIDIA API Catalog to access cloud endpoints and navigate the model catalog. Once authenticated, you can submit requests to cloud-hosted models or use self-hosted NIM deployments.

Does NVIDIA NIM support streaming responses for chat completions?

Yes, NVIDIA NIM supports streaming for chat completions. You can authenticate against the NVIDIA API endpoint and use streaming to receive continuous responses for your prototype and production AI applications.

What is the best way to prototype AI apps with self-hosted NVIDIA NIM deployments?

The best way to prototype with self-hosted NIM deployments is to follow quick-start workflows and best practices. Use the NVIDIA API Catalog for reference implementations and apply these patterns to your self-hosted models.