nemo-model-selection

Recommends LLMs for agent tasks based on deployment constraints and requirements analysis.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill nemo-model-selection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemo-model-selection
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/sdk/python/nemo-platform/src/nemo_platform/skills/nemo-model-selection
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill nemo-model-selection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill removes the guesswork from choosing an LLM for your agent by matching your specific technical requirements against real-world performance data and platform capabilities.

Core Features & Use Cases

  • Evidence-Based Matching: Recommends models based on your agent's primary capability, such as tool-calling, coding, or long-document reasoning.
  • Deployment Awareness: Filters recommendations based on whether you are using cloud APIs or self-hosting on specific GPU hardware.
  • Use Case: If you are building a code-heavy agent, the skill will analyze your tool density and VRAM constraints to suggest the most efficient model, while providing clear trade-offs between specialist performance and general-purpose reliability.

Quick Start

Ask the model selection skill to recommend the best LLM for an agent that performs complex multi-step tool calling in a cloud environment.

Frequently Asked Questions about nemo-model-selection

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

FAQPage Schema
How do I choose the best LLM for agent development?

Choosing the best LLM for agent development involves matching your task requirements, such as tool-calling or coding, against real-world benchmark data and your specific deployment constraints like cloud APIs or GPU hardware.

What is the best way to match an LLM to my agent's deployment constraints?

Matching an LLM to deployment constraints requires filtering models based on whether you use cloud APIs or self-hosting on specific GPU hardware, ensuring the recommended configuration aligns with your available VRAM and platform capabilities.

Can I get LLM recommendations for a code-heavy agent running on local GPUs?

Yes, you can get recommendations for a code-heavy agent by analyzing your tool density and VRAM constraints, which suggests the most efficient model while highlighting clear trade-offs between specialist performance and general-purpose reliability.

Does NeMo model selection use benchmark data for recommending agent LLMs?

NeMo model selection uses benchmark data to recommend agent LLMs by evaluating model suitability for specific tasks like tool-calling, coding, and long-document reasoning, integrating editorial heuristics to provide actionable model configurations.

What are the limitations of using editorial heuristics for LLM model selection?

Limitations of using editorial heuristics for LLM model selection include potential gaps in rapidly evolving model capabilities, as recommendations rely on integrating existing benchmark data and static heuristics rather than real-time performance testing.