Skip to content
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

  • pollinations — Main repo: API backends, web frontend, React hooks, MCP server

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
Loading

šŸ¤ Get Involved

  • šŸ’¬ Discord — Chat with the community
  • šŸ› Issues — Report bugs or request features
  • šŸ“± Submit Your App — Share what you've built

šŸ’š 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

Pinned Loading

  1. pollinations pollinations Public

    Your Friendly Open-Source Gen-AI Platform

    TypeScript 4.9k 931

Repositories

Showing 10 of 12 repositories

Sponsors

  • @mnk-nasir

Top languages

Loading…

Most used topics

Loading…