Forgeia AI Provider for NVIDIA

Description

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_KEY environment 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.

Installation

  1. Upload the plugin files to /wp-content/plugins/forgeia-ai-provider-for-nvidia/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Set your NVIDIA API key via the NVIDIA_API_KEY environment variable or PHP constant
  4. Optional: Visit Settings > NVIDIA AI Connector to choose default text and image generation models

FAQ

How do I set default text or image generation models?

After activation, visit Settings > NVIDIA AI Connector to choose your preferred default models from the dynamically fetched model list. These defaults are used when no specific model is requested.

How do I get an NVIDIA API key?

Visit the NVIDIA Build to create an account and generate an API key.

Does this plugin work without the PHP AI Client?

No, this plugin requires the PHP AI Client plugin to be installed and activated. It provides the NVIDIA-specific implementation that the PHP AI Client uses.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Forgeia AI Provider for NVIDIA” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.2.0

  • Add settings page with preferred default model selection (SelectControl ComboboxControl)
  • Add JSON structured output support (outputMimeType + outputSchema)
  • Add settings page screenshot to readme and assets
  • Add NVIDIA provider settings storage, admin page, and WPDS assets
  • Redesign settings page with custom branded card layout
  • Fix button text contrast; rename menu to NVIDIA AI Connector
  • Update model allowlist: replace z-ai/glm-5.1 with z-ai/glm-5.2
  • Mark 54 models with (Free Endpoint) in readme.txt
  • Rewrite readme.txt to focus on plugin features

1.1.0

  • Replace pattern-based model classification with explicit model allowlists for accuracy
  • Add comprehensive supported models list to readme.txt (including embedding models)
  • Add WordPress.org plugin directory assets (icons)
  • Fix SVN deployment slug

1.0.1

  • Rebrand to Forgeia AI Provider for NVIDIA
  • Main plugin file renamed to match folder slug
  • Add PHP coding standards (PHPCS + PHPStan level max)
  • Add direct file access protection to autoload.php
  • Replace placeholder values in LICENSE
  • Add privacy disclosure for WordPress.org submission
  • Update contributors in readme.txt
  • Fix GitHub URLs from arjvand/php-ai-client to wordpress/php-ai-client

1.0.0

  • Initial release of the plugin
  • Support for NVIDIA NIM text generation models
  • Support for image generation models (Stable Diffusion, Flux)
  • Function calling support