1Z0-1127 • Practice Test 16
Free 1Z0-1127 practice test — 15 questions with explanations. Set 16. No signup required.
A developer sends the above request to the OCI Generative AI API. The response returns an error: 'InvalidParameter: The parameter 'topP' is not supported for this model.' What is the most likely reason?
Refer to the exhibit.
```json
{
"modelId": "cohere.command-r-plus-v1:0",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
],
"parameters": {
"temperature": 0.5,
"topP": 0.9
}
}
```