Pollinations.ai

Latest version: v2.5

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.3.7

diff
+ Major contextual fix in Aysnc.Text
+ Fixed jsonMode

2.3.6

diff
+ Fixed Text.Request encoding issues
+ Fixed Async.Text.Request encoding issues
+ Added `deepseek` Text model

2.3.5

dif
+ Fixed encoding error in Text.Request.__call__

2.3.4

diff
+ Fixed Async.Text.Message.__call__ issue

2.3.3

diff
+ Updated license & badge markdown

2.3.2

diff
+ Async class

python
import asyncio
import pollinations

async def async_test():
text_model = pollinations.Async.Text() Has ALL features and functionality as normal Text class
await text_model(
prompt="Hello"
)

print(text_model.response)

image_model = pollinations.Async.Image() Has ALL features and functionality as normal Image class
await image_model(
prompt="A black cat."
)

await image_model.save(
file="pollinations-image.png"
)

asyncio.run(async_test())

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.