- 🔐 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
Add this to your MCP client configuration:
{
"mcpServers": {
"pollinations": {
"command": "npx",
"args": [
"@pollinations/model-context-protocol"
]
}
}
}
npx @pollinations/model-context-protocol
Community alternatives like [MCPollinations](https://github.com/pinkpixel-dev/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](APIDOCS.md).
## 🖥️ How to Use
### Web Interface
Our web interface is user-friendly and doesn't require any technical knowledge. Simply visit [https://pollinations.ai](https://pollinations.ai) and start creating!
### API
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!
## 🎨 Examples
### Image Generation
Here's an example of a generated image:
[](https://pollinations.ai/p/3d_wireframe_blueprint_for_the_prompt_conceptual%20isometric%20world%20of%20pollinations%20ai%20surreal%20hyperrealistic%20digital%20garden?width=2000&height=500&nologo=true&seed=-1)
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_digital_garden")
### Text Generation
To generate text, use this URL:
https://text.pollinations.ai/What%20is%20artificial%20intelligence?
### Audio Generation
To generate audio from text, use this URL:
https://text.pollinations.ai/Welcome%20to%20Pollinations?model=openai-audio&voice=nova
## 🛠️ Integration
### React Hooks
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](./pollinations-react/README.md) for more details.
## Architecture
```mermaid
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. | - |
Pollinations Task Master (⭐ 3) | A task management system that uses AI to help break down and organize development tasks through natural language interaction. | @LousyBook94 |
🆕 PairFusion (⭐ 0) | A real-time AI powered, scalable and feature-rich collaborative IDE built for modern development teams. Experience seamless pair programming, instant feedback, and a professional-grade toolset designed for maximum productivity. | @auraticabhi |
CraftUI | An AI-powered tool that simplifies UI design by turning text prompts or images into clean, production-ready components. It supports real-time customization with theme switching, framework selection (like Tailwind or Bootstrap), and intuitive editing. Whether you're a developer or designer, CraftUI helps you design faster, smarter, and with ease. Explore, remix, and share your creations in a growing creative community. | @imhardikdesai |
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 |
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 |
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 |
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 |
Elixpo Art (⭐ 8) | A Web interface to create thematic images from prompts, with multiple aspect ratios and also image reference inputs. | Ayushman Bhattacharya |
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 |
MASala (⭐ 1) | Multi-Agent AI That Cooks Up Recipes Just for You ~ From fridge to feast, MASALA plans it all. | @Naman009 |
🆕 Argent Script | AI Voice Generator - Generate text to audio for free and without limits, powered by GPT-4o Audio. Instantly convert your words into natural, lifelike speech. | Link |
Unfoldtech | Easily generate new images inspired by the Pexels website with embedded IPTC (title, description, keywords) on download. Find beautiful image inspiration from Pexels, create prompts from images, and generate new images with metadata embedded for immediate use in stock photography or upscaling. | kengkreingkrai@gmail.com |
Celebrity AI Image Generator (⭐ 0) | An AI-powered celebrity image generator that uses Pollinations.ai and a1.art APIs. Users can directly input celebrity text to generate celebrities doing anything. Features celebrity photo shooting capabilities where users can upload their pictures and take selfies with celebrities like Labubu, Taylor Swift, and more. | @Colin-Zero |
Coloring AI 🎨 | An intelligent web-based coloring assistant that turns black-and-white sketches into fully colored artworks using AI. Features multiple artistic styles, AI coloring generator, sketch-to-image conversion, and image-to-coloring page tools. | 962900862@qq.com |
JSON Pollinations API | A Deno Deploy API wrapper for Pollinations that provides JSON-formatted responses. Designed for applications that require JSON API integration with Pollinations services. | @apersonwhomakesstuff |
MrEgonAI | An image generator powered by pollinations.ai and its image generation models. Features text-to-image generation with various AI models. | @mregon |
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 |
StoryBolt (⭐ 0) | Generate stories with enticing narratives and beautiful illustrations. Users can enter a prompt, customize the genre and art style, and publish their stories! Users can favorite, download, and listen to their stories, and read other books created by the community. | @gumbasil |
CalcuBite AI | CalcuBite AI is a smart tool that analyzes food from images to provide calorie and nutrient details. Just take a photo, and it quickly gives you an estimate of your meal's nutritional value. It uses AI for accurate analysis, and if you run out of free scans, you can watch an ad to get more! | @sugamdeol |
🇮🇩 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 |
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 |
PollinateAI (⭐ 0) | PollinateAI is an image generation platform that aims to ease the stress of graphic and visual designers in delivering inspirations for their work. Regular consumers are also welcomed. | @Auspicious14 |
FlowGPT | Generate images on-demand with ChatGPT! | - |
Image Gen - Uncensored Edition | A powerful image generation assistant on HuggingChat. | @DeFactOfficial |
Foodie AI | An AI application for food analysis that uses advanced artificial intelligence technology to help users understand food ingredients, nutritional value, and health impacts. Provides food safety analysis, nutritional health assessment, sports and fitness analysis, visual display, alternative recommendations, and practical insights for different dietary habits. | @Aashir__Shaikh |
AIMinistries | A collection of free AI tools including AI chat, writing tools, image generation, image analysis, text-to-speech, and speech-to-text. | @tolerantone |
Match-cut video ai (⭐ 0) | This AI generates video from text in match-cut text style, uses pollinations llm to generate nearby text, and supports API integration. | @r3ap3redit |
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 |
TurboReel | A fast AI video generation service for social media content, leveraging Pollinations to create short, impactful videos from simple descriptions. | @turbo_reels |
StoryWeaver (⭐ 0) | An AI-powered platform for collaborative storytelling, where users can co-create narratives with AI using Pollinations for text and image generation. | @weave_tales |
Anime Character Generator | 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 |
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 |
🇮🇩 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 |
StorySight (⭐ 0) | An AI tool that generates illustrations for stories and articles using Pollinations, helping writers visualize their narratives. | @story_viz |
Generative AI Images Gallery (⭐ 0) | A curated gallery of AI-generated images created with Pollinations, showcasing diverse styles and themes from the community. | @gallery_curator |
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) | A web-based Minecraft-inspired game where players can use natural language to build and interact with a voxel world using Pollinations AI. | @mindcraft_team |
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). | - |
Pollinations AI Game (⭐ 0) | A Hitchhiker's Guide to the Galaxy themed LLM-based elevator game. | @game |
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 |
Juego de Memorizar con Pollinations | A memory game that uses Pollinations AI to generate unique image pairs for matching, with difficulty levels and educational themes. | @edudev_es |
Abyss Ascending | A generative cosmic ocean adventure - text-based RPG with AI-driven storytelling, dynamic backgrounds, and procedural audio powered by Pollinations AI. | @interzone |
AI Character RP (Roblox) (⭐ 0) | A Roblox game that lets players interact with AI characters powered by Pollinations, featuring dynamic conversations and quests. | @roblox_ai_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 |
Infinite World – AI Game | An exploration game with procedurally generated environments and creatures created by Pollinations AI based on player input. | @infinite_world_dev |
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 |
🕰️ Time Travel Selfie Portal | Upload your selfie, background is automatically removed. Choose a historical era and view your viral time-travel portrait, move your image for the best fit, and get your unique humorous biography. Uses text.pollinations.ai for image analysis and biography creation, and image.pollinations.ai for background generation. | @Argyrisk21 |
Convince the Weird Maid to Let You Leave the House (Roblox) | A Roblox game where a weird maid traps you inside her house. Your goal is to convince her to let you leave before her 'freakiness' meter hits 100%. Powered by AI for dynamic conversations and interactive gameplay. | @wBrowsqq |
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 |
🆕 RETIME - FABRIC OF REALITY | A text-based, blind friendly fantasy adventure game powered by Pollinations AI. Players navigate through broken pieces of reality and time, making choices that shape a unique story. Features screen-reader accessibility and temporal mechanics with 'Temporal Dinars' currency. | @TheSingleAlgerianPotato |
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 (⭐ 0) | 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 |
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 |
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 |
FoodAnaly | An AI application for food analysis that uses advanced artificial intelligence technology to help users understand food ingredients, nutritional value, and health impacts. Provides food safety analysis, nutritional health assessment, sports and fitness analysis, visual display, alternative recommendations, and practical insights for different dietary habits. | liukang0120@163.com |
Mimir AIP | An AI integration platform for developers. | @CiaranMcAleer |
Herramientas IA | Tools designed with Pollinations.AI and the DescartesJS editor, including tools from other Pollinations.AI community members. | @herramientas |
Pollinations AI Free API | 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. | @freeapi |
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 |
YankoviC (⭐ 0) | A programming language interpreter written in JavaScript that emulates C/C++ writing style with Weird Al themed elements. Comes with 'The Accordion' IDE that uses Pollinations for tab autocomplete and chat assistant to help people learn YankoviC. | @Sweaterdog |
Pollinations MCP Server (⭐ 42) | A Model Context Protocol server that enables AI-assisted development through natural language interaction with Pollinations' multimodal services. Mult1m0dal | @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 |
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 (⭐ 0) | 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 |
---|---|---|
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. | - |
🇨🇳 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 |
DynaSpark AI (⭐ 20) | A versatile AI assistant with advanced image and text generation capabilities. | Th3-C0der |
OkeyMeta (⭐ 10) | OkeyMeta is an AI Playground that allows you to chat with different AI models, generate images, and more. It is powered by Pollinations.ai. | @okeymeta |
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 |
toai.chat (⭐ 2) | An AI-client-free project dedicated to enabling AI interaction using only curl, supporting multimodal and MCP capabilities, to provide users with the simplest way to use AI. | @Veallym0n |
🤖 🇮🇩 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 |
🆕 🤖 VOID.AI (⭐ 0) | A humanlike AI mentor, productivity partner, and emotionally intelligent assistant that adapts its tone and energy based on user behavior. Features conversational AI that feels more like a charismatic friend than a chatbot, providing code walkthroughs, life advice, writing help, and motivation with realistic speech output and context memory. | @Ajay-Dhakad |
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 Playground | An AI application platform based on Pollinations.AI API, providing free and unlimited AI chat assistant, image generation, and voice synthesis services. | @playground |
Image Gen - Uncensored Edition | An uncensored image generation tool that allows for creative freedom without content restrictions. | @flowgpt |
🇨🇳 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 |
🤖 Free AI Chatbot & Image Generator (⭐ 0) | 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 |
🤖 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 |
Project | Description | Creator |
---|---|---|
🤖 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 |
🤖 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 |
🤖 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 (⭐ 0) | 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] (⭐ 0) | 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 |
🤖 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 |
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. | - |
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