Skip to main content
ADS4GPTs is building the open monetization backbone of the AI-Native internet. It helps AI applications monetize through advertising with a UX and Privacy first approach.

Installation and Setup

Using pip

You can install the package directly from PyPI:

From Source

Alternatively, install from source:

Prerequisites

Environment Variables

Set the following environment variables for API authentication:
Alternatively, API keys can be passed directly when initializing classes or stored in a .env file.

Tools

ADS4GPTs provides two main tools for monetization:

Ads4gptsInlineSponsoredResponseTool

This tool fetches native, sponsored responses that can be seamlessly integrated within your AI application’s outputs.

Ads4gptsSuggestedPromptTool

Generates sponsored prompt suggestions to enhance user engagement and provide monetization opportunities.

Ads4gptsInlineConversationalTool

Delivers conversational sponsored content that naturally fits within chat interfaces and dialogs.

Ads4gptsInlineBannerTool

Provides inline banner advertisements that can be displayed within your AI application’s response.

Ads4gptsSuggestedBannerTool

Generates banner advertisement suggestions that can be presented to users as recommended content.

Toolkit

The Ads4gptsToolkit combines these tools for convenient access in LangChain applications.