Skip to content

[Dev UI] Models do not show configuration options in playground #183

Description

@MichaelDoyle

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"
},
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions