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

feat(openai_dart): Support new images API functionality #202

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

davidmigloz
Copy link
Owner

  • dall-e-2 and dall-e-3 models support
  • standard and hd quality support
  • 1792x1024 and 1024x1792 image size support
  • vivid and natural style support
  • revised_prompt support

Developers can integrate DALL·E 3, which we recently launched to ChatGPT Plus and Enterprise users, directly into their apps and products through our Images API by specifying dall-e-3 as the model. Companies like Snap, Coca-Cola, and Shutterstock have used DALL·E 3 to programmatically generate images and designs for their customers and campaigns. Similar to the previous version of DALL·E, the API incorporates built-in moderation to help developers protect their applications against misuse. We offer different format and quality options, with prices starting at $0.04 per image generated. Check out our guide to getting started with DALL·E 3 in the API.

- `dall-e-2` and `dall-e-3` models support
- `standard` and `hd` quality support
- `1792x1024` and `1024x1792` image size support
- `vivid` and `natural` style support
- `revised_prompt` support

> Developers can integrate DALL·E 3, which we recently launched to ChatGPT Plus and Enterprise users, directly into their apps and products through our Images API by specifying dall-e-3 as the model. Companies like Snap, Coca-Cola, and Shutterstock have used DALL·E 3 to programmatically generate images and designs for their customers and campaigns. Similar to the previous version of DALL·E, the API incorporates built-in moderation to help developers protect their applications against misuse. We offer different format and quality options, with prices starting at $0.04 per image generated. Check out our guide to getting started with DALL·E 3 in the API.
@davidmigloz davidmigloz self-assigned this Nov 7, 2023
@davidmigloz davidmigloz added this to the v0.0.15 milestone Nov 7, 2023
@davidmigloz davidmigloz added t:enhancement New feature or request p:openai_dart openai_dart package. labels Nov 7, 2023
@davidmigloz davidmigloz merged commit fcf21da into main Nov 7, 2023
1 check failed
@davidmigloz davidmigloz deleted the openai-dev-day branch November 7, 2023 19:18
KennethKnudsen97 pushed a commit to KennethKnudsen97/langchain_dart that referenced this pull request Apr 22, 2024
)

- `dall-e-2` and `dall-e-3` models support
- `standard` and `hd` quality support
- `1792x1024` and `1024x1792` image size support
- `vivid` and `natural` style support
- `revised_prompt` support

> Developers can integrate DALL·E 3, which we recently launched to ChatGPT Plus and Enterprise users, directly into their apps and products through our Images API by specifying dall-e-3 as the model. Companies like Snap, Coca-Cola, and Shutterstock have used DALL·E 3 to programmatically generate images and designs for their customers and campaigns. Similar to the previous version of DALL·E, the API incorporates built-in moderation to help developers protect their applications against misuse. We offer different format and quality options, with prices starting at $0.04 per image generated. Check out our guide to getting started with DALL·E 3 in the API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p:openai_dart openai_dart package. t:enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant