//Request payload with cohere.command-r-XXXX or LLAMA 70b
{
"body": {
"Context": "GenAI:GenerateText",
"GenerateText_Param_1": "prompt:Write an essay about Indian Sub continental summer in the style of Rabindranath Tagore" ,
"GenerateText_Param_2": "compartmentId:ocid1.tenancy.oc1..XXXXXXX",
"GenerateText_Param_3" : "runtimeType:COHERE",
"GenerateText_Param_4" : "maxTokens:2000",
"GenerateText_Param_5" : "temperature:1"
}
}
//corresponding Response Payload
{
"Status": "Success",
"Output": "CohereLlmInferenceResponse(super=LlmInferenceResponse(super=BmcModel(__explicitlySet__=[generatedTexts, timeCreated])), generatedTexts=[GeneratedText(super=BmcModel(__explicitlySet__=[id, text])id=6f9e7893-4456-4766-89aa-c08d43b04476, text= The Indian Subcontinental summer arrives with a vibrant explosion of life, a dazzling feast for the senses that leaves one utterly enchanted. The air is thick with the fragrant scent of blossoming flowers, their vivid colors painting the landscape in vibrant hues. As the sun rises, it casts a golden glow upon the earth, awakening every creature and nurturing the fertile soil that lies beneath.\n\nIn this sultry season, the days stretch on forever, enveloping all in an embrace of relentless warmth. The relentless beating of the sun's rays on the earth's surface conjures forth an incessant chorus of shimmering heat waves that rise and fall like a rhythmic symphony. Yet, amidst this engulfing warmth, nature reveals her ingenious ways of offering solace.\n\nTrees, lush and leafy, provide a much-needed refuge from the piercing sun. Their outstretched branches sway gently in the breeze, inviting passersby to seek shelter beneath their leafy canopy. Here, in this natural sanctuary, a cool breeze whispers through the foliage, carrying with it a refreshing aroma that invigorates the soul.\n . . . . . , likelihood=null, finishReason=null, tokenLikelihoods=null)], timeCreated=Wed Jun 26 03:56:25 PDT 2024, prompt=null)",
"OPCRequestId": "21F32E8D687AAAAAAA/BE22BA603BB123C5E5BBBBBBB/FCCDA06F70EF3CCFCCCCCCCC"
}