Pollinations#
Free Open-Source Image and Text Generation
🚀 Getting Started#
Image Generation#
Visit https://pollinations.ai
Type your description in the text box
Click “Generate” and watch the magic happen!
Text Generation#
Start chatting with the AI
Audio Generation#
Use the
openai-audiomodel with our API (explore voices at OpenAI.fm)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#
Text-To-Image (GET):
https://image.pollinations.ai/prompt/{prompt}List Available Image Models: https://image.pollinations.ai/models
Generate Text API#
Text-To-Text (GET):
https://text.pollinations.ai/{prompt}Text & Multimodal (OpenAI Compatible POST):
https://text.pollinations.ai/openaiList 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#
Server Name:
pollinations-multimodal-api
Real-time Feeds API#
Image Feed:
https://image.pollinations.ai/feedText Feed:
https://text.pollinations.ai/feed