Missing scopes: model.request on restricted API key

I encounter this issue as well when I try to switch to restricted permissions. As a frontend dev, I do a quick look, and here are the steps to reproduce the issue:

  1. Create a new key.
  2. Click “Restricted”, now everything is unselected.
  3. Expand “Model capabilities” to show the sub capabilities (not the dropdown).
  4. Click the dropdown of “Chat Completions” and select “Request”.
  5. The “Model capabilities” become “Mixed” and when scroll down to the bottom, it says “1 selected permission”.

In the devTools, when I inspect the selected scope, there is only "api.model.chat_completions.request", but the "api.model.request" and "model.request" are missing.

@Prashant_Pardesi Could you please fix this :folded_hands: