In the model playground, there are no configuration options available. This is because models in the registry do not seem to have defined schemas.
"/model/googleai/gemini-3-pro-preview": {
"metadata": {
"model": {
"label": "Google AI gemini-3-pro-preview",
"supports": {
"multiturn": true,
"media": true,
"tools": true,
"systemRole": true,
"output": [
"text",
"json"
]
}
}
},
"outputSchema": null,
"inputSchema": null,
"name": "googleai/gemini-3-pro-preview",
"description": null,
"key": "/model/googleai/gemini-3-pro-preview"
},

In the model playground, there are no configuration options available. This is because models in the registry do not seem to have defined schemas.