evo2-nim

Generate DNA sequences and extract model representations via Evo 2 NIM.

413|62|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill evo2-nim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evo2-nim
Source: https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit/tree/main/plugins/bionemo-agent-toolkit/skills/evo2-nim
Command: npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill evo2-nim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, numpy, and includes references (resource) components.

What problem does it solve?

This skill addresses the complexity of deploying and interacting with large-scale genomic foundation models, enabling researchers to generate DNA sequences and extract internal model representations without managing low-level infrastructure.

Core Features & Use Cases

  • DNA Sequence Generation: Create novel nucleotide sequences using NVIDIA's Evo 2 NIM microservice with configurable sampling parameters.
  • Local Representation Extraction: Perform forward passes to capture layer-specific tensor outputs for deep genomic analysis.
  • Use Case: A researcher can use this skill to generate candidate DNA sequences for regulatory elements and then extract hidden layer activations to assess the model's internal representation of those sequences.

Quick Start

Use the evo2-nim skill to generate a 64-token DNA sequence starting from the prompt ACTGACTGACTGACTG using the hosted NVIDIA API.

Frequently Asked Questions about evo2-nim

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

FAQPage Schema
How do I generate DNA sequences using a genomic foundation model?

Generate DNA sequences by using the Evo 2 NIM microservice with configurable sampling parameters. You can provide a nucleotide prompt and generate novel candidate sequences for regulatory elements via a hosted API or local Docker deployment.

How does extracting internal model representations work for genomic analysis?

Extracting internal model representations involves performing forward passes to capture layer-specific tensor outputs. This allows researchers to assess the model's internal hidden layer activations for deep genomic sequence analysis.

Do I need specific hardware to run local DNA sequence generation with NIM?

Local DNA sequence generation requires FP8-capable GPU hardware for inference execution. You also need valid NGC API credentials and a local Docker-based NIM deployment to run the high-performance genomic research tasks.

Can I use requests and numpy for bioinformatics sequence generation?

Yes, you can use requests and numpy for bioinformatics sequence generation. The skill utilizes these dependencies to interact with the hosted NVIDIA API and handle the numerical data for layer-specific tensor outputs.

What is the best way to analyze layer-specific tensor outputs from generated DNA sequences?

The best way to analyze layer-specific tensor outputs is to generate candidate DNA sequences and then extract hidden layer activations. This forward pass approach captures internal model representations for deep genomic research.