[root@f59e854f7b47 googleAI]# curl https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent?key=$API_KEY -H 'Content-Type: application/json' -X POST -d '{
"contents": [{
"parts":[{
"text": "Write a story about a magic backpack."}]}]}' 2> /dev/null
{
"candidates": [
{
"content": {
"parts": [
{
"text": "In the quaint town of Willow Creek, there was a young girl named Anya who possessed an unassuming backpack with a remarkable secret. It was a gift from her eccentric grandmother, a famed inventor known for her extraordinary creations.\n\nAt first glance, the backpack appeared ordinary. Black canvas and leather straps, it bore no signs of its hidden enchantment. But as Anya slipped it onto her shoulders, she felt a surge of warmth and wonder.\n\nAs she ventured through her day, Anya discovered the backpack's extraordinary abilities. It could expand without limit, swallowing books, toys, and even her bulky soccer gear with ease. Strange and wonderful objects seemed to materialize from within its depths whenever she reached inside.\n\nOne sunny afternoon, as Anya sat in the park reading, she found herself transported to a distant meadow blooming with ethereal flowers. The backpack's interior had become a portal to a magical realm where time seemed to stand still. Anya spent hours exploring this enchanting world, marveling at its wonders.\n\nAnother time, as she struggled to finish a difficult math assignment, she plucked a pencil from the backpack. To her astonishment, the pencil began to solve the problems on its own, its tip dancing across the paper with effortless precision. The backpack was not merely a storage device but a repository of knowledge and imagination.\n\nWord of Anya's magic backpack spread like wildfire through Willow Creek. Children and adults alike clamored to witness its wonders. Some believed it was a blessing, others a curse, but all agreed it possessed an undeniable allure.\n\nAs the days turned into weeks, Anya began to realize that the backpack was not just a magical object. It was a reflection of her own boundless curiosity and the infinite possibilities that lay within her. She learned to use its abilities wisely, embarking on adventures that took her to the far corners of her imagination and the deepest recesses of her heart.\n\nAnd so, the magic backpack became a symbol of Anya's unyielding spirit and the extraordinary adventure that awaited those who dared to dream. For in its depths, there was always more to discover, more secrets to unravel, and more wonders to behold."
}
],
"role": "model"
},
"finishReason": "STOP",
"index": 0,
"safetyRatings": [
{
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_HATE_SPEECH",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_HARASSMENT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
"probability": "NEGLIGIBLE"
}
]
}
],
"promptFeedback": {
"safetyRatings": [
{
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_HATE_SPEECH",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_HARASSMENT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
"probability": "NEGLIGIBLE"
}
]
}
}
[root@f59e854f7b47 googleAI]#