### Description
add instructions for a bookmarklet, for example, what I made for myself
### Additional Information
what I made for myself with AI
You can create a bookmarklet that performs th...
This one liner generates the format needed to copy/paste into the config.yml in the models section
```sh
curl https://integrate.api.nvidia.com/v1/models | jq '[{name: .data[].id}]'
```
the...