Pollinations
@pollinations
Pollinations について
Your Friendly Open-Source Gen-AI Platform
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pollinations": {
"command": "npx",
"args": [
"@pollinations/mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Pollinations?
Pollinations is an open-source generative AI platform that provides APIs for text, image, video, and audio generation. It powers over 500 community projects and includes an MCP (Model Context Protocol) server so AI assistants like Claude can generate images and audio directly.
How to use Pollinations?
You can use Pollinations via its web interface at pollinations.ai, by calling the unified API at gen.pollinations.ai, or by running the MCP server with npx @pollinations/mcp and adding the corresponding configuration to your MCP client. API keys (publishable pk_ or secret sk_) are obtained at enter.pollinations.ai.
Key features of Pollinations
- 100% open-source code, decisions, and roadmap
- Unified API endpoint for text, image, audio, and video generation
- Pollen credits pay-as-you-go system ($1 ≈ 1 Pollen)
- Multiple models: Flux, GPT, Claude, Gemini, Seedream, and more
- MCP server for AI assistants to generate images and audio
- CLI tool:
npx @pollinations/cli
Use cases of Pollinations
- Generate images from text descriptions for creative projects
- Integrate text-to-speech audio into applications with multiple voices
- Build AI-powered apps using the unified API and Pollen credits
- Enable AI assistants to generate media directly via the MCP server
- Run community-built models through the decentralized registry
FAQ from Pollinations
How do I get an API key for Pollinations?
Sign up at enter.pollinations.ai to generate a publishable key (pk_) for client-side use or a secret key (sk_) for server-side use. Secret keys should never be exposed in client-side code.
What models are available on Pollinations?
Pollinations supports image generation (Flux, GPT Image, Seedream, Kontext), video generation (Seedance, Veo in alpha), audio (text-to-speech and speech-to-text), and text generation via models like GPT, Claude, and Gemini. The unified API gives access to all models in one place.
How do I use the MCP server for Pollinations?
Add the configuration {"mcpServers":{"pollinations":{"command":"npx","args":["@pollinations/mcp"]}}} to your MCP client, or run npx @pollinations/mcp directly. The server lets AI assistants generate images, create text-to-speech audio, and list available models.
What are Pollen credits?
Pollen credits are a simple pay-as-you-go system where $1 equals approximately 1 Pollen. Credits are consumed per API request; publishable keys have a rate limit of 1 Pollen per IP per hour (beta), while secret keys have no rate limits.
Can I restrict which models an API key can access?
Yes. When creating a key at enter.pollinations.ai, you can choose to allow all models or restrict it to specific models such as flux or gptimage-large.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント