Reported by @kindred nexus
Bug Report: List models API is missing crucial information
`Steps to Reproduce`
https://platform.openai.com/docs/models is really great to help select a model and contains a ton of information.
The corresponding API List models (https://platform.openai.com/docs/api-reference/models/list) is surprisingly weak.
This is problematic because models come and go, so having a way to automatically fallback on what is currently available, especially for non-text modalities is very important.
`Expected Result`
curl https://api.openai.com/v1/models provides tons of information to select the best model for a specific use case, e.g. audio out realtime.
`Actual Result`
The API returns barely any information, the name and when it was created.
`Environment`
curl