Stop Wasting Money on AI Tools

Quick Overview

The video demonstrates how to eliminate monthly subscription costs for AI services like ChatGPT, Whisper, and DALL-E by utilizing the custom-built No-Code Architects Toolkit, which runs on Google Cloud Run and allows users to access these resources via an API at almost no cost to them.

Key Points: The primary goal is to replace costly monthly subscriptions for AI services (ChatGPT, Whisper, DALL-E) with a self-hosted, low-cost alternative. The solution involves deploying the No-Code Architects Toolkit, which uses various tools like Creatomate, PDF.co, 0CodeKit, and Google Cloud Storage. The toolkit functions by allowing users to deploy custom code onto their own server (Google Cloud Run) to access underlying APIs directly. The presenter uses Postman to configure an HTTP POST request to the toolkit's endpoint, setting the method to POST and including an API key in the headers. The request body is set to JSON, containing parameters pointing to required resources like videos from Google Cloud Storage for concatenation. Upon successful execution, the tool returns a status code of 200, providing the URL for the newly concatenated video. The total execution time for the concatenation process shown was 18 seconds (9 seconds per duplicated segment).

Context: The presenter addresses the recurring expense of using various AI-powered subscription services such as OpenAI's ChatGPT, Whisper (for transcription), and DALL-E (for image generation). The core concept introduced is the No-Code Architects Toolkit, a self-deployable solution designed to replace these recurring monthly fees by allowing users to access the underlying APIs directly from their own infrastructure, specifically demonstrating deployment on Google Cloud Run.

Detailed Analysis

The video explains how to bypass monthly subscription costs for various AI tools by using the No-Code Architects Toolkit. This toolkit is presented as a customizable solution that can be deployed on infrastructure like Google Cloud Run, enabling users to access services such as OpenAI (ChatGPT, Whisper, DALL-E), Creatomate, PDF.co, 0CodeKit, JSON2Video, and CloudConvert directly via their own APIs, thereby eliminating recurring monthly fees. The speaker outlines the architecture, showing how these services are linked in a workflow diagram. The demonstration then shifts to setting up an HTTP POST request in Postman to interact with the deployed toolkit's concatenation endpoint. Key configuration steps include setting the URL to the correct deployment endpoint, changing the method to POST, adding the API key as a header named 'X-API-Key' with a test value, and setting the body type to 'raw' JSON. The JSON body contains input parameters, specifically video URLs pointing to resources stored in Google Cloud Storage. After configuring the HTTP module in the workflow tool (Make/Integromat), running the scenario yields a successful HTTP 200 status, providing the URL for the resulting concatenated video, which was shown to be duplicated in the output.

Raw markdown version of this recap