The model `gpt-4o-2024-08-06` is mentioned twice in the respective enums
in many of the schemas' model property.
For example CreateChatCompletionResponse, CreateRunRequest, etc.
I sent them a pull request specifically for this, but they didn’t merge it.
Seconding this as an issue. Just had to remove those duplicates to use the Swift OpenAPI generator without erroring out because of duplicate enums.
For Swift I made this package, where I fix some of the issues with a download script.
https://github.com/atacan/swift-openai-api/blob/main/scripts/openaiYamlDownload.swift
Thank you very much for this script. It's really very helpful.