Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Dall-e-3 from the command line #1130

Closed
1 task done
fulldecent opened this issue Feb 6, 2024 · 2 comments
Closed
1 task done

Support Dall-e-3 from the command line #1130

fulldecent opened this issue Feb 6, 2024 · 2 comments
Labels

Comments

@fulldecent
Copy link

fulldecent commented Feb 6, 2024

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

Screenshot 2024-02-06 at 14 48 58

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

model: The model to use for image generation. Only `dall-e-2` is supported at this
time.

@RobertCraigie
Copy link
Collaborator

This will be supported in the next release!

@fulldecent
Copy link
Author

If you tag and leave issues like this open until it is released, then people can subscribe to it to be notified when they can use it

luckdev2350 added a commit to luckdev2350/openai_python that referenced this issue May 9, 2024
risingstar0225 added a commit to risingstar0225/openai_py that referenced this issue Jul 26, 2024
megamanics pushed a commit to devops-testbed/openai-python that referenced this issue Aug 14, 2024
Watcher919 added a commit to Watcher919/Python-openAI that referenced this issue Sep 4, 2024
cgayapr pushed a commit to cgayapr/openai-python that referenced this issue Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants