Pollinations#

Free Open-Source Image and Text Generation

🚀 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

Audio Generation#

  1. Use the openai-audio model with our API (explore voices at OpenAI.fm)

  2. Generate speech from text or transcribe audio to text

MCP Server for AI Assistants#

# Run with npx (no installation required)
npx @pollinations/model-context-protocol

📚 API#

Generate Image API#

Generate Text API#

  • Text-To-Text (GET): https://text.pollinations.ai/{prompt}

  • Text & Multimodal (OpenAI Compatible POST): https://text.pollinations.ai/openai

  • List Available Text Models: https://text.pollinations.ai/models

Generate Audio API#

  • Text-to-Speech (GET): https://text.pollinations.ai/{prompt}?model=openai-audio&voice={voice}

  • Text-to-Speech (POST - OpenAI Compatible): https://text.pollinations.ai/openai

MCP Server for AI Assistants#

Real-time Feeds API#

  • Image Feed: https://image.pollinations.ai/feed

  • Text Feed: https://text.pollinations.ai/feed

🤝 References#