Forgeia AI Provider for NVIDIA
This plugin integrates NVIDIA’s NIM (NVIDIA Inference Microservices) with the WordPress AI Client, enabling your site to use NVIDIA’s hosted AI models for text generation, image generation, and vision / multimodal tasks.
Features:
- Text generation with NVIDIA NIM models, including function/tool calling and JSON structured output
- Image generation with diffusion models (Stable Diffusion, Flux, and others)
- Vision / multimodal model support — models that accept images and documents alongside text prompts
- Admin settings page to choose default text and image generation models (Settings > NVIDIA AI Connector)
- Dynamic model discovery — available models are fetched from the NVIDIA NIM API and classified by capability
- Automatic provider registration with the AI Client
Models from NVIDIA, Meta, Google, Mistral AI, Microsoft, DeepSeek, Qwen, and other providers are discovered and categorized automatically. Many models include free API endpoints for testing and development.
Requirements:
- PHP 7.4 or higher
- WordPress 7.0+ (bundles the required AI Client SDK) or WordPress 6.9 with the wordpress/php-ai-client plugin installed separately
- NVIDIA API key — set via the
NVIDIA_API_KEYenvironment variable or PHP constant
Supported Models
Models are dynamically discovered from the NVIDIA NIM API and classified by capability using explicit allowlists. The following categories are available:
- Text Generation — Chat and text completion models from NVIDIA, Meta, Google, Mistral AI, Microsoft, DeepSeek, Qwen, and others. Includes function/tool calling and JSON structured output support.
- Vision / Multimodal — Models accepting image and document inputs alongside text prompts, including Meta Llama Vision, Microsoft Phi-4 Multimodal, NVIDIA NeVA, NVIDIA VILA, and others.
- Image Generation — Diffusion-based image generation models.
- Embedding — Text embedding models for vector representations (recognized by the provider; usable through SDK embedding workflows).
For the current full model catalog, visit the NVIDIA NIM API directly. Free API endpoints are available for many models.
Privacy
This plugin sends data to the NVIDIA NIM API (https://integrate.api.nvidia.com) when generating text or images. The data sent is limited to the user’s prompt text and API key and is used solely to fulfill the generation request. No data is collected, stored, or transmitted to any other third party.
This plugin does not use cookies, tracking, or analytics. It stores no personal data on your server. In accordance with GDPR and UK GDPR requirements, no user consent is needed for privacy compliance — all data processing is limited to API request fulfillment with no storage or sharing of personal information.