this is a random image api powered by pollinations.ai via php
download index.php and upload it to your php server
insert
<img src="server path/index.php?prompt=your image prompt" />
enjoy it
curl "chat.php" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY(any key)" \
-d '{
"model": "gpt-4o-mini(any model)",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku that explains the concept of recursion."
}
]
}'