Free Open-Source Image and Text Generation
openai-audio
model - see our API documentation for details.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.
openai-audio
model with our API (explore voices at OpenAI.fm)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:
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_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 |
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 Feed (⭐ 5) | A social media inspired application for browsing, creating, and sharing AI-generated images using the Pollinations API. | @yujincs |
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 |
🇨🇳 AI 文本转音频 🇨🇳 (⭐ 2) | 输入文本,选择语音风格,一键将文字转换为自然流畅的语音。 支持多种声音特征,帮您创建专业水准的音频内容。 (Input text, select voice style, and instantly convert text to natural, fluid speech. Supports various voice characteristics to help you create professional-quality audio content.) | Link |
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 |
Avatar GenStudio | A system for creating custom characters that uses the Pollinations API for totally free and unlimited image generation. | @nic-wq |
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 |
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. | [email protected] |
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 |
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. | [email protected] |
Image Gen - Uncensored Edition | A powerful image generation assistant on HuggingChat. | @DeFactOfficial |
Pollinations AI Video Generator | An open-source video generation system using AI. | @videogen |
Pollinations AI Image Generator | An AI-powered image generation platform for Android designed to create stunning visuals from text prompts. Features dynamic image generation as users scroll, save to gallery, favorites, and a user-friendly interface. | @imagegen |
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 |
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 |
Anime AI Generation | A web app specializing in anime-style image generation using Pollinations AI, with options for different anime art styles and character designs. | @FromOtherUniverse |
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. | [email protected] |
🤖 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 |
AI YouTube Shorts Generator | A tool that uses Pollinations AI to generate engaging YouTube Shorts videos from text prompts, including visuals and voiceovers. | @shorts_creator |
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). | - |
Pollinations AI Game | 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. | [email protected] |
Mindcraft | 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 |
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 |
Favorite Puzzles | A collection of AI-generated puzzles including jigsaws, crosswords, and logic games, all created using Pollinations APIs. | @puzzle_master |
Abyss Ascending | A text-based adventure game with procedurally generated dungeons and storylines powered by Pollinations AI. | @abyss_game_studio |
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 |
Infinite World – AI Game | An exploration game with procedurally generated environments and creatures created by Pollinations AI based on player input. | @infinite_world_dev |
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 |
GPT_Project (⭐ 150) | A cutting-edge platform leveraging GPT models via Pollinations for advanced text analysis, content generation, and interactive chat solutions. Showcases multiple proof-of-concept applications. | AI Future Labs |
🆕 🛠️ 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 |
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. | [email protected] |
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 |
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 |
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. | [email protected] |
🇨🇳 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 |
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. | [email protected] |
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 |
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 |
🤖 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. | [email protected] |
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:
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:
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:
Pollinations.AI is open-source software licensed under the MIT license.
Made with ❤️ by the Pollinations.AI team