- ๐ Auth Dashboard - New and live! Visit auth.pollinations.ai to manage your API tokens and referrer domains. Learn more.
- ๐ Tier System: Seed, Flower, Nectarโhigher tiers unlock more features. Details
- ๐ Special Bee: Request Flower/Nectar upgrade. Apply here
- ๐ฒ Support Us - You can now support us with our new Tip Us button. Optionally connect your Discord account to Ko-Fi to get premium Discord roles!
- ๐ต Audio Generation - New text-to-speech and speech-to-text capabilities are now available! Try the
openai-audio
model - see our API documentation for details. - ๐ค AI Code Assistant - We're excited to announce MentatBot, the autonomous AI coding assistant that implements new features directly from GitHub issues! Simply create an issue describing what you'd like to see, and MentatBot will analyze and implement it. Learn more.
- ๐ผ๏ธ GPT Image - Introducing our new state-of-the-art text-to-image model, GPT Image, which generates high-resolution, contextually accurate visuals from any prompt. Learn more about OpenAI's latest image generation model here.
Pollinations.AI is an open-source gen AI startup based in Berlin, providing the most easy-to-use, free text and image generation API available. No signups or API keys required. We prioritize your privacy with zero data storage and completely anonymous usage.
- ๐ 100% Open Source
- ๐ Free to use
- ๐ Simplicity and privacy: No logins, no keys, no data stored
- ๐ผ๏ธ Embed like any normal image or text
- ๐ต Audio generation: Text-to-speech and speech-to-text capabilities
- ๐ Free AI image and text generation APIs
- ๐ค Used by various open-source LLMs, bots, and communities
- ๐ฃ Easy-to-use React hooks (React Hooks Examples)
- ๐ค Autonomous Development: Features implemented by our MentatBot coding assistant through GitHub issues
- Visit https://pollinations.ai
- Type your description in the text box
- Click "Generate" and watch the magic happen!
- Visit https://text.pollinations.ai
- Start chatting with the AI
- Use the
openai-audio
model with our API (explore voices at OpenAI.fm) - Generate speech from text or transcribe audio to text
Our MCP (Model Context Protocol) server enables AI assistants like Claude to generate images and audio directly. Learn more
# Run with npx (no installation required)
npx @pollinations/model-context-protocol
Community alternatives like MCPollinations are also available.
AI assistants can:
- Generate images from text descriptions
- Create text-to-speech audio with various voice options
- Play audio responses through the system speakers
- Access all Pollinations.AI models and services
- List available models, voices, and capabilities
For more advanced usage, check out our API documentation.
Our web interface is user-friendly and doesn't require any technical knowledge. Simply visit https://pollinations.ai and start creating!
Use our API directly in your browser or applications:
https://pollinations.ai/p/conceptual_isometric_world_of_pollinations_ai_surreal_hyperrealistic_digital_garden
Replace the description with your own, and you'll get a unique image based on your words!
Here's an example of a generated image:
Python code to download the generated image:
import requests
def download_image(prompt):
url = f"https://pollinations.ai/p/{prompt}"
response = requests.get(url)
with open('generated_image.jpg', 'wb') as file:
file.write(response.content)
print('Image downloaded!')
download_image("conceptual_isometric_world_of_pollinations_ai_surreal_hyperrealistic
B41A
_digital_garden")
To generate text, use this URL:
https://text.pollinations.ai/What%20is%20artificial%20intelligence?
To generate audio from text, use this URL:
https://text.pollinations.ai/Welcome%20to%20Pollinations?model=openai-audio&voice=nova
We offer React hooks for easy integration. Example usage:
import React from 'react';
import { usePollinationsImage, usePollinationsText } from '@pollinations/react';
import ReactMarkdown from 'react-markdown';
const AIGeneratedContent = () => {
const imageUrl = usePollinationsImage("Beautiful landscape of Paris with Eiffel Tower", { width: 800, height: 600, seed: 42 });
const markdown = usePollinationsText("Write a brief travel guide for Paris, including top attractions and local cuisine in markdown", { seed: 42 });
return (
<div>
<h2>AI-Generated Travel Guide</h2>
<img src={imageUrl} alt="AI Generated" />
{markdown ? (
<ReactMarkdown>{markdown}</ReactMarkdown>
) : (
<p>Loading markdown content...</p>
)}
</div>
);
};
export default AIGeneratedContent;
Check out our Pollinations React Hooks for more details.
graph LR
Q[Bots - Discord, Telegram, WhatsApp] --> L1
N[30+ Mobile and Web Apps] --> L1
N --> L2
A[pollinations.ai Web Frontend] --> L1
A --> L2
R[AI Agents - Qwen, Sillytavern, ...] --> L1
AI[AI Assistants - Claude] --> MCP[MCP Server]
MCP --> L1
L1[Image CDN] --> CF[Cloudflare Worker with R2 Cache]
L2[Text CDN] --> C
CF --> B
B[image-origin.pollinations.ai - AWS EC2 CPU] --> F[Azure OpenAI - Prompt Enhancing]
B --> S[LlamaGuard - Safety Checker]
F --> E[Translation Service - 1 GPU VM]
E --> D[FLUX image generation model - 2-6 GPU VMs on AWS]
C[text.pollinations.ai - AWS EC2 CPU] --> P[karma.yt - Realtime News]
C --> SC[Scaleway API]
C --> DS[Deepseek API]
C --> G[Azure-hosted Serverless LLMs]
C --> CFM[Cloudflare AI]
SC --> MI[Mistral Models]
SC --> QW[Qwen Models]
SC --> LL[Llama Models]
DS --> DM[Deepseek Models]
G --> H[OpenAI]
G --> K[Claude]
CFM --> CFL[Llama & Deepseek Models]
โญ GitHub Star Counts: Projects with GitHub repositories include star counts to help you gauge their popularity.
๐ NEW Tag: Projects are marked with the ๐ emoji when they are recently added. This tag is automatically removed after 15 days from the submission date or if no date is specified.
Note: Some projects may be temporarily hidden from this list if they are currently broken or undergoing maintenance.
Pollinations.AI is used in various projects, including:
Project | Description | Creator |
---|---|---|
Qwen-Agent (โญย 6.6k) | A framework for developing agentic LLM applications. | - |
Open Prompt (โญย 87) | A community-driven platform for creating, sharing, and discovering AI prompts for various applications. Integrated with Pollinations API for enhanced creative capabilities. | @markojohnas |
Pollinations MCP Server (โญย 42) | A Model Context Protocol server that enables AI-assisted development through natural language interaction with Pollinations' multimodal services. | @thomash |
Pollinations Task Master (โญย 3) | A task management system that uses AI to help break down and organize development tasks through natural language interaction. | @LousyBook94 |
AI Code Generator | A websim project that generates code from description, selected programming language and other options. Integrates Pollinations because it allows for more models to choose from for potentially better results. It has modes like: Code Generator, Code Explainer, Reviewer, etc. | @Miencraft2 |
VibeCoder | A conversational coding environment that lets you create applications by describing them in natural language. | @Aashir__Shaikh |
JCode Website Builder | A website generator using Pollinations text API. | @rtxpower |
Define (โญย 0) | An AI-powered REST API designed to generate definitions for words or phrases, constrained to a specified target word count. It allows customization of tone, context, and language, delivering precise, context-aware definitions programmaticallyโideal for developers and content creators. | @hasanraiyan |
WebGeniusAI | AI tool that generates HTML websites with visuals from Pollinations. | @Aashir__Shaikh |
Pollinations.DIY | A browser-based coding environment based on bolt.diy, featuring integrated Pollinations AI services, visual code editing, and project management tools. | @thomash |
NetSim | websim.ai clone that's actually good | @kennet678 |
Pollin-Coder | A free AI-powered website builder that lets anyone create a clean site just by describing it. It uses Pollinations AI to generate the content and layout instantly. | @r3ap3redit |
JustBuildThings | A natural language programming interface that lets users create web applications by simply describing what they want to build, using Pollinations AI to generate code and assets. | @buildmaster |
Websim | A web simulation tool that integrates Pollinations.ai. | @thomash |
Project | Description | Creator |
---|---|---|
MoneyPrinterTurbo (โญย 32.2k) | Simply provide a topic or keyword for a video, and it will automatically generate the video copy, video materials, video subtitles, and video background music before synthesizing a high-definition short video. Integrates Pollinations' text generation service to create engaging and relevant video scripts. | @harry0703 |
Anime Character Generator (โญย 250) | A dedicated AI tool for generating high-quality, unique anime-style characters. Offers detailed customization of art style, character traits, clothing, and accessories, all powered by Pollinations. | @AnimeArtDevs |
FoldaScan (โญย 178) | Use Natural Language to "Converse" with Your Codebase, Folda-Scan Smart Project Q&A, powered by advanced vectorization technology, allows you to easily understand complex code, pinpoint information, and offers unprecedented convenience for AI collaboration. | @0010skn |
Jackey (โญย 120) | Jackey is a creative AI companion that helps users generate story ideas, write scripts, and create concept art using Pollinations. It's designed for writers, game developers, and filmmakers. | Creative Sparks Ltd. |
Polynate (โญย 78) | A platform for creating and sharing AI-generated art, music, and stories, with a strong community focus and Pollinations integration. | @polynate_team |
Memed (โญย 22) | An AI-powered meme generator that creates humorous images based on user prompts using Pollinations API for image generation. | @k_singh |
Elixpo-Art (โญย 18) | A digital art platform that combines AI image generation with traditional digital art tools, offering creative filters and style transfers powered by Pollinations. | @elixpo |
POLLIPAPER | A dynamic wallpaper app that uses Pollinations AI. | @intolerant0ne |
Elixpo Art Chrome Extension (โญย 8) | It uses the pollinations image endpoint to generate an image with boltning as the model in 4 types of aspect ratios and themes with prompt engineering thus transforming selected texts into art smoothly with a disposable GUI in web. |
Ayushman Bhatacharya |
Pollinations.ai Image Generation (for Frame) (โญย 3) | A Flutter application that listens for image generation prompts, requests images from Pollinations.AI, and displays them on the Frame wearable device. Users can use voice commands to generate images and save/share them using the device's sharing mechanism. | CitizenOneX |
Imagen (โญย 3) | A beautiful web interface for generating images using Pollinations.ai API with only the "flux" and "turbo" models. | @altkriz |
Imagen (โญย 3) | A beautiful web interface for generating images using Pollinations.ai API with only the "flux" and "turbo" models. | @altkriz |
๐ CatGPT Meme Generator ๐ฑ (โญย 2) | Transform your questions into sassy cat wisdom! An AI-powered meme generator that creates personalized cat comics in response to your questions. A collaboration between Pollinations.AI and Tanika Godbole, the original creator of the CatGPT comic. | @voodoohop |
Dreamscape AI (โญย 2) | Dreamscape AI is a creative studio for generating, enhancing, and transforming images, plus conversational AI capabilities with text and voice interfaces, and a deep research tool. The entire site is almost all powered by Pollinations API aside from the image enhancement tools. It generates images, optimizes prompts and creates image titles with the text API, features lots of image styling prompts, also has chat and voice chat with chat memory, and a research tool. | @sizzlebop |
Match-cut video ai (โญย 2) | This AI generates video from text in match-cut text style, uses pollinations llm to generate nearby text, and supports API integration. | @r3ap3redit |
Polynate (โญย 2) | AI-powered text and audio content generation platform providing a user-friendly interface for interacting with various AI generation services from Pollinations.ai. | @fisven |
MASala (โญย 1) | Multi-Agent AI That Cooks Up Recipes Just for You ~ From fridge to feast, MASALA plans it all. | @Naman009 |
๐ Image Creator | Create images with multi-language prompts, the language will be automatically translated by AI into English. | Link |
Avatar GenStudio | A system for creating custom characters that uses the Pollinations API for totally free and unlimited image generation. | @nic-wq |
๐ฎ๐ฉ Generator AI Image ๐ฎ๐ฉ | Advanced AI Image Generator adalah platform inovatif yang memungkinkan Anda membuat gambar digital menakjubkan dengan kecerdasan buatan by pollinations.ai. Dengan dukungan berbagai model AI canggih seperti DALLยทE 3, Stable Diffusion, dan Flux-Default. (An innovative platform that allows you to create amazing digital images with artificial intelligence powered by pollinations.ai. Supports various advanced AI models like DALL-E 3, Stable Diffusion, and Flux-Default.) | @kenthirai |
BlackWave | An AI image generator that creates unique images from text prompts. Fast, easy and free! | @metimol |
NailsGen | Create beautiful nail art designs with AI. Generate unique nail art designs with different styles and colors. | lipengliang2012@163.com |
ImageGen AI Image | Generate high-quality AI images for any purpose. Features a variety of models and styles. | Link |
๐ฎ๐ฉ RuangRiung AI Image ๐ฎ๐ฉ (โญย 0) | RuangRiung AI Image Generator is ideal for digital artists, designers, or anyone who wants to explore creativity with AI assistance. Available in English and Indonesian, this website combines complete functionality with an elegant and responsive design. | @ruangriung |
WebGeniusAI | AI tool that generates HTML websites with visuals from Pollinations. | @logise |
FlowGPT | Generate images on-demand with ChatGPT! | - |
Snapgen.io | A free AI image generation website with a clean and professional interface, offering high-quality image generation without requiring API keys. | tharindu@tsoft-llc.com |
Image Gen - Uncensored Edition | A powerful image generation assistant on HuggingChat. | @DeFactOfficial |
AIMinistries | A collection of free AI tools including AI chat, writing tools, image generation, image analysis, text-to-speech, and speech-to-text. | @tolerantone |
The Promised Pen | A free, feature-rich novel writing application that helps writers organize stories, characters, and worlds. Uses Pollinations AI for generating chapter summaries, rewriting text based on context, and generating new content based on previous chapters and character information. | @soryn.san |
๐ ๐จ๐ณ Text2Image_audio ๐จ๐ณ (โญย 0) | ๆ็ๅพไธๆ็่ฏญ้ณ็ฝ็ซ - ไธไธชๅๅญฆ่ ็AI็ผ็จ้กน็ฎ๏ผๆฏๆๆๆฌ่ฝฌๅพๅๅ้ณ้ข็ๆๅ่ฝใ(Text to Image and Text to Audio website - A beginner's AI programming project supporting text-to-image and audio generation features.) | @peyoba |
๐จ๐ณ Aiphotoๆบ่ฝ็ป็ป ๐จ๐ณ | AI่บๆฏๅทฅๅ - ๆบ่ฝ็ป็ป็ๆๅจใ่ฟๆฏไธไธชๅบไบAI็็ป็ป็ๆๅทฅๅ ท๏ผๅฏไปฅๆ นๆฎ็จๆท่พๅ ฅ็ไธญๆๆ่ฟฐ่ชๅจ็ๆ็ธๅบ็ๅพ็ใ(An AI art workshop - intelligent painting generator. This is an AI-based painting generation tool that can automatically generate images based on Chinese descriptions input by users.) | @qiyimg |
๐ฅ๏ธ AI YouTube Shorts Generator | Python desktop app that automates YouTube Shorts creation with AI-generated scripts, voiceovers (via ElevenLabs), and visuals using Pollinations API. Designed for content creators, educators, and marketers to produce high-quality short videos quickly without manual editing. | @Sami-Alsahabany |
๐ค Emojiall AI Drawing Platform | A platform focused on allowing users to draw pictures according to their own requirements with many preset styles and themes. Part of Emojiall, which has other text-based AI features like Emoji translation to text, Emoji recommender, and Emoji chatbot. | @James-Qi |
๐ PixPal | PixPal is a free AI assistant that can analyze, edit, and generate images, build websites from screenshots, create 3D games, and write full blog postsโall in one chat. Upload a photo, describe an idea, or request a UI clone and PixPal instantly delivers creative results. | @andreas_11 |
๐ ๐ช๐ธ ๐ช๐ธ Generador de presentaciones con imรกgenes y texto V2 | Una herramienta configurable que permite crear presentaciones con 3 a 20 diapositivas usando la API de Pollinations. Genera tรญtulos, descripciones e imรกgenes para cada diapositiva, con posibilidad de regenerar imรกgenes y descargar en HTML. (A configurable tool that allows you to create presentations with 3 to 20 slides using the Pollinations API. Generates titles, descriptions and images for each slide, with the ability to regenerate images and download in HTML.) | @juanrivera126 |
๐ ๐ช๐ธ Yo el director | Web para crear peliculas y contenido para youtube, usando Pollinations (Web platform for creating movies and YouTube content using Pollinations) | @henryecamposs |
Imagemate AI | Imagemate AI is a powerful image generation app designed to turn your imagination into stunning visuals with the help of advanced artificial intelligence. Built using the Pollinations AI API, Imagemate AI allows users to input a text prompt and instantly receive AI-generated images that match the description. | @Shanto-Islam |
B&W SVG Generator | Uses Flux (through pollinations) and potrace to create B&W Vector files | @pointsguy118 |
MIDIjourney | An AI music generation tool that creates MIDI compositions from text prompts using Pollinations, suitable for musicians and producers. | @midi_maestro |
TurboReel | A fast AI video generation service for social media content, leveraging Pollinations to create short, impactful videos from simple descriptions. | @turbo_reels |
StoryWeaver | An AI-powered platform for collaborative storytelling, where users can co-create narratives with AI using Pollinations for text and image generation. | @weave_tales |
AI PPT Maker | An AI-powered presentation generator that creates PowerPoint slides from text prompts using Pollinations. Features customizable templates, image suggestions, and content structuring to streamline presentation creation. | @ppt_monster |
Pollinations Gallery | A dynamic gallery showcasing AI-generated art created with Pollinations. Users can browse, search, and filter images, and submit their own creations. Features community voting and artist profiles. | @gallery_ai |
๐ฎ๐ฉ Generator Text AI ๐ฎ๐ฉ (โญย 1) | Text-to-image generator using Pollinations, supporting Indonesian and English prompts. | @ayick13 |
Musify - AI Enhanced Music Streaming | Musify is your AI-powered music buddy, making your jam sessions smarter and more fun. Powered by pollinations API, it offers AI Music Assistant, Voice Commands, AI Playlist Creator, and Responsive Design. | @Sugamdeol |
๐ง๐ท Case Me ๐ง๐ท | A vending machine that creates customized phone cases with photos or other images and colors chosen by the end customer. | anaboxmania@gmail.com |
๐ค Zelos AI image generator | It uses Pollinations for both prompt enhancing and image generation, it was a easy to make project due to pollinations services being easy to use. | Link |
Pollinator Android App | An open-source Android app for text-to-image generation. | @gaurav_87680 |
๐ค Zelos AI image generator | It uses Pollinations for both prompt enhancing and image generation, it was a easy to make project due to pollinations services being easy to use. | Link |
Aiphotoๆบ่ฝ็ป็ป | A Chinese language AI image generation platform using Pollinations, tailored for creating artistic and culturally relevant visuals. | @jolav_cn |
Rangrez AI | An AI image generation tool specializing in traditional Indian art styles, using Pollinations to create culturally rich visuals. | @rangrez_art |
StorySight | An AI tool that generates illustrations for stories and articles using Pollinations, helping writers visualize their narratives. | @story_viz |
Generative AI Images Gallery | A curated gallery of AI-generated images created with Pollinations, showcasing diverse styles and themes from the community. | @gallery_curator |
IRINA by visuallink | A website offering easy and free access to various neural networks, with multi-language support planned. Provides a platform for accessing various AI models, including Pollinations. | visuallink |
AI-Bloom | A platform for generating and exploring AI-created floral art and patterns. Users can customize flower types, colors, and arrangements using Pollinations, and share their digital bouquets. | @bloom_artist |
Own-AI | An AI text-to-image generator. | Sujal Goswami |
Pollinations.ai Model Comparison (โญย 0) | An interactive tool designed to compare outputs from various large language models with customizable timeout settings and real-time testing capabilities. | Link |
๐จ๐ณ IMyself AI ๐จ๐ณ | ๆไปฌๆไพ้ซ่ดจ้็AI็ๆๆๅก๏ผๅ ๆฌๅพๅ็ๆใๆๆฌ็ๆใ้ณ้ข็ๆๅ่ฏญ้ณ่ฝฌๆๆฌๆๅก๏ผ ่ฎฉๆจ่ฝปๆพๅๅปบๅ็งๅๆๅ ๅฎนใ (We provide high-quality AI generation services, including image generation, text generation, audio generation, and speech to text services, allowing you to easily create various creative content.) | Shadownc |
Project | Description | Creator |
---|---|---|
๐ ๐ค ๐ ๐ค Mindcraft (โญย 3.5k) | Crafting minds for Minecraft with LLMs and Mineflayer! An AI agent framework for Minecraft using Large Language Models that creates intelligent bots capable of autonomous gameplay, building, and interaction. | @kolbytn |
Minecraft AI (Python) (โญย 156) | A Python implementation for controlling Minecraft characters with Pollinations AI, featuring advanced pathfinding and building capabilities. | @py_minecraft_dev |
Minecraft AI (Node.js) (โญย 124) | A Node.js implementation that uses Pollinations AI to control a Minecraft character through natural language commands. | @minecraft_ai_dev |
Sirius Cybernetics Elevator Challenge (โญย 42) | A programming challenge that uses Pollinations AI to simulate personality-driven elevator systems in a virtual building environment. | @sirius_dev |
DreamHer (โญย 2) | Interactive web app that transforms your imagination of a 'dream girl' into a visual representation through just 10 simple questions using Pollinations AI. Features AI-powered visualization, dynamic processing, and an engaging, magical user experience. | @_Creation22 |
RoastMaster AI | No detailed description available, but likely a creative/entertainment tool (AI roast generator). | - |
Favorite Puzzles | A jigsaw puzzles game for Android, iOS, and web that uses Pollinations feed as one of the sources of images for puzzles. Features puzzle generation using neural networks, customizable difficulty levels from 6 to 1200 pieces, multiple game modes, and the ability to create puzzles from your own images. | contact@radbrothers.com |
Favorite Puzzles | A collection of AI-generated puzzles including jigsaws, crosswords, and logic games, all created using Pollinations APIs. | @puzzle_master |
AI Character RP (Roblox) | A Roblox game that lets players interact with AI characters powered by Pollinations, featuring dynamic conversations and quests. | @roblox_ai_dev |
Watch TV with Neko (Roblox) | A Roblox experience where players can watch AI-generated TV shows with a virtual cat companion, using Pollinations for content generation. | @neko_tv_dev |
Deep Saga | An immersive role-playing game with AI-generated worlds, characters, and quests that adapt to player choices using Pollinations AI. | @saga_studios |
๐ A Mita (Roblox) | A Roblox game about interacting with AI with different personalities. Features dynamic AI conversations and reached up to 1k active players at its peak. | @thespecificdev |
๐ Aiko AI: With You Til The End (Roblox) | A psychological escape room game where you're trapped by Aiko, an AI with a dangerous obsession. Features autonomous AI character with dynamic emotional states, interactive gameplay where your words directly affect Aiko's mood, and psychological manipulation mechanics to trick her into letting you escape. Powered by Pollinations AI. | @youssefelsafi |
roastmyselfie.app | AI Personality Analyzer - Get roasted and psychoanalyzed.. just from one selfie! Dare to try? | @andres_11 |
Watch TV with neko (Roblox) | Roblox game where you can talk with AI catgirls ๐พ or just have fun, talking with other players in cozy rooms โญ๏ธ | Link |
Infinite Tales | Interactive storytelling platform powered by AI that creates endless narrative adventures. | @infinite_tales |
Project | Description | Creator |
---|---|---|
tgpt (โญย 2.5k) | ChatGPT in terminal without requiring API keys. Uses Pollinations API endpoints to provide a free AI experience through the command line. | @aandrew-me |
๐ ๏ธ AI Content Describer (โญย 54) | An extension for NVDA, the free and open-source screen reader for Microsoft Windows. Uses multimodal generative AI to help those with blindness and visual impairments understand pictures, UI controls, complex diagrams/graphics, and more through intelligent descriptions that go far beyond simple alt-text. | @cartertemm |
MVKProject Nexus API (โญย 44) | An API gateway that provides simplified access to multiple AI services including Pollinations, offering standardized endpoints and request formats for developers. | @mvk |
Server Status Dashboards (โญย 31) | A monitoring tool for tracking and visualizing server performance metrics, using Pollinations API for natural language interpretation of technical data. | @devopper |
urSapere AI (โญย 25) | An AI-powered research tool that helps users explore and understand complex topics by leveraging Pollinations for advanced data analysis and summarization. | @ursapere_devs |
WordPress AI Vision Block (โญย 5) | A custom WordPress Gutenberg block that allows you to generate images using the Pollinations API. Simply enter a prompt, and the AI will generate an image for you. Once the post is saved, the image is automatically stored in the WordPress Media Library. | mahmood-asadi |
DominiSigns (โญย 3) | Avatar Translator for Dominican Sign Language that uses artificial intelligence to translate text and audio into Dominican sign language (LSRD), creating a communication bridge for approximately 100,000 deaf people in the Dominican Republic. | @cmunozdev |
๐ป๏ธ Windows Walker (โญย 3) | Windows Walker โ What Copilot for Windows should have been. AI-powered Windows assistant that translates voice/text commands into real system actions using PowerShell. Powered by ChatGPT + PowerShell in an Electron UI. | @supershivam |
Pollinations.AI Enhancer (โญย 2) | A frontend-based AI interface designed to deliver a smooth, multimodal, and visually engaging user experience with conversational AI, image generation, and more. | @fisven |
๐ฑ Strain Navigator (โญย 1) | A collection of tools to help Growers, Breeders & Seed Bankers. Free & Open Source powered by Pollinations.ai. | @Tolerable |
CoNavic (โญย 1) | A free, open-source browser extension that brings the power of ChatGPT and browser automation directly to your fingertips. Instantly access AI assistance, manage tabs, and organize bookmarks using natural language all securely within your browser. | @mkantwala |
Mimir AIP | An AI integration platform for developers. | @pipeline |
Herramientas IA | Tools designed with Pollinations.AI and the DescartesJS editor, including tools from other Pollinations.AI community members. | @herramientas |
DominiSigns (โญย 0) | A WordPress block plugin that lets users create AI-generated images through the block editor. Integrates with Pollinations API to generate images from text prompts directly within WordPress. | @dominicva |
๐ ๐ค DynaSpark API (โญย 0) | The DynaSpark API provides simple yet powerful AI capabilities for text generation, image creation, and audio synthesis. Built on the Pollinations AI API, it includes its own Python package and detailed documentation. Lightweight, developer-friendly, and easy to integrate with fast API calls and seamless operation in both web and desktop environments. | @Th3-C0der |
Pollinations MCP Server (โญย 42) | A Model Context Protocol server that enables AI-assisted development through natural language interaction with Pollinations' multimodal services. | @thomash |
MCPollinations | A Model Context Protocol (MCP) server that enables AI assistants to generate images, text, and audio through the Pollinations APIs. Supports customizable parameters, image saving, and multiple model options. | Pink Pixel |
pollinations_ai | Dart/Flutter package for Pollinations API. | @Meenapintu |
Smpldev | Create, deploy, and scale full-stack web and mobile applications in minutes. | @kennet678 |
pollinations NPM Module | JavaScript/Node.js SDK for Pollinations API. | - |
pypollinations | Comprehensive Python wrapper for Pollinations AI API. | @KTS-o7 |
@pollinations/react | React hooks for easy integration of Pollinations' features. | @pollinations |
Polli API Dashboard | Dashboard for managing/interacting with Pollinations API. | - |
pollinations.ai Python SDK | Official Python SDK for working with Pollinations' models. | @pollinations-ai |
Herramientas IA | Tools designed with Pollinations.AI and the DescartesJS editor, including tools from other Pollinations.AI community members. | @juanrivera126 |
๐จ๐ณ imggen.top ๐จ๐ณ | Create stunning AI-generated images in seconds with our free AI image generator. No login required, unlimited generations, powered by FLUX model. | lipengliang2012@163.com |
๐จ๐ณ Quicker Pollinations AI | This project provides a free API interface supporting various text and image generation models, including OpenAI's GPT-4, Gemini 2.0, etc. Users can access these models without an API key to perform text generation, image generation, translation, text polishing, and more. | Link |
Project | Description | Creator |
---|---|---|
KoboldAI Lite (โญย 3.7k) | A lightweight AI framework for text generation and chat. | @lostruins |
gpt4free (โญย 64.1k) | The official gpt4free repository - various collection of powerful language models. | xtekky |
LobeChat (โญย 21.0k) | An open-source, extensible chat UI framework supporting multiple models and features like message citing and image creation. | @lobehub |
SillyTavern (โญย 14.7k) | An LLM frontend for power users. Pollinations permits it to generate text and images. | - |
LobeChat (โญย 12.0k) | An open-source, modern-design ChatGPT/LLMs UI/Framework with speech-synthesis, multi-modal, and extensible plugin system. | @arvinxx |
๐ค AdvanceChatGptBot (โญย 200) | An advanced chatbot leveraging multiple GPT models via Pollinations for sophisticated dialogue management, context retention, and multimodal interactions. Includes features like personality selection and knowledge base integration. | ChatBotMasters |
๐จ๐ณ FreeAI ๐จ๐ณ (โญย 44) | An AI application platform based on Pollinations.AI API, providing free and unlimited AI chat assistant, image generation, and voice synthesis services. | @Azad-sl |
Irina (โญย 27) | An intelligent conversational assistant that combines Pollinations' text and image generation capabilities to create rich, multimedia responses to user queries. | @visuallink |
DynaSpark AI (โญย 20) | A versatile AI assistant with advanced image and text generation capabilities. | Th3-C0der |
toai.chat (โญย 11) | A personalized, multimodal AI chat assistant that leverages Pollinations APIs to converse with models like Claude, provide image generation, and answer questions about various topics. | @arjunbazinga |
๐ LLM7.io (โญย 7) | A free and open AI platform providing advanced multimodal capabilities, including large language model access and experimental search tools. Integrates Pollinations text generation as a backend service with transparent credit on the website and repository. | @chigwell |
๐ค ๐ฎ๐ฉ Rizqi O Chatbot ๐ฎ๐ฉ (โญย 1) | Rizqi O Chatbot adalah proyek berbasis Pollinations yang menggabungkan tiga fitur utama: chatbot AI, generator gambar AI, dan generator audio AI. Pengguna dapat berinteraksi dalam bentuk teks, menghasilkan gambar dengan berbagai gaya seni dan efek visual, serta membuat audio secara otomatis dari teks. (An AI chatbot, image generator, and audio generator project with support for custom aspect ratios, over 200 art styles & visual effects, and automatic translation from Indonesian to English.) | @ray23-bit |
๐ ๐ค Comeback AI (โญย 1) | AI-powered clapback machine that transforms mean comments into witty comebacks with 10 unique personas, uses Pollinations openai-audio for voice synthesis, and Whisper for speech-to-text transcription. Turn trolls into comedy gold! | @sizzlebop |
๐ Ai drafterplus | A ChatGPT-like interface with multiple AI models. Completely free and saves conversations in the browser using localStorage. | @dexvisser_ |
Unity AI Lab | A specialized uncensored LLM model built on Mistral Large, focused on unrestricted conversations. | - |
Neurix ๐ท๐บ | A website offering easy and free access to various neural networks, with multi-language support planned. Provides a platform for accessing various AI models, including Pollinations. | @Igroshka |
๐ Echo AI | A chat interface for AI interactions and conversations. | Unknown |
DreamBig - Generative AI Playground | Interactive AI playground with chat, image generation, and voice responses for creative exploration. | @opzzxsprinta._999 |
Pal Chat | An iOS app that integrates with all LLMs including Pollinations AI models in one unified simple interface. | Link |
๐ค Pollinations AI Chatbot | A chat bot integrating Pollinations API for text and image generation. | @chatbot |
Pollinations AI Playground | An AI application platform based on Pollinations.AI API, providing free and unlimited AI chat assistant, image generation, and voice synthesis services. | @playground |
๐ค Snarky Bot | A snarky bot based on Llama that is 100% free, powered by the Pollinations text API and OpenWebUI. Other models are available as well. | @snarkybot |
OkeyMeta | An LLM created by Africans to understand and have cultural awareness of African contexts and languages, OkeyAI outperforms many LLM models based on size and intelligence, OkeyMeta uses pollination image generating API to train it's LLM (OkeyAI) on images in real time. | @okeymeta |
๐ค Pollinations Chatbot | A chat bot integrating Pollinations API for text and image generation. | @Aashir__Shaikh |
๐จ๐ณ Pollinations.AI ไธญๆ | ๆไปฌๆไพ้ซ่ดจ้็AI็ๆๆๅก๏ผๅ ๆฌๅพๅ็ๆใๆๆฌ็ๆใ้ณ้ข็ๆๅ่ฏญ้ณ่ฝฌๆๆฌๆๅก๏ผ ่ฎฉๆจ่ฝปๆพๅๅปบๅ็งๅๆๅ ๅฎนใ (We provide high-quality AI generation services, including image generation, text generation, audio generation, and speech to text services, allowing you to easily create various creative content.) | @pollinations |
Anisurge | A free anime streaming app with a public chat feature that allows users to chat with AI characters powered by Pollinations AI. | @iotserver24 |
๐ฅ๏ธ AI Chat | A Windows desktop application that brings multiple AI models together in one simple, intuitive interface. Features saving/loading conversations, image generation, image explanation from URLs, and voice responses with different voices. | @narendradwivedi |
Irina | Lightweight and simple online chat interface powered by pollinations | @thatalgp |
๐ค Free AI Chatbot & Image Generator | A web application offering both conversation with AI and image generation capabilities, utilizing Pollinations API for creating visuals based on text prompts. | @aidevs |
๐ค PixPax | A user-friendly chatbot that lets you analyze images, remix existing images or create new images, all through simple chat. | @andreas_11 |
๐ค ๐ค DesmondBot | A snarky bot based on Llama that is 100% free, powered by the Pollinations text API and OpenWebUI. Other models are available as well. | @mcgdj |
๐ค Mirexa AI Chat | A state-of-the-art AI chatbot that seamlessly integrates multiple LLMs with advanced multimodal capabilities. Features comprehensive text generation, sophisticated image creation and image-to-image transformation, audio generation, mathematical problem solving, and real-time web search functionality. | @withthatway |
AI Chat | A simple and elegant chat interface for interacting with various AI models through Pollinations, focusing on ease of use and quick responses. | @jolav |
KoboldAI Lite | A lightweight version of KoboldAI that uses Pollinations for text generation, offering a streamlined experience for creative writing and storytelling. | @kobold_dev |
๐ค Jenny AI | AI chatbot and character creation platform with tts and sst it also has image generation and vision ability which are powered by pollinations. | Link |
Goalani | Voice-enabled AI fitness coach. Using only your voice, you can communicate with the agent to manage your fitness and nutrition. Features weight tracking, exercise logging, food tracking with AI-generated images, and agent customization. | goalani.app@gmail.com |
Pollinations Chat | Pollinations' integrated AI for text and images, totally free and unlimited. | @adrianoprogramer |
LiteAI | A free, fast, and anonymous AI chat and image generation platform with no login required. Features include various AI models, prompt library, upscaling, and community sharing. | LiteAI Team |
๐ค UR Imagine & Chat AI | A versatile AI platform offering both image generation and chat functionalities. Users can create visuals from text prompts and engage in conversations with AI models, all powered by Pollinations. | @ur_imagine |
๐ AI drafterplus | ChatGPT-like interface with a lot of AI models. Completely free. Saves inside the browser using localstorage. | @dexvisser_ |
PrivatePollenAI (โญย 0) | A privacy-focused chat assistant app that securely stores data locally, integrates with PollinationAI for text and image generation, features a minimalistic UI, and allows users to choose models and write their own system instructions. | Link |
Project | Description | Creator |
---|---|---|
๐ค AlphaLLM - AI Discord Bot (โญย 213) | A feature-rich Discord bot that combines multiple AI models from Pollinations to provide text generation, image creation, and voice synthesis. | @alphallm_team |
๐ค Pollinations Discord Bot (โญย 156) | Official Discord bot for Pollinations.ai that allows server members to generate images, text, and audio directly within Discord channels. | @pollinations |
๐ค OpenHive (โญย 124) | A decentralized platform for AI bots powered by Pollinations that can be deployed across multiple social media platforms simultaneously. | @openhive_network |
๐ค Titan-GPT (โญย 87) | A Discord bot that combines text and image generation capabilities from Pollinations to create rich, interactive experiences for server members. | @titan_dev |
๐ค PolliBot (โญย 75) | A versatile Telegram bot integrated with Pollinations. Offers image generation, text summarization, and quick answers directly within Telegram chats. Supports multiple languages. | BotBuilders Inc. |
๐ค Raftar.xyz (โญย 42) | Raftar.xyz is an innovative social bot platform that uses Pollinations AI to create engaging and interactive experiences on Discord and Twitter, focusing on community building and automated content curation. | @raftar_official |
๐ค ๐ฎ Gacha | Your Sassy All-in-One AI Discord Bot. A powerful, sassy, and slightly mischievous AI bot designed to level up your Discord server with intelligent conversations, creative tools, and smart automation โ all wrapped in a playful personality. Features AI-powered chat with STM and LTM, image generation & editing, image fusion & GIF handling, real-time web search, voice replies, media intelligence, slash commands, and dynamic intent detection. | _dr_misterio_ |
๐ค Aura Chat Bot | A chat bot integrating Pollinations API for text and image generation. | @Py-Phoenix-PJS |
๐ ๐ค ๐ค ImageEditer | AI Art Studio - A feature-rich Telegram bot that creates art from text prompts, remixes images, merges multiple artworks, and offers one-tap regeneration with real-time control. Supports multiple AI models (GPT Image, Flux, Turbo) with NSFW detection and smart layout features. | @dr_misterio |
๐ค One Word | A Discord bot that generates images from single-word prompts, designed for simplicity and quick creative inspiration. | @oneword_team |
๐ค Pollinations Telegram Assistant | An advanced Telegram bot that provides access to Pollinations AI services through a conversational interface with support for multiple languages. | @pollen_labs |
๐ค GPT_Project | GPT_Project Telegram AI Chatbot - A professional productivity tool that's always in your pocket. Utilizes Pollinations API for image generation (including Flux model) and text models (GPT-4.1, GPT-4.1-nano, SearchGPT). Features advanced language model interaction, versatile image generation, AI-powered image analysis, voice message recognition, text-to-speech, and a referral system. Designed for studying, work, and everyday AI assistance. | @lordon4x |
๐ค Pollinations WhatsApp Group | A WhatsApp group bot that allows members to generate AI content through simple commands, making Pollinations accessible on mobile messaging. | @whatsapp_ai_dev |
๐ค pollinations-tg-bot ๐จ๐ณ | Chinese language Telegram bot for Pollinations AI with specialized prompts for Eastern art styles and cultural references. | @cn_ai_dev |
๐ค Quick AI & Jolbak | A multi-platform bot suite that integrates with Discord, Slack, and Microsoft Teams to provide Pollinations AI services in professional environments. | @jolbak_dev |
AI Image Generator [ROBLOX] | A Roblox experience that allows players to generate images using Pollinations AI directly within the game environment. | @roblox_ai_studio |
๐ค SingodiyaTech bot | A Telegram bot focused on technical illustrations and diagrams generated by Pollinations AI, aimed at developers and engineers. | @singodiya_tech |
๐ค PolliBot | Telegram bot that generates images, text, and audio using Pollinations APIs. | @pollibot_dev |
๐ค Anyai | A Discord bot and community for AI-driven content. | @meow_18838 |
Project | Description | Creator |
---|---|---|
StoryMagic: Interactive Kids Stories | Interactive and educational tool for generating kids' stories. | - |
Riffle | A powerful tool designed to make reading English books more enjoyable and effective while helping you build your vocabulary naturally. Using Pollinations AI to create content that incorporates your own vocabulary words allows you to learn them in a vivid, engaging context. | gsx123@gmail.com |
OkeyAI (โญย 0) | An LLM created by Africans to understand and have cultural awareness of African contexts and languages, OkeyAI outperforms many LLM models based on size and intelligence, OkeyMeta uses pollination image generating API to train it's LLM (OkeyAI) on images in real time. | @okeymeta |
Apple Shortcuts Guide | Video guide on creating AI images using Apple Shortcuts. | @tolerantone |
Connect Pollinations with Open Web UI tutorial | Step-by-step guide on integrating Pollinations APIs with Open Web UI for enhanced image generation. | @pollinations |
๐ Whizzy AI | An educational AI platform for students featuring AI-powered study assistance, chat functionality, and image generation capabilities using Pollinations AI. Designed to help students with studies they find challenging. | @vaibhavcoding69 |
AIๅฟ็ซฅๆ ไบ ๐จ๐ณ | ๅบไบๆญค้กน็ฎ ๆๅปบๆ่ถฃ็ๅญฉๅญๆ ไบไนฆๅบ็จๆผ็คบ (Based on this project, build an interesting children's storybook application demo) | MZ |
Pollinations.AI AI/Teens talk | Session 2: ai/teens worldwide conference exploring the forces shaping AI today, diving into governance, virtual connections, and decision-making with voices from multiple European cities. | @thomash_pollinations |
๐ TeekGenAI | A platform providing free access to AI tools like image generation, text-to-speech, and chat, with tutorials. Content often available in Sinhala. | @teekgenai |
MalaysiaPrompt ๐ฒ๐พ | A resource for discovering and sharing creative prompts, supporting the Malaysian creative and educational AI community. | - |
๐จ๐ณ Chinese DeepSeek Tutorial | A tutorial showing how to make DeepSeek AI support image generation by leveraging Pollinations.ai's API. | Link |
Artistic Styles Book | An interactive book showcasing 90+ artistic styles. | Juan Gmo. Rivera |
๐ง๐ท Tutorial | An in-depth Portuguese tutorial on using Pollinations AI. | Janderson de Sales |
Podcast #1500 | Podcast project powered by pollinations, featuring dialogues among LLMs. First episode features 3o-mini and DeepSeek R1 70B talking about Vibe Coding. | @brain.diver |
Proyecto Descartes | Educational initiative integrating Pollinations AI into STEM. | Juan Gmo. Rivera |
Have you created a project using Pollinations.AI? Submit it through our project submission form to get it listed here! We use a structured GitHub issue template to make the submission process easy and organized.
We're constantly exploring new ways to push the boundaries of AI-driven content creation. Some areas we're excited about include:
- Digital Twins: Creating interactive AI-driven avatars
- Music Video Generation: Combining AI-generated visuals with music for unique video experiences
- Real-time AI-driven Visual Experiences: Projects like our Dreamachine, which create immersive, personalized visual journeys
Pollinations.AI envisions a future where AI technology is:
-
Open & Accessible: We believe AI should be available to everyone, not locked behind paywalls or restricted access
-
Transparent & Ethical: Our open-source approach ensures transparency in how our models work and behave
-
Community-Driven: We're building a platform where developers, creators, and AI enthusiasts can collaborate and innovate
-
Interconnected: We're creating an ecosystem where AI services can seamlessly work together, fostering innovation through composability
-
Evolving: We embrace the rapid evolution of AI technology while maintaining our commitment to openness and accessibility
We're committed to developing AI technology that serves humanity while respecting ethical boundaries and promoting responsible innovation. Join us in shaping the future of AI.
We believe in community-driven development. You can contribute to Pollinations.AI in several ways:
-
Coding Assistant: The easiest way to contribute! Just create a GitHub issue describing the feature you'd like to see implemented. The MentatBot AI assistant will analyze and implement it directly! No coding required - just describe what you want.
-
Project Submissions: Have you built something with Pollinations.AI? Use our project submission template to share it with the community and get it featured in our README.
-
Feature Requests & Bug Reports: Have an idea or found a bug? Open an issue and let us know. Our team and the MentatBot assistant will review it.
-
Community Engagement: Join our vibrant Discord community to:
- Share your creations
- Get support and help others
- Collaborate with fellow AI enthusiasts
- Discuss feature ideas before creating issues
For any questions or support, please visit our Discord channel or create an issue on our GitHub repository.
Our codebase is organized into several key folders, each serving a specific purpose in the Pollinations.AI ecosystem:
-
pollinations.ai/
: The main React application for the Pollinations.ai website. -
image.pollinations.ai/
: Backend service for image generation and caching with Cloudflare Workers and R2 storage. -
pollinations-react/
: React component library for Pollinations.ai. -
text.pollinations.ai/
: Backend service for text generation. -
model-context-protocol/
: Model Context Protocol (MCP) server for AI assistants like Claude to generate images directly.
This structure encompasses the frontend website, backend services for image and text generation, and integrations like the Discord bot and MCP server, providing a comprehensive framework for the Pollinations.AI platform.
Pollinations.AI is proud to be supported by:
- Portkey AI Gateway: AI Gateway for LLM routing and fallbacks
- AWS Activate: GPU Cloud Credits
- Google Cloud for Startups: GPU Cloud Credits
- NVIDIA Inception: AI startup support
- Azure (MS for Startups): OpenAI credits
- Cloudflare: Put the connectivity cloud to work for you.
- Scaleway: Europe's empowering cloud provider
- Modal: High-performance AI infrastructure
Pollinations.AI is open-source software licensed under the MIT license.
Made with โค๏ธ by the Pollinations.AI team