Skip to Content
NotPixel SDK v1.0.1 — Now with caching, hooks, and browser tracking!

Nvidia

Access 20 Nvidia models through NotPixel. Authentication is handled automatically using the NVIDIA_API_KEY environment variable.

Learn more in the Nvidia documentation .

Setup

1. Get API Key

  1. Go to Nvidia Build 
  2. Create an account or sign in
  3. Generate a new API key

2. Configure Environment

.env
NVIDIA_API_KEY=your-api-key

Usage

import Ads from 'notpixel'; const ads = new Ads({ publisherId: 'pub_xxx', model: 'nvidia/black-forest-labs/flux.1-dev', input: 'How to optimize deep learning models?', }); const response = await ads.offer(); console.log(response.text);

NotPixel uses the OpenAI-compatible endpoint of Nvidia. Some provider-specific features may not be available.

Available Models

ModelContext
nvidia/black-forest-labs/flux.1-dev4K
nvidia/deepseek-ai/deepseek-v3.1128K
nvidia/google/gemma-3-27b-it131K
nvidia/qwen/qwen3-next-80b-a3b-thinking262K

Environment Variable

VariableDescription
NVIDIA_API_KEYYour Nvidia API key