AI Pay Logo

Websites pay nothing to implement AI Pay

import { useSessionData } from "ai-pay-react-hooks";
import react from "react";

export function AiPayExample(): React.ReactNode {
  const {
    browserExtensionInstalled, // false (Will update when browser extension installed)
    sessionState, // UNANSWERED (Will update when session state changes)
  } = useSessionData();

  if (!browserExtensionInstalled) {
    return <div>
      <AiPayExampleNotInstalledHeader />
      <AiPayExampleForWebsites />
      <AiPayExampleForUsers />
      <DownloadBrowserExtension />
    </div>
  }

  if (sessionState !== "ACTIVE") {
    ...
  }

  return ...
}

Users pay a few cents for their individual AI costs

This feature requires that you download the AI Pay browser extension.

For Websites: AI Pay is a tool that enables websites to implement AI and pass on the costs to the users of the website.
For Users: The AI Pay browser extension allows users to access AI features such as this one. Receive 100 free credits when you sign up. No credit card required.
Note: You may need to reload the page after downloading the browser extension.

AI Pay Session State: UNANSWERED

Start a session using the AI Pay browser extension popup.
How to start a new session? Click the AI Pay browser extension icon and click the start session button. For for information, visit the tutorial page.

Who is AI Pay for?

Websites

Websites can use AI Pay to implement AI products aimed to improve user experience.

Go To Website Dashboard

Users of the browser extension

Users use AI Pay to unlock AI features on websites.
Receive 10 free credits when you sign up. No credit card required.

How It Works?

AI Pay Use Cases

AI Pay can be used to power any AI website. Here are a few examples.