Closed
Description
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- This is a feature request for the Python library
Describe the feature or improvement you're requesting
Currently the default model for images.create is Dall-e-2.
Source: https://platform.openai.com/docs/api-reference/images/create
But the command line does not support selecting a different model.
Source:
$ openai api images.generate
usage: openai api images.generate [-h] -p PROMPT [-n NUM_IMAGES] [-s SIZE] [--response-format RESPONSE_FORMAT]
openai api images.generate: error: the following arguments are required: -p/--prompt
Additional context
openai-python/src/openai/resources/images.py
Lines 61 to 62 in d231d1f