pollinations.ai

Open-source AI for people who make things.

A community-driven platform where developers, artists, and tinkerers build together.
No gatekeeping โ€” just good tools and good people.

Stars License Discord npm Readme Badge

Website ยท Dashboard ยท API Docs ยท Discord


๐Ÿš€ Quick Start

Get your API key at enter.pollinations.ai

# Generate an image
curl 'https://gen.pollinations.ai/image/a%20cat?key=YOUR_API_KEY' -o image.jpg

# Generate text
curl 'https://gen.pollinations.ai/text/Hello?key=YOUR_API_KEY'

# OpenAI-compatible endpoint
curl 'https://gen.pollinations.ai/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"model": "openai", "messages": [{"role": "user", "content": "Hello"}]}'

โœจ What We Offer

Feature Description
๐Ÿ–ผ๏ธ Image Generation Flux, GPT Image, Seedream, Kontext, and more
๐ŸŽฌ Video Generation Seedance, Veo โ€” text-to-video (alpha)
๐Ÿ’ฌ Text Generation GPT-5, Claude, Gemini, DeepSeek, Grok, Perplexity
๐ŸŽต Audio Text-to-speech with multiple voices
๐ŸŒฑ Pollen Tiers Earn daily credits by contributing โ€” tiers in beta
๐Ÿค– MCP Server AI assistants like Claude can generate directly
๐Ÿ’ฏ 100% Open Source Code, roadmap, conversations โ€” all public

๐Ÿ“Š Community Stats

Metric Count
โญ Stars Stars
๐Ÿด Forks Forks
๐Ÿ‘ฅ Contributors Contributors
๐Ÿ”„ Open PRs PRs
๐Ÿ“ฆ npm Downloads npm

๐Ÿ“ฆ Ecosystem

Core Platform

Integrations

๐Ÿ—๏ธ Architecture

flowchart TB
    A["๐ŸŒธ gen.pollinations.ai<br/><i>Unified API Gateway</i>"]

      A --> I["๐Ÿ–ผ๏ธ Image<br/>(<i>Flux, GPT Image, Seedream</i>)"]
      A --> V["๐ŸŽฌ Video<br/>(<i>Seedance, Veo</i>)"]
      A --> T["๐Ÿ’ฌ Text<br/>(<i>GPT-5, Claude, Gemini, Grok</i>)"]
      A --> AU["๐ŸŽต Audio<br/>(<i>TTS, STT, Voices</i>)"]

      style A fill:#fce7f3,stroke:#be185d,color:#831843,stroke-width:2px
      style I fill:#dbeafe,stroke:#3b82f6,color:#1e3a8a
      style V fill:#fef3c7,stroke:#f59e0b,color:#92400e
      style T fill:#d1fae5,stroke:#10b981,color:#065f46
      style AU fill:#ede9fe,stroke:#8b5cf6,color:#5b21b6
      linkStyle default stroke:#94a3b8,stroke-width:3px

๐Ÿค Get Involved

๐Ÿ’š Support Us

๐Ÿ“ฃ Stay Connected

๐• Twitter ยท Instagram ยท LinkedIn ยท Facebook ยท Reddit ยท YouTube

๐ŸŒ Supported By

Perplexity AI ยท AWS ยท io.net ยท BytePlus ยท Google Cloud ยท NVIDIA Inception ยท Azure ยท Cloudflare ยท Scaleway ยท Modal ยท NavyAI ยท Nebius


Made with โค๏ธ in Berlin ยท MIT License