Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
FreeLLMAPI: How I Built an API to Enable Free LLM Prototyping
Discover FreeLLMAPI, an OpenAI-compatible API unifying 28 AI providers and 339 model endpoints for free LLM prototyping and testing without vendor lock-in.
FreeLLMAPI combines the fragmented free tiers of 28 AI providers. covering
339 model endpoints, behind one OpenAI-compatible API. This creates a
practical sandbox for testing prompts, agents and prototypes without
committing to one provider or immediately spending paid credits.
FreeLLMAPI is a TypeScript-based proxy aggregating 18 free-tier LLM providers.
- OpenAI APIOpenAI API: Your direct gateway to cutting-edge AI models (GPT-4o, DALL-E 3, Whisper), enabling scalable, multimodal intelligence integration into any application.The OpenAI API provides authenticated, programmatic access to a powerful suite of generative AI models. Developers leverage REST endpoints and official libraries (Python, Node.js) to integrate capabilities like advanced text generation (GPT-4o), image creation (DALL-E 3), and speech-to-text transcription (Whisper). This platform is engineered for scale, supporting millions of daily requests for tasks from complex reasoning to real-time customer support agents, ensuring your application gets reliable, state-of-the-art intelligence.
- TypeScriptTypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
- Thompson samplingThompson sampling: a Bayesian approach for intelligent decision-making in uncertain environments.Thompson sampling is a powerful algorithm for optimizing decisions under uncertainty. It operates by maintaining a probability distribution over the likely performance of each option (e.g., website variations in an A/B test). In each round, it samples from these distributions to select the next action. This method naturally balances exploration (trying new options) and exploitation (choosing the best-performing option), leading to efficient learning and superior cumulative rewards compared to traditional methods like epsilon-greedy. For example, in clinical trials, Thompson sampling has been shown to more quickly identify the most effective treatment while exposing fewer patients to inferior options. Its foundation in Bayesian inference provides a robust framework for sequential decision-making across diverse applications, from online advertising to resource allocation.
- llamaMeta's open-weights LLM family optimized for high-performance local deployment and custom fine-tuning across 8B to 405B parameter scales.Llama 3.1 delivers state-of-the-art performance through a flagship 405B parameter model trained on 15 trillion tokens. It supports a 128k context window: ideal for analyzing massive datasets or long-form documentation. Developers utilize Llama for diverse tasks (multilingual translation, Python code generation, and complex reasoning) while maintaining data sovereignty via local hosting. The ecosystem includes the Llama Stack for agentic workflows and optimized weights for 8B and 70B models, ensuring high throughput on consumer hardware or enterprise clusters.
- OpenAI-compatible APIA standardized interface that allows developers to swap AI backends by mirroring OpenAI’s RESTful request and response schemas.OpenAI-compatible APIs function as a de facto industry standard, enabling seamless transitions between model providers like Together AI, Fireworks, or self-hosted vLLM instances. By adopting the /v1/chat/completions endpoint and standard JSON payloads (including model, messages, and temperature parameters), these APIs eliminate vendor lock-in. Developers can integrate diverse LLMs (such as Llama 3 or Mistral) into existing applications by simply updating the base_url and api_key in their client configuration. This compatibility ensures that tools like LangChain, LlamaIndex, and the official OpenAI SDK work out of the box with any compliant backend.
Related talks
More from the community
Lury - local agentic AI for free
Dublin
CivicLoon: A side project over four weekends
Minneapolis Saint Paul
Learn how to build and deploy an on-device LLM app to all major platforms in just four weekends…
Compountier
Dublin
Explore compounding knowledge at the frontier of your field. This mainstage talk offers insights into advancing your understanding…
TDLW
Montreal
Practical LLM Integration: Lessons from Building a SEC Filing Analysis Project
Houston
See a live coding demo building an LLM analysis system, focusing on cost reduction via regex, data extraction,…
Deterministic Safety Gates Before The LLM
DC
Learn how to implement deterministic safety gates before LLMs for high-stakes applications, ensuring robust input interpretation and analysis…
Compose Email
Loading recent emails...