| Name | Description | Author |
|---|---|---|
| Pollinations Provider for Vercel AI SDK | Vercel AI SDK provider for Pollinations: text, image, and speech generation. | @artsiombarouski |
| Fable Friend | Interactive AI story adventure with selectable role, genre, and image style. | @Shreemahor |
| PolliDev | Developer-focused tool for managing generative image assets and prompts. | @FabioArieiraBaia |
| Lapse Game 2075 | AI-powered game where decisions shape a country's future over four pillars | @makeypocket |
| PixArt AI | iOS app that turns text prompts into AI-generated artwork via Pollinations. | @bhyahmed86-maker |
| Polly IDE | IDE to generate Angular and React sites using Pollinations AI models | @nulls-brawl-site |
| SteamKit | AI toolkit for Steam developers to generate marketing and store page assets. | @zouspants123321 |
| CHATTY AI | Enhance and update CHATTY AI web app to work seamlessly on Free Tier. | @tefa2007h-dev |
| Presintation web site | AI-powered web app that creates professional presentations in seconds. | @cyberuz001 |
| Resonance | Mobile-first image generator with many styles and features (Z Image Turbo, Flux) | @Bakhshi7889 |
We've launched https://gen.pollinations.ai โ a single endpoint for all your AI generation needs: text, images, audio, video โ all in one place.
- Unified endpoint โ single API at
gen.pollinations.aifor all generation - Pollen credits โ simple pay-as-you-go system ($1 โ 1 Pollen)
- All models, one place โ Flux, GPT-5, Claude, Gemini, Seedream, and more
- API keys โ publishable keys for frontend, secret keys for backend
Get started at enter.pollinations.ai and check out the API docs
- 2026-01-19 โ ๐ New Model: NomNom Added
nomnom(aliasgemini-scrape) for web research, scraping, and crawling capabilities. API Docs - 2026-01-19 โ ๐จ Klein Image Model Deployed FLUX.2
kleinmodel for faster text-to-image and precise image editing. Try it - 2026-01-19 โ ๐ต Audio Generation Text-to-speech with voice selection is now available directly on the Play page.
- 2026-01-19 โ ๐ Bring Your Own Key Connect your personal API key to chat.pollinations.ai for custom usage limits and billing.
- 2026-01-12 โ ๐ New Models Added
glm(GLM-4.7),minimax(MiniMax-M2.1), and Perplexity with citations. Check the API Docs. - 2026-01-12 โ ๐ Free Tier Upgrades Active users are now automatically upgraded to the Seed tier ($3/day) based on activity.
- 2026-01-12 โ ๐ฑ New AI Apps Try Study Buzz (study tools), Onyx (noir storyboards), and Player or AI (Roblox game).
- 2026-01-12 โ ๐ฅ Video Playback Video generations now render with native players and improved tooltips.
- 2026-01-05 โ ๐ต React Audio Hook New
usePollinationsAudiohook for adding AI voice to your apps. Docs - 2026-01-05 โ ๐ค Gemini Agent Tools Enable
google_search,code_execution, andurl_contexton Gemini models. API Docs
pollinations.ai is an open-source generative AI platform based in Berlin, powering 500+ community projects with accessible text, image, video, and audio generation APIs. We build in the open and keep AI accessible to everyoneโthanks to our amazing supporters.
- ๐ 100% Open Source โ code, decisions, roadmap all public
- ๐ค Community-Built โ 500+ projects already using our APIs
- ๐ฑ Pollen Tiers โ earn daily credits by contributing (tiers in beta)
- ๐ผ๏ธ Image Generation โ Flux, GPT Image, Seedream, Kontext
- ๐ฌ Video Generation โ Seedance, Veo (alpha)
- ๐ต Audio โ Text-to-speech and speech-to-text
- ๐ฃ Easy-to-use Packages (Packages)
curl 'https://gen.pollinations.ai/image/a%20beautiful%20sunset' -o image.jpgOr visit pollinations.ai for an interactive experience.
curl 'https://gen.pollinations.ai/text/Hello%20world'curl 'https://gen.pollinations.ai/v1/chat/completions' \
-H 'Content-Type: application/json' \
-d '{"model": "openai-audio", "messages": [{"role": "user", "content": "Say hello"}], "modalities": ["text", "audio"], "audio": {"voice": "nova", "format": "wav"}}'Explore voices at OpenAI.fm.
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-protocolCommunity alternatives like MCPollinations and Sequa MCP Server 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.
Get your API key at enter.pollinations.ai
| Key | Prefix | Use Case | Rate Limits | Status |
|---|---|---|---|---|
| Publishable | pk_ |
Client-side, demos, prototypes | 1 pollen per IP per hour | |
| Secret | sk_ |
Server-side only | No rate limits | Stable |
โ ๏ธ Publishable keys: Turnstile protection coming soon. Not recommended for production yet.
โ ๏ธ Never exposesk_keys in client-side code, git repos, or public URLs
๐ก Building an app? Use Bring Your Own Pollen โ users pay for their own usage, you pay $0
Each API key can be scoped to specific models. When creating a key at enter.pollinations.ai, you can:
- Allow all models โ key works with any available model
- Restrict to specific models โ select exactly which models the key can access (e.g., only
fluxandopenai, or justgptimage-large)
curl 'https://gen.pollinations.ai/image/a%20cat?key=YOUR_KEY'Environment variable (best practice):
export POLLINATIONS_API_KEY=sk_...See full API docs for detailed authentication information.
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:
https://gen.pollinations.ai/text/What%20is%20artificial%20intelligence?
Use the OpenAI-compatible endpoint with openai-audio model:
curl 'https://gen.pollinations.ai/v1/chat/completions' \
-H 'Content-Type: application/json' \
-d '{"model": "openai-audio", "messages": [{"role": "user", "content": "Hello"}], "modalities": ["text", "audio"], "audio": {"voice": "nova", "format": "wav"}}'Check out our Pollinations SDK for Node.js, browser, and React integration.
graph LR
Q[Bots - Discord, Telegram, WhatsApp] --> GEN
N[30+ Mobile and Web Apps] --> GEN
A[pollinations.ai Web Frontend] --> GEN
R[AI Agents - Qwen, Sillytavern, ...] --> GEN
AI[AI Assistants - Claude] --> MCP[MCP Server]
MCP --> GEN
GEN[gen.pollinations.ai] --> ENTER[enter.pollinations.ai Gateway]
ENTER --> IMG[Image Service]
ENTER --> TXT[Text Service]
IMG --> CF[Cloudflare Worker with R2 Cache]
CF --> B[image-origin.pollinations.ai]
B --> D[FLUX / GPT Image / Seedream - GPU VMs]
TXT --> C[text.pollinations.ai]
C --> SC[Scaleway API]
C --> DS[Deepseek API]
C --> G[Azure-hosted LLMs]
C --> CFM[Cloudflare AI]
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 โ earn daily Pollen by contributing, no credit card required
-
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 (labeled as APPS) 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. -
packages/sdk/: SDK and React component library for Pollinations.ai. -
text.pollinations.ai/: Backend service for text generation. -
packages/mcp/: 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.
For development setup and environment management, see DEVELOP.md.
pollinations.ai is proud to be supported by:
- Perplexity AI: AI-powered search and conversational answer engine
- AWS Activate: GPU Cloud Credits
- io.net: Decentralized GPU network for AI compute
- BytePlus: Official ByteDance cloud services and AI solutions
- 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
- NavyAI: AI API provider for OpenAI o3 and Gemini models
- Nebius: AI-optimized cloud infrastructure with NVIDIA GPU clusters
The best way to support pollinations.ai is by using our product! Get your API key and start building at enter.pollinations.ai.
๐ Twitter ยท Instagram ยท LinkedIn ยท Facebook ยท Reddit ยท YouTube
pollinations.ai is open-source software licensed under the MIT license.
Made with โค๏ธ by the pollinations.ai team