| Name | Description | Author |
|---|---|---|
| ๐งญ Gratisfy | Gratisfy allows brings all the free AI inference providers including pollinations in to one place. Whether its a unified API access point Benchmark data or just finding new free providers Gratisfy is | @web |
| ๐ NovelCraft AI | Write novels in your browser using NovelCraft AI; it runs entirely on your device with no account, no installation, and no server. | @web |
| ๐ฌ Generador y Editor de Imgenes y Videos con Pollina | Genera y edita imรกgenes y videos con modelos y plantillas. Generador y Editor de Imgenes y Videos con Pollina exporta en PNG, JPG y MP4, ajusta resoluciรณn, recorta clips y aplica filtros. | @web |
| ๐ต Pollinations CLI | High-performance terminal interface + autonomous agent hub for Pollinations.ai. Text/image/audio/video, batch processing, templates, gallery, chat, replays and Pollina Swarm Agent (self-correcting ReAct agent with Architect-Coder-Critic loop and ability to use tools and help make projects autonomously, also has asset generation for full scale projects). A Pollinations CLI which has pretty much everything a CLI user will need. | @cli |
| ๐ก๏ธ Skills-Sentinel-scan | Scan using Skills-Sentinel-scan, a Dockerized security scanner that detects malicious patterns, supply chain risks, and permission overreach in AI skills and agents and exposes a web UI. | @web |
| ๐จ junk journal Ai | Generate junk journal pages with junk journal Ai, creating printable, customizable layouts and collage-style elements for scrapbooking and mixed-media projects. | @web |
| ๐จ AI img gen stant | Generate images from text prompts with control over style, resolution, and seeds, and export outputs for iteration. | @web |
| ๐ค OpenLLM | Run OpenLLM to deploy, serve, and manage LLMs with a unified CLI and API, handling model loading, inference endpoints, and scaling for local or production environments. | @web |
| ๐ผ๏ธ Comics Explorer | Organiza y visualiza colecciones de cรณmics digitales y presentaciones interactivas en Comics Explorer mediante una interfaz web moderna. | @web |
| ๐งฐ ALL in One AI Tools | Manage content, media, tasks, and workflows using ALL in One AI Tools for content creation, automation, and work management. | @web |
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-03-11 โ ๐จ GPT Images Liberated We relocated
gpt-image-1-miniandgpt-image-1.5to a new region to sidestep some overly enthusiastic content filters. Reliable, block-free generation is back on the Unified API. - 2026-03-10 โ ๐ง New Models: Claude & Dirtberry Claude Sonnet 4.6 is now available via the
claude-airforcetext endpoint, alongsidedirtberryfor quick realistic image generation. Hit the Unified API to try them out. - 2026-03-10 โ ๐ Bring Your Own Pollen The Product Packaging Designer and AI Dungeon Master community apps now support Pollinations SSO. Log in, spend your own Pollen balance, and bypass third-party media hosts with our native upload service.
- 2026-03-09 โ ๐ค Polly V2 Our Discord bot got a brain transplant. Rebuilt with native internals for speed, she now features an adaptive personality that matches your tone, skips the sycophancy, and points you to the docs instead of dumping massive code blocks.
- 2026-03-09 โ ๐จ Unfiltered nanobanana We took the training wheels off the nanobanana image model. Passing
safe=falseto the API now properly bypasses native safety settings instead of relying on clunky prompt injections, resulting in fewer false-positive blocks on your creative prompts. - 2026-03-08 โ ๐จ Fresh coat of pixels The main website has a new look. We replaced the old theming engine with a cohesive color palette and dynamic retro pixel art backgrounds. Much cozier.
- 2026-03-06 โ ๐ฆ SDK Upgrades: Audio & BYOP The hive has ears. You can now run Whisper Speech-to-Text, handle media uploads, and let users spend their own Pollen credits directly through the SDK.
- 2026-03-06 โ ๐ง Step-3.5-Flash Available
step-3.5-flashis now wired up and ready for chat completions via the Unified API. - 2026-03-06 โ ๐พ Media Storage Upgrades Name tags for your files. Media downloads now preserve your original filenames, and re-uploading an existing file automatically resets its 14-day expiration timer.
- 2026-03-05 โ ๐ GPT Image 1.5 Large We unblocked the Azure endpoints and wired up the new 1.5 large model. Better pixels, fewer timeouts. Hit the Unified API to try it.
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)
1๏ธโฃ Get your API key
Sign up at enter.pollinations.ai to generate your key.
2๏ธโฃ Choose what you want to generate
Pollinations supports:
- ๐ผ Images
- ๐ Text
- ๐ Audio
- ๐ฌ Video
3๏ธโฃ Make your first request
Use one of the examples below to generate your first AI output in seconds.
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'Simple GET endpoint:
curl 'https://gen.pollinations.ai/audio/Hello%20from%20Pollinations?voice=nova&key=YOUR_API_KEY' -o speech.mp3OpenAI TTS compatible:
curl 'https://gen.pollinations.ai/v1/audio/speech' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{"model": "tts-1", "input": "Hello from Pollinations!", "voice": "nova"}' \
-o speech.mp3Available voices: alloy, echo, fable, onyx, nova, shimmer, plus 30+ ElevenLabs voices.
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_ai/mcp"]
}
}
}npx @pollinations_ai/mcpCommunity 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/a_cozy_pixel_art_robot_and_bee_in_a_digital_garden_8-bit_warm_stardew_valley_vibes
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("a_cozy_pixel_art_robot_and_bee_in_a_digital_garden_8-bit_warm_stardew_valley_vibes")
To generate text:
https://gen.pollinations.ai/text/What%20is%20artificial%20intelligence?
Generate speech from text:
https://gen.pollinations.ai/audio/Hello%20from%20Pollinations?voice=alloy&key=YOUR_API_KEY
Or use the OpenAI TTS-compatible endpoint:
curl 'https://gen.pollinations.ai/v1/audio/speech' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{"model": "tts-1", "input": "Hello from Pollinations!", "voice": "alloy"}' \
-o speech.mp3Check 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]
ENTER --> AUD[Audio Service]
IMG --> CF[Cloudflare Worker with R2 Cache]
CF --> B[image-origin.pollinations.ai]
B --> D[FLUX / GPT Image / Seedream - GPU VMs]
AUD --> EL[ElevenLabs TTS API]
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. -
text.pollinations.ai/: Backend service for text generation. -
packages/sdk/: SDK NPM library with pollinations ready functions for Pollinations.ai. -
packages/ompc/: Oh My Polli Code is a ready Open code Router mechanism built on top of the open code framework but wiith the pollinations models. -
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
- Nebius: AI-optimized cloud infrastructure with NVIDIA GPU clusters
- api.airforce: AI API gateway โ alpha models (imagen-4, grok-video, qwen-character), may be unstable
- Seraphyn: AI API gateway โ community models (gpt-5.4, qwen3-tts)
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