pollinations

Free Open-Source Image and Text Generation

595
85
TypeScript

Pollinations.AI

Your Engine for Personalized Synthetic Media

๐Ÿ†• Latest News

  • Pollinations.DIY - Our newest product! A browser-based development environment for building AI-powered applications with Pollinations services.
  • New Models - Gemini 2.0 Flash and Gemini 2.0 Flash Thinking models are now available on text.pollinations.ai/models!
  • MentatBot - Our autonomous AI coding assistant implements new features directly from GitHub issues! Simply create an issue describing what youโ€™d like to see.

๐Ÿ†• NEWS: 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 about MentatBot.

Pollinations.AI Logo

๐ŸŒŸ Introduction

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.

๐Ÿš€ Key Features

  • ๐Ÿ”“ 100% Open Source
  • ๐Ÿ†“ Free to use
  • ๐Ÿ”’ Simplicity and privacy: No logins, no keys, no data stored
  • ๐Ÿ–ผ๏ธ Embed like any normal image or text
  • ๐ŸŒ Over 50,000 active users and > 20 million images generated per month
  • ๐Ÿค 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
Star History Chart

๐Ÿš€ Getting Started

Image Generation

  1. Visit https://pollinations.ai
  2. Type your description in the text box
  3. Click โ€œGenerateโ€ and watch the magic happen!

Text Generation

  1. Visit https://text.pollinations.ai
  2. Start chatting with the AI

For more advanced usage, check out our API documentation.

๐Ÿ–ฅ๏ธ How to Use

Web Interface

Our web interface is user-friendly and doesnโ€™t require any technical knowledge. Simply visit 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:

Conceptual Isometric World

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?

๐Ÿ› ๏ธ 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 for more details.

Architecture

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
    
    L1[Image CDN] --> B
    L2[Text CDN] --> C
    
    B[image.pollinations.ai - AWS EC2 CPU] --> F[Azure OpenAI - Prompt Enhancing]
    B --> S[LlamaGuard - Safety Checker]
    B --> M[llmplayground.net - Custom FLUX models]
    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 --> CF[Cloudflare AI]
    SC --> MI[Mistral Models]
    SC --> QW[Qwen Models]
    SC --> LL[Llama Models]
    DS --> DM[Deepseek Models]
    G --> H[OpenAI]
    G --> K[Claude]
    CF --> CFM[Llama & Deepseek Models]

Projects Using Pollinations.AI

Pollinations.AI is used in various projects, including:

LLM Integrations

Project Description Creator Links
๐Ÿ†• 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 Roblox Profile Website
๐Ÿ†• urSapere AI A state-of-the-art chatbot integrating multiple LLMs with advanced features including image generation, mathematical proficiency, and real-time web search withthatway Website, Profile
Pollinations Chat Pollinationsโ€™ integrated AI for text and images, totally free and unlimited @adrianoprogramer Website, Instagram
LobeChat An open-source, modern-design ChatGPT/LLMs UI/Framework with speech-synthesis, multi-modal, and extensible plugin system - Website, GitHub
Qwen-Agent A framework for developing agentic LLM applications - GitHub
SillyTavern An LLM frontend for power users. Pollinations permits it to generate images - Docs, GitHub
FlowGPT Generate images on-demand with ChatGPT - Website
gpt4free The official gpt4free repository - various collection of powerful language models xtekky GitHub
Unity AI Lab A specialized uncensored LLM model built on Mistral Large, focused on unrestricted conversations - Website
DynaSpark AI A versatile AI assistant with advanced image and text generation capabilities Th3-C0der Website, GitHub

Creative & Interactive Applications

App Description Creator Links
๐Ÿ†• image1gen Website to easily create images via pollinations.ai API @oopshnik Website, GitHub, HuggingFace
๐Ÿ†• AI Image Generator A web-based AI image generator powered by Pollinations.ai, featuring multi-model support, customizable parameters, and real-time preview @hrisjeui Website, GitHub
๐Ÿ†• ๐ŸŽต PolliSonic Generator An AI-driven tool that transforms text prompts using MidiJourney into MIDI-based melodies through browser oscillators @brain.diver Website, GitHub
๐Ÿ†• Abyss Ascending A web-based generative interactive fiction (text adventure) set in a sci-fi underwater world @brain.diver Website, GitHub
๐Ÿ†• ๐ŸŽฎ Deep Saga A text based RPG with AI-generated scene images @jr_7_77 Play Store
[AI] Character RP (Roblox) A popular Roblox game for AI character roleplay @renewed Roblox
MIDIjourney An AI-powered plugin for Ableton Live that turns text descriptions into music KORUS Labs GitHub
TurboReel An open-source video generation system using AI @pedroriosa Website, GitHub
Rangrez AI A web platform for inspiring, creating, and customizing designs @saadaryf Website
Infinite Tales A Choose Your Own Adventure RPG, dynamically narrated by AI JayJayBinks Website, GitHub
StorySight An app to help children with learning disabilities - GitHub
StoryWeaver Crafts personalized picture books for children Multiple Authors Devpost
Sirius Cybernetics Elevator Challenge A Hitchhikerโ€™s Guide to the Galaxy themed LLM-based elevator game @thomash_pollinations Demo, GitHub
POLLIPAPER A dynamic wallpaper app that uses Pollinations AI @intolerant0ne GitHub
AI PPT Maker Create AI-powered presentations using Pollinationsโ€™ API @k_ush Website
UR Imagine & Chat AI A free and limitless image generator with companion AI chat/roleplay system withthatway Website
Pollinations Gallery A clean and simple gallery showcasing communityโ€™s AI-generated images @deng-xian-sheng Website
AI-Bloom A minimal creative showcase of AI-powered content generation @diepdo1810 Website

