inference

Manage inference provider registration and verification within the NeMo Platform.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill inference-nvidia-nemo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inference
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/agents/nemo-agent-local/src/nemo_agent/skills/inference
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill inference-nvidia-nemo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual complexity of configuring and verifying inference providers, ensuring that API keys and service endpoints are correctly registered and functional within the NeMo Platform.

Core Features & Use Cases

  • Provider Lifecycle Management: Automates the end-to-end process of creating, verifying, and finalizing inference provider configurations.
  • Secure Credential Handling: Integrates with the platform secret management system to ensure API keys are handled securely during registration.
  • Use Case: When onboarding a new LLM provider, use this Skill to perform a dry-run verification of the API credentials before committing the provider to the production environment.

Quick Start

Use the inference skill to register a new provider by creating a secret and executing the full verification lifecycle.

Frequently Asked Questions about inference

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

FAQPage Schema
How do I register an LLM inference provider in the NeMo Platform?

To register an LLM inference provider in the NeMo Platform, you create a secure API secret, perform a dry-run validation of the credentials, and finalize the service deployment. This automates the end-to-end provider lifecycle configuration.

What is the best way to verify LLM API credentials before production deployment?

The best way to verify LLM API credentials before production is to execute a temporary provider validation dry-run. This process checks the API endpoints and secrets within the NeMo Platform before final service deployment.

How are API keys handled during inference provider registration?

API keys are handled securely during inference provider registration by integrating directly with the NeMo Platform's secret management system. This ensures credentials are safely stored and correctly mapped to the configured endpoints.

Can I automate the setup of LLM inference endpoints without manual configuration?

Yes, you can automate LLM inference endpoint setup without manual configuration by using the inference Skill. It manages the full lifecycle from secret creation and provider validation to final production deployment.

Why does my LLM provider registration fail during endpoint verification?

LLM provider registration fails during endpoint verification when API credentials are invalid or the temporary dry-run validation detects a misconfiguration. The process ensures all endpoints are correctly verified before finalizing.