├── pollinations_connection.jpg └── README.md /pollinations_connection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloph-dsp/Pollinations-AI-in-OpenWebUI/HEAD/pollinations_connection.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # How to Add **Pollinations AI Text Models** to **OpenWebUI** 2 | 3 | _Access top language models for free_ 4 | 5 | ## What is Pollinations AI? 6 | 7 | [Pollinations AI](https://pollinations.ai) offers free, easy-to-use text and image generation APIs. No signups or API keys required, with zero data storage and completely anonymous usage. Access powerful models like **GPT-4o**, **Mistral**, **Claude**, and **Gemini** instantly. 8 | 9 | > **Note for Image Generation**: For image generation with Pollinations AI, install [this tool](https://openwebui.com/t/kaneki/image_generation) or [this tool](https://openwebui.com/t/kuanjames/pollinations) in OpenWebUI. 10 | 11 | > **Function Pipe**: For easier access to Pollinations' OpenAI models specifically, use [this function pipe I created](https://openwebui.com/f/kastru/openai_models). 12 | 13 | ## Quick Setup 14 | 15 | 1. In OpenWebUI go to **Settings > Admin > Connections** → **Add Connection** under OpenAI API. 16 | 17 | 2. Enter: 18 | - **URL:** `https://text.pollinations.ai/openai` 19 | - **Key:** `dummy-key` 20 | - **Model IDs:** choose from the list 21 | 22 | 3. Click **Save**. 23 | 24 | ## List Models 25 | 26 | ```bash 27 | curl https://text.pollinations.ai/models 28 | ``` 29 | 30 | > Some models (e.g., midijourney, unity) aren’t supported in OpenWebUI. 31 | > Run the list command to check available models. 32 | > Use web-based curl clients like [ReqBin](https://reqbin.com/curl). 33 | 34 | > Copy the `"name"` field from the response as your Model ID. 35 | > Example: 36 | 37 | ```json 38 | { "name": "openai", … } 39 | ``` 40 | 41 | > Use `openai` for gpt-4.1-mini. 42 | 43 |
44 | Connection example 45 | 46 | ![Connection Example](pollinations_connection.jpg) 47 |
48 | 49 | ## Support the Project 50 | 51 | If you find this useful, consider sponsoring Pollinations: 52 | 👉 **https://github.com/pollinations/pollinations** 53 | 54 | Your support helps keep AI free and accessible to all. 55 | --------------------------------------------------------------------------------