Register

Integrate AI

An Add-on Module for Foundry Virtual Tabletop

Author: SirNiloc Project Source Foundry Versions 13+ (Verified 13) Last Updated 2 weeks, 5 days ago

This package contains art, text, or software code produced using generative AI.

This is a module that helps anyone integrate AI. Copilot was also used during its creation.

Integrate AI Module for Foundry VTT

Accelerate AI integration for your Foundry VTT modules with our lightweight, developer-friendly Integrate AI module. This module provides a foundation for connecting your modules to local and remote AI APIs, enabling you to build intelligent, dynamic gameplay experiences without the complexity of API setup.

Developer-Friendly Features:

Quick Integration:

Simply import the module and use the provided static methods to connect to your AI backend:

const response = await IntegrateAI.processWithAI("Generate a fantasy creature description");
const chatResponse = await IntegrateAI.chatWithAI([{ 
		  role: "user",
		  content: "What is the weather like?" 
}]);

Example Modules:

Integrate AI: Gimme A Hook

Integrate AI: Gimme A Name

Perfect for Module Developers:

Whether you're building an NPC dialogue system, automated quest generator, or intelligent world-building tool, this module gives you the foundation to seamlessly integrate AI capabilities into your Foundry VTT modules. No more reinventing the wheel – focus on your creative vision, not API complexity.

 

Having trouble getting it working?

Missing a feature you want?

Join our Discord

 

 

*Currently this module is for use with Ollama, OpenAI requires further testing.

Categories

Available Versions

  1. Version 1.2.0

    2 weeks, 5 days ago
    Foundry Version 13+ (Verified 13) Manifest URL Read Notes