- Add endpoints
create_chat_completion()
,create_transcription()
, andcreate_translation()
- Downgrade R dependence to 3.5
- Remove redundant options of
upload_file()
's argumentpurpose
, namely"search"
,"answers"
, and"classifications"
- Update links in documentation
- Remove outdated endpoints
create_answer()
,create_classification()
, andcreate_search()
- Deprecate
retrieve_engine()
andlist_engines()
- Deprecate
engine_id
argument increate_completion()
,create_edit()
, andcreate_embedding()
-
Add new DALL-E functions, namely
create_image()
,create_image_edit()
, andcreate_image_variation()
-
Add the new function
create_moderation()
that checks whether the input violates OpenAI's Content Policy -
Add new model-related functions, namely
list_models()
andretrieve_model()
- Initial version