Tools & Interfaces

App Description Creator Links
๐Ÿ†• Pollinations.ai Model Comparison An interactive tool designed to compare outputs from various large language models with customizable timeout settings and real-time testing capabilities. @dseeker Website, GitHub
๐Ÿ†• Anime AI Generation Create professional-quality anime characters with powerful AI technology. No artistic skills required. @shreyas281898 Website
๐Ÿ†• Pollinations.DIY A browser-based coding environment based on bolt.diy, featuring integrated Pollinations AI services, visual code editing, and project management tools @thomash_pollinations Website, GitHub
๐Ÿ†• Pal Chat An iOS app that integrates with all LLMs including Pollinations AI models in one unified simple interface @pallavmac App Store
Pollinator Android App An open-source Android app for text-to-image generation @gaurav_87680 GitHub
Own-AI An AI text-to-image generator Sujal Goswami Website, GitHub
JustBuildThings A collection of AI tools for image generation, character chat, and writing rasit Website
Elixpo A web interface for easy image generation with theme selection Ayushman Bhattacharya Website, GitHub
Image Gen - Uncensored Edition A powerful image generation assistant on HuggingChat @DeFactOfficial HuggingChat
Free AI Chatbot & Image Generator A mobile app for unlimited AI chat and image generation @andreas_11 Website
JCode Website Builder A website generator using Pollinations text API @rtxpower Website
Server Status Dashboards Real-time monitoring dashboards for Pollinations text and image servers @tolerantone Text Status, Image Status
Websim A web simulation tool that integrates Pollinations.ai @thomash Website

Social Bots

Bot Description Creator Links
๐Ÿ†• One Word A Telegram bot for a word-matching game where players try to write the same word simultaneously, featuring image generation from game words using Pollinations.AI @Dimaq21 Telegram
๐Ÿ†• Titan-GPT Free Telegram bot providing access to neural networks including image and text generation powered by Pollinations.AI @titangpt_support Telegram
Discord Bot A Discord bot for generating images based on user prompts @Zngzy Discord, GitHub
Telegram Bot A Telegram bot for generating images based on user prompts Wong Wei Hao Telegram
WhatsApp Group A WhatsApp group for image generation @dg_karma Join Group
OpenHive A Discord server bridging Discord and AI, featuring Beebot @creativegpt Discord
Anyai A Discord bot and community for AI-driven content @meow_18838 Discord

SDK & Libraries

Library Description Creator Links
pollinations NPM Module A Node.js package for accessing all Pollinations features @maxencexz NPM
pypollinations Comprehensive Python wrapper for Pollinations AI API @KTS-o7 PyPI
@pollinations/react React hooks for easy integration of Pollinationsโ€™ features @pollinations NPM, Docs
Polli API Dashboard Real-time dashboard monitoring text.pollinations.ai/feed @Sugamdeol Website, GitHub
pollinations.ai Python SDK Official Python SDK for working with Pollinationsโ€™ models @pollinations-ai GitHub

Tutorials

Tutorial Description Creator Links
Artistic Styles Book An interactive book showcasing 90+ artistic styles Juan Gmo. Rivera HTML, PDF
Proyecto Descartes Educational initiative integrating Pollinations AI into STEM Juan Gmo. Rivera Website
Tutorial An in-depth Portuguese tutorial on using Pollinations AI Janderson de Sales Website
Apple Shortcuts Guide Video guide on creating AI images using Apple Shortcuts RoutineHub YouTube, Shortcut

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.

๐Ÿ”ฎ Future Developments

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

๐ŸŒ Our Vision

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.

๐Ÿค Community and Development

We believe in community-driven development. You can contribute to Pollinations.AI in several ways:

  1. 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 your request and implement it directly! No coding required - just describe what you want.

  2. 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.

  3. 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.

  4. 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.

๐Ÿ—‚๏ธ Project Structure

Our codebase is organized into several key folders, each serving a specific purpose in the Pollinations.AI ecosystem:

This structure encompasses the frontend website, backend services for image and text generation, and integrations like the Discord bot, providing a comprehensive framework for the Pollinations.AI platform.

๐Ÿข Supported By

Pollinations.AI is proud to be supported by:

Supported Companies

๐Ÿ“œ License

Pollinations.AI is open-source software licensed under the MIT license.


Alt


Made with โค๏ธ by the Pollinations.AI team