🌍 kAI-Playground Image gen
Multi-Provider AI Image Generation
🚀 Using Official Google GenAI API:
curl -X POST \
"https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image-preview:generateContent" \
-H "x-goog-api-key: $GEMINI_API_KEY" \
-H 'Content-Type: application/json' \
-d '{
"contents": [
{
"parts": [
{
"text": "XXX"
}
]
}
]
}'
📋 Based on: Official Google Documentation
Generating your masterpiece...