Generate model response based on conversation content.
API Key
Array of conversation contents with user and model messages.
[
{
"role": "user",
"parts": [
{ "text": "Hello, tell me about yourself." }
]
}
]System instruction
{
"parts": [{ "text": "You are a helpful assistant." }]
}